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/notification/row/
DNotificationGuts.java129 closeControls(-1 /* x */, -1 /* y */, false /* save */, false /* force */); in NotificationGuts()
223 public void closeControls(boolean leavebehinds, boolean controls, int x, int y, boolean force) { in closeControls() method in NotificationGuts
227 closeControls(x, y, mGutsContent.shouldBeSaved(), force); in closeControls()
240 public void closeControls(int x, int y, boolean save, boolean force) { in closeControls() method in NotificationGuts
DAppOpsInfo.java55 closeControls(v);
163 private void closeControls(View v) { in closeControls() method in AppOpsInfo
173 mGutsContainer.closeControls(x, y, false, false); in closeControls()
DNotificationInfo.java165 closeControls(v, true);
171 closeControls(v, true);
458 closeControls(this, false); in getTurnOffNotificationsClickListener()
746 void closeControls(View v, boolean save) {
755 mGutsContainer.closeControls(x, y, save, false /* force */);
DNotificationSnooze.java390 mGutsContainer.closeControls(x, y, false /* save */, false /* force */); in undoSnooze()
DNotificationGutsManager.java348 mNotificationGutsExposed.closeControls(removeLeavebehinds, removeControls, x, y, force); in closeAndSaveGuts()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationGutsManagerTest.java168 verify(guts).closeControls(anyBoolean(), anyBoolean(), anyInt(), anyInt(), anyBoolean()); in testOpenAndCloseGuts()
222 verify(guts).closeControls(anyBoolean(), anyBoolean(), anyInt(), anyInt(), anyBoolean()); in testChangeDensityOrFontScale()
DAppOpsInfoTest.java147 verify(mGutsParent, times(1)).closeControls(anyInt(), anyInt(), anyBoolean(), anyBoolean()); in testOk()
DNotificationInfoTest.java983 doCallRealMethod().when(guts).closeControls(anyInt(), anyInt(), anyBoolean(), anyBoolean()); in testCloseControls_blockingHelperDismissedIfShown()
986 mNotificationInfo.closeControls(mNotificationInfo, true); in testCloseControls_blockingHelperDismissedIfShown()