Searched refs:closeControls (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationGuts.java | 139 closeControls(-1 /* x */, -1 /* y */, false /* save */, false /* force */); in NotificationGuts() 215 public void closeControls(boolean leavebehinds, boolean controls, int x, int y, boolean force) { in closeControls() method in NotificationGuts 218 closeControls(x, y, true /* save */, force); in closeControls() 220 closeControls(x, y, true /* save */, force); in closeControls() 225 public void closeControls(int x, int y, boolean save, boolean force) { in closeControls() method in NotificationGuts
|
D | NotificationSnooze.java | 220 mGutsContainer.closeControls(x, y, false /* save */, false /* force */); in onClick()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | StatusBar.java | 6077 mNotificationGutsExposed.closeControls(removeLeavebehinds, removeControls, x, y, force);
|