HomeSort by relevance Sort by last modified time
    Searched refs:FEATURE_OPTIONS_PANEL (Results 1 - 18 of 18) sorted by null

  /frameworks/support/v7/appcompat/src/android/support/v7/app/
ActionBarActivityDelegateBase.java 70 if (mActivity.superOnCreatePanelMenu(Window.FEATURE_OPTIONS_PANEL, menu) &&
71 mActivity.superOnPreparePanel(Window.FEATURE_OPTIONS_PANEL, null, menu)) {
277 if (featureId == Window.FEATURE_OPTIONS_PANEL) {
293 show = mActivity.superOnCreatePanelMenu(Window.FEATURE_OPTIONS_PANEL, menu);
300 show = mActivity.superOnPreparePanel(Window.FEATURE_OPTIONS_PANEL, null, menu);
320 if (featureId != Window.FEATURE_OPTIONS_PANEL) {
328 if (featureId != Window.FEATURE_OPTIONS_PANEL) {
336 if (featureId == Window.FEATURE_OPTIONS_PANEL) {
344 return mActivity.onMenuItemSelected(Window.FEATURE_OPTIONS_PANEL, item);
ActionBarActivityDelegateICS.java 143 if (featureId == Window.FEATURE_OPTIONS_PANEL || featureId == Window.FEATURE_ACTION_BAR) {
154 if (featureId == Window.FEATURE_OPTIONS_PANEL || featureId == Window.FEATURE_ACTION_BAR) {
162 if (featureId == Window.FEATURE_OPTIONS_PANEL) {
ActionBarActivity.java 121 if (featureId == Window.FEATURE_OPTIONS_PANEL) {
  /development/samples/ActionBarCompat/src/com/example/android/actionbarcompat/
ActionBarHelperBase.java 71 mActivity.onCreatePanelMenu(Window.FEATURE_OPTIONS_PANEL, menu);
195 mActivity.onMenuItemSelected(Window.FEATURE_OPTIONS_PANEL, item);
  /frameworks/base/core/java/android/app/
Dialog.java 809 if (featureId == Window.FEATURE_OPTIONS_PANEL) {
820 if (featureId == Window.FEATURE_OPTIONS_PANEL && menu != null) {
894 mWindow.openPanel(Window.FEATURE_OPTIONS_PANEL, null);
901 mWindow.closePanel(Window.FEATURE_OPTIONS_PANEL);
908 mWindow.invalidatePanelMenu(Window.FEATURE_OPTIONS_PANEL);
    [all...]
Activity.java     [all...]
Instrumentation.java 762 Window.FEATURE_OPTIONS_PANEL,
    [all...]
  /frameworks/support/v4/java/android/support/v4/app/
FragmentActivity.java 223 if (featureId == Window.FEATURE_OPTIONS_PANEL) {
377 case Window.FEATURE_OPTIONS_PANEL:
394 case Window.FEATURE_OPTIONS_PANEL:
474 if (featureId == Window.FEATURE_OPTIONS_PANEL && menu != null) {
491 return super.onPreparePanel(Window.FEATURE_OPTIONS_PANEL, view, menu);
    [all...]