Searched refs:panel (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DTabletStatusBarView.java98 * Let the status bar know that if you tap on ignore while panel is showing, don't do anything.
102 public void setIgnoreChildren(int index, View ignore, View panel) { argument
104 mPanels[index] = panel;
H A DTabletStatusBar.java356 // Compatibility mode selector panel
717 if (DEBUG) Slog.d(TAG, "opening notifications panel");
728 if (DEBUG) Slog.d(TAG, "closing notifications panel");
735 if (DEBUG) Slog.d(TAG, "opening recents panel");
741 if (DEBUG) Slog.d(TAG, "closing recents panel");
747 if (DEBUG) Slog.d(TAG, "opening input methods panel");
751 if (DEBUG) Slog.d(TAG, "closing input methods panel");
755 if (DEBUG) Slog.d(TAG, "opening compat panel");
759 if (DEBUG) Slog.d(TAG, "closing compat panel");
904 // It failed to add cleanly. Log, and remove the view from the panel
1890 TouchOutsideListener(int msg, StatusBarPanel panel) argument
[all...]
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java145 * The panel that is prepared or opened (the most recent one if there are
146 * multiple panels). Shortcuts will go to this panel. It gets set in
338 * Prepares the panel to either be opened or chorded. This creates the Menu
339 * instance for the panel and populates it via the Activity callbacks.
341 * @param st The panel state to prepare.
342 * @param event The event that triggered the preparing of the panel.
343 * @return Whether the panel was prepared. If the panel should not be shown,
368 // Init the panel state's menu--return false if init failed
385 // Creating the panel men
3061 callOnPanelClosed(int featureId, PanelFeatureState panel, Menu menu) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java672 // It failed to add cleanly. Log, and remove the view from the panel.
1145 if (DEBUG) Slog.d(TAG, "opening recents panel");
1151 if (DEBUG) Slog.d(TAG, "closing recents panel");
1347 Slog.d(TAG, "panel: beginning to track the user's touch, y=" + y + " opening=" + opening);
1351 // time we're about to drag the panel
1384 Slog.d(TAG, "panel: will fling, y=" + y + " vel=" + vel);
1454 "panel: %s at (%f, %f) mDisabled=0x%08x",
2065 * The LEDs are turned o)ff when the notification panel is shown, even just a little bit.
2318 public TouchOutsideListener(int msg, RecentsPanelView panel) { argument
2320 mPanel = panel;
[all...]

Completed in 105 milliseconds