Example usage for android.support.v4.internal.view SupportMenu interface-usage

List of usage examples for android.support.v4.internal.view SupportMenu interface-usage

Introduction

In this page you can find the example usage for android.support.v4.internal.view SupportMenu interface-usage.

Usage

From source file lewa.support.v7.internal.view.menu.MenuWrapperICS.java

class MenuWrapperICS extends BaseMenuWrapper<android.view.Menu> implements SupportMenu {

    MenuWrapperICS(android.view.Menu object) {
        super(object);
    }

From source file com.xander.panel.ActionMenu.java

class ActionMenu implements SupportMenu {
    private static final int[] sCategoryToOrder = new int[] { 1, /* No category */
            4, /* CONTAINER */
            5, /* SYSTEM */
            3, /* SECONDARY */
            2, /* ALTERNATIVE */

From source file hackfest.overlay.bottom_sheet_lib.ActionMenu.java

/**
 * @hide
 */
class ActionMenu implements SupportMenu {
    private Context mContext;

From source file com.fantomsoftware.bottomsheet.ActionMenu.java

public class ActionMenu implements SupportMenu {
    private static final int[] sCategoryToOrder = new int[] { 1, /* No category */
            4, /* CONTAINER */
            5, /* SYSTEM */
            3, /* SECONDARY */
            2, /* ALTERNATIVE */

From source file com.cocosw.bottomsheet.ActionMenu.java

/**
 * @hide
 */
class ActionMenu implements SupportMenu {
    private Context mContext;

From source file com.dkt.pos.bottomsheet.ActionMenu.java

/**
 * @hide
 */
class ActionMenu implements SupportMenu {
    private Context mContext;

From source file com.roselism.bottomsheet.ActionMenu.java

class ActionMenu implements SupportMenu {

    private static final int[] sCategoryToOrder = new int[] { 1, /* No category */
            4, /* CONTAINER */
            5, /* SYSTEM */
            3, /* SECONDARY */

From source file androidv7.rmenu.MBuilder.java

/**
 * Implementation of the {@link android.support.v4.internal.view.SupportMenu} interface for creating a
 * standard menu UI.
 *
 * @hide
 */

From source file android.support.v7.internal.view.menu.MenuBuilder.java

/**
 * Implementation of the {@link android.support.v4.internal.view.SupportMenu} interface for creating a
 * standard menu UI.
 *
 * @hide
 */

From source file android.support.v7.internal.view.renamemenu.MenuBuilder.java

/**
 * Implementation of the {@link android.support.v4.internal.view.SupportMenu} interface for creating a
 * standard menu UI.
 *
 * @hide
 */