Searched refs:FEATURE_OPTIONS_PANEL (Results 1 – 12 of 12) sorted by relevance
927 if (featureId == Window.FEATURE_OPTIONS_PANEL) { in onCreatePanelMenu()939 if (featureId == Window.FEATURE_OPTIONS_PANEL) { in onPreparePanel()1015 if (mWindow.hasFeature(Window.FEATURE_OPTIONS_PANEL)) { in openOptionsMenu()1016 mWindow.openPanel(Window.FEATURE_OPTIONS_PANEL, null); in openOptionsMenu()1024 if (mWindow.hasFeature(Window.FEATURE_OPTIONS_PANEL)) { in closeOptionsMenu()1025 mWindow.closePanel(Window.FEATURE_OPTIONS_PANEL); in closeOptionsMenu()1033 if (mWindow.hasFeature(Window.FEATURE_OPTIONS_PANEL)) { in invalidateOptionsMenu()1034 mWindow.invalidatePanelMenu(Window.FEATURE_OPTIONS_PANEL); in invalidateOptionsMenu()
3700 if (w.hasFeature(Window.FEATURE_OPTIONS_PANEL) && in onKeyDown()3701 w.performPanelShortcut(Window.FEATURE_OPTIONS_PANEL, keyCode, event, in onKeyDown()4205 if (featureId == Window.FEATURE_OPTIONS_PANEL) { in onCreatePanelMenu()4223 if (featureId == Window.FEATURE_OPTIONS_PANEL) { in onPreparePanel()4262 case Window.FEATURE_OPTIONS_PANEL: in onMenuItemSelected()4310 case Window.FEATURE_OPTIONS_PANEL: in onPanelClosed()4332 if (mWindow.hasFeature(Window.FEATURE_OPTIONS_PANEL) && in invalidateOptionsMenu()4334 mWindow.invalidatePanelMenu(Window.FEATURE_OPTIONS_PANEL); in invalidateOptionsMenu()4547 if (mWindow.hasFeature(Window.FEATURE_OPTIONS_PANEL) && in openOptionsMenu()4549 mWindow.openPanel(Window.FEATURE_OPTIONS_PANEL, null); in openOptionsMenu()[all …]
946 Window.FEATURE_OPTIONS_PANEL, in invokeMenuActionSync()
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()
638 (st.featureId == FEATURE_OPTIONS_PANEL || st.featureId == FEATURE_ACTION_BAR); in preparePanel()725 PanelFeatureState st = getPanelState(FEATURE_OPTIONS_PANEL, false); in onConfigurationChanged()797 if (featureId == FEATURE_OPTIONS_PANEL && mDecorContentParent != null && in openPanel()816 if (st.featureId == FEATURE_OPTIONS_PANEL) { in openPanel()929 if (featureId == FEATURE_OPTIONS_PANEL && mDecorContentParent != null && in closePanel()953 if (doCallback && st.featureId == FEATURE_OPTIONS_PANEL && in closePanel()1055 if ((featureId == FEATURE_ACTION_BAR || featureId == FEATURE_OPTIONS_PANEL) in doInvalidatePanelMenu()1057 st = getPanelState(Window.FEATURE_OPTIONS_PANEL, false); in doInvalidatePanelMenu()1105 if (featureId == FEATURE_OPTIONS_PANEL && mDecorContentParent != null && in onKeyUpPanel()1291 (mInvalidatePanelMenuFeatures & (1 << FEATURE_OPTIONS_PANEL)) != 0) { in reopenMenu()[all …]
44 import static com.android.internal.policy.PhoneWindow.FEATURE_OPTIONS_PANEL;429 mWindow.getPanelState(Window.FEATURE_OPTIONS_PANEL, false);596 mWindow.openPanel(Window.FEATURE_OPTIONS_PANEL, new KeyEvent(617 if ((mFeatureId == Window.FEATURE_OPTIONS_PANEL ||1684 if (mWindow.hasFeature(Window.FEATURE_OPTIONS_PANEL) && !hasWindowFocus in onWindowFocusChanged()1686 mWindow.closePanel(Window.FEATURE_OPTIONS_PANEL); in onWindowFocusChanged()1762 … PhoneWindow.PanelFeatureState st = mWindow.getPanelState(Window.FEATURE_OPTIONS_PANEL, false); in onDetachedFromWindow()2531 final PanelFeatureState st = mWindow.getPanelState(FEATURE_OPTIONS_PANEL, false); in requestKeyboardShortcuts()
70 public static final int FEATURE_OPTIONS_PANEL = 0; field in Window258 protected static final int DEFAULT_FEATURES = (1 << FEATURE_OPTIONS_PANEL) |1856 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);
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
34562 field public static final int FEATURE_OPTIONS_PANEL = 0; // 0x0
55359 field public static final int FEATURE_OPTIONS_PANEL = 0; // 0x0