Home
last modified time | relevance | path

Searched refs:getTotalTranslationLength (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationSwipeHelper.java397 protected float getTotalTranslationLength(View animView) { in getTotalTranslationLength() method in NotificationSwipeHelper
398 return mCallback.getTotalTranslationLength(animView); in getTotalTranslationLength()
539 float getTotalTranslationLength(View animView); in getTotalTranslationLength() method
DNotificationStackScrollLayoutController.java519 public float getTotalTranslationLength(View animView) {
520 return mView.getTotalTranslationLength(animView);
DNotificationStackScrollLayout.java2814 return Math.abs(child.getTranslation()) >= Math.abs(getTotalTranslationLength(child)); in isFullySwipedOut()
5959 public float getTotalTranslationLength(View animView) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSwipeHelper.java420 newPos = -getTotalTranslationLength(animView); in dismissChild()
422 newPos = getTotalTranslationLength(animView); in dismissChild()
513 protected float getTotalTranslationLength(View animView) { in getTotalTranslationLength() method in SwipeHelper