Searched defs:openPanel (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPanelBar.java220 public void onPanelFullyOpened(PanelView openPanel) { argument
H A DPhoneStatusBarView.java123 public void onPanelFullyOpened(PanelView openPanel) { argument
124 super.onPanelFullyOpened(openPanel);
125 if (openPanel != mLastFullyOpenedPanel) {
126 openPanel.sendAccessibilityEvent(AccessibilityEvent.TYPE_WINDOW_STATE_CHANGED);
128 mLastFullyOpenedPanel = openPanel;
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DActionBarActivityDelegateBase.java808 private void openPanel(final PanelFeatureState st, KeyEvent event) { method in class:ActionBarActivityDelegateBase
956 openPanel(st, null);
1226 openPanel(st, event);
/frameworks/base/core/java/android/view/
H A DWindow.java1072 public abstract void openPanel(int featureId, KeyEvent event); method in class:Window
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java657 public final void openPanel(int featureId, KeyEvent event) { method in class:PhoneWindow
663 openPanel(getPanelState(featureId, true), event);
667 private void openPanel(final PanelFeatureState st, KeyEvent event) { method in class:PhoneWindow
875 openPanel(st, event);
1000 openPanel(st, event);
1192 openPanel(st, null);
2112 openPanel(st, null);
2470 openPanel(FEATURE_OPTIONS_PANEL, new KeyEvent(

Completed in 127 milliseconds