Home
last modified time | relevance | path

Searched refs:closeControls (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationGuts.java139 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
DNotificationSnooze.java220 mGutsContainer.closeControls(x, y, false /* save */, false /* force */); in onClick()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java6077 mNotificationGutsExposed.closeControls(removeLeavebehinds, removeControls, x, y, force);