HomeSort by relevance Sort by last modified time
    Searched full:resetmenu (Results 1 - 8 of 8) sorted by null

  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
NotificationMenuRowTest.java 73 row.resetMenu();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationGutsManager.java 299 * @param resetMenu if any notification menus that might be revealed should be closed.
302 int x, int y, boolean resetMenu) {
306 if (resetMenu) {
355 true /* resetMenu */);
382 false /* resetMenu */);
NotificationMenuRow.java 163 public void resetMenu() {
ExpandableNotificationRow.java     [all...]
  /frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/statusbar/
NotificationMenuRowPlugin.java 97 public void resetMenu();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationStackScrollLayout.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NotificationPanelView.java 618 true /* controls */, -1 /* x */, -1 /* y */, true /* resetMenu */);
    [all...]
StatusBar.java     [all...]

Completed in 420 milliseconds