Searched refs:updateSwipeProgressFromOffset (Results 1 – 1 of 1) sorted by relevance
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
H A D | SwipeHelper.java | 240 private void updateSwipeProgressFromOffset(View animView, boolean dismissable) { in updateSwipeProgressFromOffset() method in SwipeHelper 241 updateSwipeProgressFromOffset(animView, dismissable, getTranslation(animView)); in updateSwipeProgressFromOffset() 244 private void updateSwipeProgressFromOffset(View animView, boolean dismissable, in updateSwipeProgressFromOffset() method in SwipeHelper 467 updateSwipeProgressFromOffset(animView, canBeDismissed); in dismissChild() 529 updateSwipeProgressFromOffset(animView, canBeDismissed); in snapChild() 576 updateSwipeProgressFromOffset(animView, canBeDismissed, value); in onTranslationUpdate() 582 updateSwipeProgressFromOffset(view, canAnimViewBeDismissed); in snapChildInstantly() 673 updateSwipeProgressFromOffset(mTouchedView, mCanCurrViewBeDimissed); in onTouchEvent()
|