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

/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAppCompatDelegateImplV7.java586 closePanel(st, false);
870 closePanel(st, true);
1005 closePanel(st, true);
1127 closePanel(st, false);
1208 closePanel(mPreparedPanel, false);
1314 private void closePanel(int featureId) { method in class:AppCompatDelegateImplV7
1315 closePanel(getPanelState(featureId, true), true);
1318 private void closePanel(PanelFeatureState st, boolean doCallback) { method in class:AppCompatDelegateImplV7
1384 closePanel(st, true);
1489 closePanel(s
[all...]
/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java211 * {@link #preparePanel} and cleared in {@link #closePanel}.
528 closePanel(mPreparedPanel, false);
711 closePanel(st, true);
807 public final void closePanel(int featureId) { method in class:PhoneWindow
815 closePanel(getPanelState(featureId, true), true);
830 public final void closePanel(PanelFeatureState st, boolean doCallback) { method in class:PhoneWindow
891 closePanel(st, true);
1002 closePanel(st, true);
1049 closePanel(panel, true);
1106 closePanel(s
[all...]
/frameworks/opt/setupwizard/library/test/src/com/android/setupwizardlib/test/
H A DSystemBarHelperTest.java240 public void closePanel(int i) { method in class:SystemBarHelperTest.TestWindow
/frameworks/base/core/java/android/app/
H A DDialog.java945 mWindow.closePanel(Window.FEATURE_OPTIONS_PANEL);
H A DActivity.java3202 mWindow.closePanel(Window.FEATURE_OPTIONS_PANEL);
3263 mWindow.closePanel(Window.FEATURE_CONTEXT_MENU);
/frameworks/base/core/java/android/view/
H A DWindow.java1117 public abstract void closePanel(int featureId); method in class:Window

Completed in 314 milliseconds