Home
last modified time | relevance | path

Searched refs:onSecondaryDrag (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/notification/
H A DNotificationContainer.java185 mSecondaryView.onSecondaryDrag(0); in trimNotifications()
196 mSecondaryView.onSecondaryDrag(progress); in setDragTranslationX()
217 mSecondaryView.onSecondaryDrag(progress); in onDrag()
H A DNotificationMainView.java271 public void onSecondaryDrag(float progress) { in onSecondaryDrag() method in NotificationMainView