Home
last modified time | relevance | path

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

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