Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSwipeHelper.java531 cancelTranslateAnimation(animView); in snapChild()
568 private void cancelTranslateAnimation(View animView) { in cancelTranslateAnimation() method in SwipeHelper
570 ((ExpandableNotificationRow) animView).cancelTranslateAnimation(); in cancelTranslateAnimation()
843 cancelTranslateAnimation(touchedView); in resetSwipeStates()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRow.java2235 public void cancelTranslateAnimation() {