Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSwipeHelper.java534 cancelTranslateAnimation(animView); in snapChild()
571 private void cancelTranslateAnimation(View animView) { in cancelTranslateAnimation() method in SwipeHelper
573 ((ExpandableNotificationRow) animView).cancelTranslateAnimation(); in cancelTranslateAnimation()
846 cancelTranslateAnimation(touchedView); in resetSwipeStates()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java2383 public void cancelTranslateAnimation() {