D | NotificationGuts.java | 81 closeControls(host, false); 167 closeControls(-1 /* x */, -1 /* y */, false /* save */, false /* force */); in NotificationGuts() 263 public void closeControls(boolean leavebehinds, boolean controls, int x, int y, boolean force) { in closeControls() method in NotificationGuts 267 closeControls(x, y, mGutsContent.shouldBeSaved(), force); in closeControls() 275 public void closeControls(View eventSource, boolean save) { in closeControls() method in NotificationGuts 285 closeControls(x, y, save, false); in closeControls() 296 private void closeControls(int x, int y, boolean save, boolean force) { in closeControls() method in NotificationGuts
|