Searched refs:closeControls (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationGuts.java123 closeControls(-1 /* x */, -1 /* y */, false /* save */, false /* force */);
217 public void closeControls(boolean leavebehinds, boolean controls, int x, int y, boolean force) { method in class:NotificationGuts
221 closeControls(x, y, mGutsContent.shouldBeSaved(), force);
234 public void closeControls(int x, int y, boolean save, boolean force) { method in class:NotificationGuts
H A DAppOpsInfo.java57 closeControls(v);
165 private void closeControls(View v) { method in class:AppOpsInfo
175 mGutsContainer.closeControls(x, y, false, false);
H A DNotificationInfo.java101 closeControls(v);
468 void closeControls(View v) { method in class:NotificationInfo
477 mGutsContainer.closeControls(x, y, true /* save */, false /* force */);
H A DNotificationGutsManager.java304 mNotificationGutsExposed.closeControls(removeLeavebehinds, removeControls, x, y, force);
H A DNotificationSnooze.java386 mGutsContainer.closeControls(x, y, false /* save */, false /* force */);
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DNotificationGutsManagerTest.java146 verify(guts).closeControls(anyBoolean(), anyBoolean(), anyInt(), anyInt(), anyBoolean());
189 verify(guts).closeControls(anyBoolean(), anyBoolean(), anyInt(), anyInt(), anyBoolean());
H A DAppOpsInfoTest.java147 verify(mGutsParent, times(1)).closeControls(anyInt(), anyInt(), anyBoolean(), anyBoolean());
H A DNotificationInfoTest.java593 doCallRealMethod().when(guts).closeControls(anyInt(), anyInt(), anyBoolean(), anyBoolean());
596 mNotificationInfo.closeControls(mNotificationInfo);

Completed in 102 milliseconds