Searched refs:FEATURE_OPTIONS_PANEL (Results 1 – 12 of 12) sorted by relevance
65 return mWindowCallback.onMenuItemSelected(Window.FEATURE_OPTIONS_PANEL, item);454 if (!mWindowCallback.onCreatePanelMenu(Window.FEATURE_OPTIONS_PANEL, menu) || in populateOptionsMenu()455 !mWindowCallback.onPreparePanel(Window.FEATURE_OPTIONS_PANEL, null, menu)) { in populateOptionsMenu()528 if (featureId == Window.FEATURE_OPTIONS_PANEL) { in onCreatePanelView()577 } else if (mWindowCallback.onPreparePanel(Window.FEATURE_OPTIONS_PANEL, in onMenuModeChange()
1003 if (featureId == Window.FEATURE_OPTIONS_PANEL) { in onCreatePanelMenu()1015 if (featureId == Window.FEATURE_OPTIONS_PANEL) { in onPreparePanel()1091 if (mWindow.hasFeature(Window.FEATURE_OPTIONS_PANEL)) { in openOptionsMenu()1092 mWindow.openPanel(Window.FEATURE_OPTIONS_PANEL, null); in openOptionsMenu()1100 if (mWindow.hasFeature(Window.FEATURE_OPTIONS_PANEL)) { in closeOptionsMenu()1101 mWindow.closePanel(Window.FEATURE_OPTIONS_PANEL); in closeOptionsMenu()1109 if (mWindow.hasFeature(Window.FEATURE_OPTIONS_PANEL)) { in invalidateOptionsMenu()1110 mWindow.invalidatePanelMenu(Window.FEATURE_OPTIONS_PANEL); in invalidateOptionsMenu()
4061 if (w.hasFeature(Window.FEATURE_OPTIONS_PANEL) && in onKeyDown()4062 w.performPanelShortcut(Window.FEATURE_OPTIONS_PANEL, keyCode, event, in onKeyDown()4617 if (featureId == Window.FEATURE_OPTIONS_PANEL) { in onCreatePanelMenu()4635 if (featureId == Window.FEATURE_OPTIONS_PANEL) { in onPreparePanel()4674 case Window.FEATURE_OPTIONS_PANEL: in onMenuItemSelected()4722 case Window.FEATURE_OPTIONS_PANEL: in onPanelClosed()4744 if (mWindow.hasFeature(Window.FEATURE_OPTIONS_PANEL) && in invalidateOptionsMenu()4746 mWindow.invalidatePanelMenu(Window.FEATURE_OPTIONS_PANEL); in invalidateOptionsMenu()4959 if (mWindow.hasFeature(Window.FEATURE_OPTIONS_PANEL) && in openOptionsMenu()4961 mWindow.openPanel(Window.FEATURE_OPTIONS_PANEL, null); in openOptionsMenu()[all …]
1073 Window.FEATURE_OPTIONS_PANEL, in invokeMenuActionSync()
735 (st.featureId == FEATURE_OPTIONS_PANEL || st.featureId == FEATURE_ACTION_BAR); in preparePanel()822 PanelFeatureState st = getPanelState(FEATURE_OPTIONS_PANEL, false); in onConfigurationChanged()887 if (featureId == FEATURE_OPTIONS_PANEL && mDecorContentParent != null && in openPanel()906 if (st.featureId == FEATURE_OPTIONS_PANEL) { in openPanel()1025 if (featureId == FEATURE_OPTIONS_PANEL && mDecorContentParent != null && in closePanel()1049 if (doCallback && st.featureId == FEATURE_OPTIONS_PANEL && in closePanel()1151 if ((featureId == FEATURE_ACTION_BAR || featureId == FEATURE_OPTIONS_PANEL) in doInvalidatePanelMenu()1153 st = getPanelState(Window.FEATURE_OPTIONS_PANEL, false); in doInvalidatePanelMenu()1201 if (featureId == FEATURE_OPTIONS_PANEL && mDecorContentParent != null && in onKeyUpPanel()1387 (mInvalidatePanelMenuFeatures & (1 << FEATURE_OPTIONS_PANEL)) != 0) { in reopenMenu()[all …]
40 import static com.android.internal.policy.PhoneWindow.FEATURE_OPTIONS_PANEL;399 mWindow.getPanelState(Window.FEATURE_OPTIONS_PANEL, false);567 mWindow.openPanel(Window.FEATURE_OPTIONS_PANEL, new KeyEvent(588 if ((mFeatureId == Window.FEATURE_OPTIONS_PANEL ||1765 if (mWindow.hasFeature(Window.FEATURE_OPTIONS_PANEL) && !hasWindowFocus in onWindowFocusChanged()1767 mWindow.closePanel(Window.FEATURE_OPTIONS_PANEL); in onWindowFocusChanged()1844 … PhoneWindow.PanelFeatureState st = mWindow.getPanelState(Window.FEATURE_OPTIONS_PANEL, false); in onDetachedFromWindow()2276 final PanelFeatureState st = mWindow.getPanelState(FEATURE_OPTIONS_PANEL, false); in requestKeyboardShortcuts()
76 public static final int FEATURE_OPTIONS_PANEL = 0; field in Window264 protected static final int DEFAULT_FEATURES = (1 << FEATURE_OPTIONS_PANEL) |2139 features |= 1 << FEATURE_OPTIONS_PANEL; in getDefaultFeatures()
183 mWindowCallback.onMenuItemSelected(Window.FEATURE_OPTIONS_PANEL, mNavItem); in ToolbarWidgetWrapper()
153 mWindowCallback.onMenuItemSelected(Window.FEATURE_OPTIONS_PANEL, mLogoNavItem);
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
34562 field public static final int FEATURE_OPTIONS_PANEL = 0; // 0x0
54228 field public static final int FEATURE_OPTIONS_PANEL = 0; // 0x0