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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPanelBar.java217 public void onPanelFullyOpened(PanelView openPanel) { argument
H A DPhoneStatusBarView.java179 public void onPanelFullyOpened(PanelView openPanel) { argument
180 super.onPanelFullyOpened(openPanel);
181 if (openPanel != mLastFullyOpenedPanel) {
182 openPanel.sendAccessibilityEvent(AccessibilityEvent.TYPE_WINDOW_STATE_CHANGED);
184 mFadingPanel = openPanel;
185 mLastFullyOpenedPanel = openPanel;
/frameworks/base/core/java/android/view/
H A DWindow.java986 public abstract void openPanel(int featureId, KeyEvent event); method in class:Window
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java544 public final void openPanel(int featureId, KeyEvent event) { method in class:PhoneWindow
552 openPanel(getPanelState(featureId, true), event);
556 private void openPanel(final PanelFeatureState st, KeyEvent event) { method in class:PhoneWindow
764 openPanel(st, event);
879 openPanel(st, event);
1067 openPanel(st, null);
1846 openPanel(st, null);
2154 openPanel(FEATURE_OPTIONS_PANEL, new KeyEvent(

Completed in 274 milliseconds