- getActionMenuGravity() - Method in class com.vuzix.hud.actionmenu.ActionMenuActivity
-
Determines the gravity of the action menu.
- getActionMenuGravity() - Method in class com.vuzix.hud.actionmenu.ActionMenuFragment
-
Determines the gravity of the action menu.
- getActionMenuGravity() - Method in class com.vuzix.hud.actionmenu.ActionMenuView
-
Determines the gravity of the action menu.
- getContext() - Method in class com.vuzix.hud.actionmenu.ActionMenuActivity
-
- getContext() - Method in class com.vuzix.hud.actionmenu.ActionMenuFragment
-
- getContext() - Method in class com.vuzix.hud.actionmenu.ActionMenuView
-
- getCurrentMenuIndex() - Method in class com.vuzix.hud.actionmenu.ActionMenuActivity
-
Retrieve the index in the menu for the currently selected MenuItem.
- getDefaultAction() - Method in class com.vuzix.hud.actionmenu.ActionMenuActivity
-
Determines the default action item that will be selected when the action
menu displays.
- getDefaultAction() - Method in class com.vuzix.hud.actionmenu.ActionMenuFragment
-
Determines the default action item that will be selected when the action
menu displays.
- getDefaultAction() - Method in class com.vuzix.hud.actionmenu.ActionMenuView
-
Determines the default action item that will be selected when the action
menu displays.
- getDefaultActionId() - Method in class com.vuzix.hud.actionmenu.ActionMenuActivity
-
Allows subclasses to specify the default item in the menu based on id.
- getDefaultActionId() - Method in class com.vuzix.hud.actionmenu.ActionMenuFragment
-
Allows subclasses to specify the default item in the menu based on id.
- getDefaultActionId() - Method in class com.vuzix.hud.actionmenu.ActionMenuView
-
Allows subclasses to specify the default item in the menu based on id.
- getIconTintColor(Context) - Static method in class com.vuzix.hud.actionmenu.DefaultActionMenuItemView
-
- getMenuItemIndex(MenuItem, boolean) - Method in class com.vuzix.hud.actionmenu.ActionMenuActivity
-
Retrieve the index in the menu for a specific MenuItem.
- getMenuItemIndex(MenuItem, boolean) - Method in class com.vuzix.hud.actionmenu.ActionMenuFragment
-
Retrieve the index in the menu for a specific MenuItem
- getMenuItemIndex(MenuItem, boolean) - Method in class com.vuzix.hud.actionmenu.ActionMenuView
-
Retrieve the index in the menu for a specific MenuItem
- onActionItemFocused(MenuItem) - Method in class com.vuzix.hud.actionmenu.ActionMenuActivity
-
This hook is called whenever the focused item in your action menu changes.
- onActionItemFocused(MenuItem) - Method in class com.vuzix.hud.actionmenu.ActionMenuFragment
-
This hook is called whenever the focused item in your action menu changes.
- onActionItemFocused(MenuItem) - Method in class com.vuzix.hud.actionmenu.ActionMenuView
-
This hook is called whenever the focused item in your action menu changes.
- onActionItemSelected(MenuItem) - Method in class com.vuzix.hud.actionmenu.ActionMenuActivity
-
This hook is called whenever an item in your action menu is selected.
- onActionItemSelected(MenuItem) - Method in class com.vuzix.hud.actionmenu.ActionMenuFragment
-
This hook is called whenever an item in your action menu is selected.
- onActionItemSelected(MenuItem) - Method in class com.vuzix.hud.actionmenu.ActionMenuView
-
This hook is called whenever an item in your action menu is selected.
- onActionMenuClosed() - Method in class com.vuzix.hud.actionmenu.ActionMenuActivity
-
Called when the action menu is dismissed via a two-finger tap gesture.
- onActionMenuClosed() - Method in class com.vuzix.hud.actionmenu.ActionMenuFragment
-
Called when the action menu is dismissed via a two-finger tap gesture.
- onActionMenuItemSelected(MenuItem) - Method in class com.vuzix.hud.actionmenu.ActionMenuActivity
-
- onActionMenuItemSelected(MenuItem) - Method in class com.vuzix.hud.actionmenu.ActionMenuFragment
-
- onActionMenuItemSelected(MenuItem) - Method in class com.vuzix.hud.actionmenu.ActionMenuView
-
- onAttachedToWindow() - Method in class com.vuzix.hud.actionmenu.ActionMenuActivity
-
- onCreate(Bundle) - Method in class com.vuzix.hud.actionmenu.ActionMenuActivity
-
- onCreate(Bundle) - Method in class com.vuzix.hud.actionmenu.ActionMenuFragment
-
- onCreateActionMenu(Menu) - Method in class com.vuzix.hud.actionmenu.ActionMenuActivity
-
Initialize the contents of the Activity's action menu.
- onCreateActionMenu(Menu) - Method in class com.vuzix.hud.actionmenu.ActionMenuFragment
-
Initialize the contents of the Activity's action menu.
- onCreateActionMenu(Menu) - Method in class com.vuzix.hud.actionmenu.ActionMenuView
-
Initialize the contents of the Activity's action menu.
- onCreateOptionsMenu(Menu, MenuInflater) - Method in class com.vuzix.hud.actionmenu.ActionMenuFragment
-
- onDetachedFromWindow() - Method in class com.vuzix.hud.actionmenu.ActionMenuActivity
-
- onGenericMotionEvent(MotionEvent) - Method in class com.vuzix.hud.actionmenu.ActionMenuBar
-
- onItemUpdated(ActionMenuItem) - Method in class com.vuzix.hud.actionmenu.ActionMenuBar
-
- onKey(View, int, KeyEvent) - Method in class com.vuzix.hud.actionmenu.ActionMenuFragment
-
- onKeyUp(int, KeyEvent) - Method in class com.vuzix.hud.actionmenu.ActionMenuActivity
-
- onKeyUp(int, KeyEvent) - Method in class com.vuzix.hud.actionmenu.ActionMenuBar
-
- onPause() - Method in class com.vuzix.hud.actionmenu.ActionMenuActivity
-
- onPause() - Method in class com.vuzix.hud.actionmenu.ActionMenuFragment
-
- onPrepareActionMenu(Menu) - Method in class com.vuzix.hud.actionmenu.ActionMenuActivity
-
Prepare the Screen's action menu to be displayed.
- onPrepareActionMenu(Menu) - Method in class com.vuzix.hud.actionmenu.ActionMenuFragment
-
Prepare the Screen's action menu to be displayed.
- onPrepareActionMenu(Menu) - Method in class com.vuzix.hud.actionmenu.ActionMenuView
-
Prepare the Screen's action menu to be displayed.
- onRefreshItems() - Method in class com.vuzix.hud.actionmenu.ActionMenuBar
-
- onResume() - Method in class com.vuzix.hud.actionmenu.ActionMenuActivity
-
- onResume() - Method in class com.vuzix.hud.actionmenu.ActionMenuFragment
-
- onSaveInstanceState(Bundle) - Method in class com.vuzix.hud.actionmenu.ActionMenuActivity
-
- onSaveInstanceState(Bundle) - Method in class com.vuzix.hud.actionmenu.ActionMenuFragment
-
- onTouch(View, MotionEvent) - Method in class com.vuzix.hud.actionmenu.ActionMenuFragment
-
- openActionMenu() - Method in class com.vuzix.hud.actionmenu.ActionMenuActivity
-
Programmatically opens the action menu.
- openActionMenu(boolean) - Method in class com.vuzix.hud.actionmenu.ActionMenuActivity
-
Programmatically opens the action menu.
- openActionMenu() - Method in class com.vuzix.hud.actionmenu.ActionMenuFragment
-
Programmatically opens the action menu.
- openActionMenu(boolean) - Method in class com.vuzix.hud.actionmenu.ActionMenuFragment
-
Programmatically opens the action menu.
- openActionMenu() - Method in class com.vuzix.hud.actionmenu.ActionMenuView
-
Programmatically opens the action menu.
- openActionMenu(boolean) - Method in class com.vuzix.hud.actionmenu.ActionMenuView
-
Programmatically opens the action menu.