Home
last modified time | relevance | path

Searched refs:clearTranslatingParentView (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationSwipeHelper.java78 public void clearTranslatingParentView() { setTranslatingParentView(null); } in clearTranslatingParentView() method in NotificationSwipeHelper
H A DNotificationStackScrollLayoutController.java364 mSwipeHelper.clearTranslatingParentView();
H A DNotificationStackScrollLayout.java2650 mSwipeHelper.clearTranslatingParentView();
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationSwipeHelperTest.java123 mSwipeHelper.clearTranslatingParentView(); in testClearTranslatingParentView()