Home
last modified time | relevance | path

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

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