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.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
DNotificationStackScrollLayoutController.java387 public float getTotalTranslationLength(View animView) {
388 return mView.getTotalTranslationLength(animView);
DNotificationStackScrollLayout.java2647 return Math.abs(child.getTranslation()) >= Math.abs(getTotalTranslationLength(child));
5545 public float getTotalTranslationLength(View animView) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSwipeHelper.java394 newPos = -getTotalTranslationLength(animView); in dismissChild()
396 newPos = getTotalTranslationLength(animView); in dismissChild()
477 protected float getTotalTranslationLength(View animView) { in getTotalTranslationLength() method in SwipeHelper