Home
last modified time | relevance | path

Searched refs:updateSwipeProgress (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSwipeHelper.java254 if (!mCallback.updateSwipeProgress(animView, dismissable, swipeProgress)) { in updateSwipeProgressFromOffset()
946 boolean updateSwipeProgress(View animView, boolean dismissable, float swipeProgress); in updateSwipeProgress() method
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationSwipeHelperTest.java702 doReturn(true).when(mCallback).updateSwipeProgress(any(), anyBoolean(), anyFloat()); in testContentAlphaRemainsUnchangedWhenFeatureFlagIsDisabled()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutController.java571 public boolean updateSwipeProgress(View animView, boolean dismissable,