Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationSwipeHelper.java328 protected float getTotalTranslationLength(View animView) { in getTotalTranslationLength() method in NotificationSwipeHelper
329 return mCallback.getTotalTranslationLength(animView); in getTotalTranslationLength()
480 float getTotalTranslationLength(View animView); in getTotalTranslationLength() method
H A DNotificationStackScrollLayoutController.java416 public float getTotalTranslationLength(View animView) {
417 return mView.getTotalTranslationLength(animView);
H A DNotificationStackScrollLayout.java2680 return Math.abs(child.getTranslation()) >= Math.abs(getTotalTranslationLength(child));
5628 public float getTotalTranslationLength(View animView) {
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSwipeHelper.java408 newPos = -getTotalTranslationLength(animView); in dismissChild()
410 newPos = getTotalTranslationLength(animView); in dismissChild()
497 protected float getTotalTranslationLength(View animView) { in getTotalTranslationLength() method in SwipeHelper