Home
last modified time | relevance | path

Searched refs:openPanel (Results 1 – 10 of 10) sorted by relevance

/aosp12/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/util/
H A DMockWindow.java97 public void openPanel(int i, KeyEvent keyEvent) { in openPanel() method in MockWindow
/aosp12/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java802 public final void openPanel(int featureId, KeyEvent event) { in openPanel() method in PhoneWindow
808 openPanel(getPanelState(featureId, true), event); in openPanel()
812 private void openPanel(final PanelFeatureState st, KeyEvent event) { in openPanel() method in PhoneWindow
1020 openPanel(st, event); in togglePanel()
1145 openPanel(st, event); in onKeyUpPanel()
1337 openPanel(st, null); in reopenMenu()
2303 openPanel(st, null); in openPanelsAfterRestore()
H A DDecorView.java606 mWindow.openPanel(Window.FEATURE_OPTIONS_PANEL, new KeyEvent(
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationShadeWindowView.java441 public void openPanel(int featureId, KeyEvent event) {
/aosp12/frameworks/base/core/java/android/app/
H A DDialog.java1029 mWindow.openPanel(Window.FEATURE_OPTIONS_PANEL, null); in openOptionsMenu()
H A DActivity.java4626 mWindow.openPanel(Window.FEATURE_OPTIONS_PANEL, null); in openOptionsMenu()
/aosp12/frameworks/base/core/java/android/view/
H A DWindow.java1627 public abstract void openPanel(int featureId, KeyEvent event); in openPanel() method in Window
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt50169 method public abstract void openPanel(int, android.view.KeyEvent);
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt34482 method public abstract void openPanel(int, android.view.KeyEvent);