Home
last modified time | relevance | path

Searched refs:resetExposedMenuView (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationSwipeHelperTest.java146 doNothing().when(mSwipeHelper).resetExposedMenuView(true, false); in testOnDownUpdate_ExpandableNotificationRow()
154 verify(mSwipeHelper, times(1)).resetExposedMenuView(true, false); in testOnDownUpdate_ExpandableNotificationRow()
162 doNothing().when(mSwipeHelper).resetExposedMenuView(true, false); in testOnDownUpdate_notExpandableNotificationRow()
170 verify(mSwipeHelper, times(1)).resetExposedMenuView(true, false); in testOnDownUpdate_notExpandableNotificationRow()
373 mSwipeHelper.resetExposedMenuView(false, false); in testResetExposedMenuView_noReset()
391 mSwipeHelper.resetExposedMenuView(true, false); in testResetExposedMenuView_animate()
417 mSwipeHelper.resetExposedMenuView(false, false); in testResetExposedMenuView_noAnimate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationSwipeHelper.java61 resetExposedMenuView(true /* animate */, true /* force */); in NotificationSwipeHelper()
124 resetExposedMenuView(true /* animate */, false /* force */); in onDownUpdate()
399 public void resetExposedMenuView(boolean animate, boolean force) { in resetExposedMenuView() method in NotificationSwipeHelper
DNotificationListContainer.java128 void resetExposedMenuView(boolean animate, boolean force); in resetExposedMenuView() method
DNotificationStackScrollLayout.java4132 resetExposedMenuView(true /* animate */, true /* force */);
4215 resetExposedMenuView(true /* animate */, true /* force */);
4353 resetExposedMenuView(true /* animate */, true /* force */);
4791 resetExposedMenuView(true /* animate */, true /* animate */);
5830 public void resetExposedMenuView(boolean animate, boolean force) {
5831 mSwipeHelper.resetExposedMenuView(animate, force);
6178 resetExposedMenuView(false, true);
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationViewHierarchyManagerTest.java342 public void resetExposedMenuView(boolean animate, boolean force) {} in resetExposedMenuView() method in NotificationViewHierarchyManagerTest.FakeListContainer
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationGutsManager.java349 mListContainer.resetExposedMenuView(false /* animate */, true /* force */); in closeAndSaveGuts()