Searched refs:invalidatePanelMenu (Results 1 - 6 of 6) sorted by relevance

/frameworks/opt/setupwizard/library/test/src/com/android/setupwizardlib/test/
H A DSystemBarHelperTest.java250 public void invalidatePanelMenu(int i) { method in class:SystemBarHelperTest.TestWindow
/frameworks/base/core/java/android/app/
H A DDialog.java285 mWindow.invalidatePanelMenu(Window.FEATURE_ACTION_BAR);
954 mWindow.invalidatePanelMenu(Window.FEATURE_OPTIONS_PANEL);
H A DActivity.java2979 mWindow.invalidatePanelMenu(Window.FEATURE_OPTIONS_PANEL);
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAppCompatDelegateImplV7.java299 invalidatePanelMenu(FEATURE_SUPPORT_ACTION_BAR);
653 invalidatePanelMenu(FEATURE_OPTIONS_PANEL);
1496 private void invalidatePanelMenu(int featureId) { method in class:AppCompatDelegateImplV7
/frameworks/base/core/java/android/view/
H A DWindow.java1121 public abstract void invalidatePanelMenu(int featureId); method in class:Window
/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java898 public void invalidatePanelMenu(int featureId) { method in class:PhoneWindow
2107 invalidatePanelMenu(curFeatureId);
4026 invalidatePanelMenu(FEATURE_ACTION_BAR);
4842 * We clear any cached views here. The caller should invalidatePanelMenu.

Completed in 55 milliseconds