Searched refs:getTotalTranslationLength (Results 1 – 4 of 4) sorted by relevance
397 protected float getTotalTranslationLength(View animView) { in getTotalTranslationLength() method in NotificationSwipeHelper398 return mCallback.getTotalTranslationLength(animView); in getTotalTranslationLength()539 float getTotalTranslationLength(View animView); in getTotalTranslationLength() method
519 public float getTotalTranslationLength(View animView) {520 return mView.getTotalTranslationLength(animView);
2814 return Math.abs(child.getTranslation()) >= Math.abs(getTotalTranslationLength(child)); in isFullySwipedOut()5959 public float getTotalTranslationLength(View animView) {
420 newPos = -getTotalTranslationLength(animView); in dismissChild()422 newPos = getTotalTranslationLength(animView); in dismissChild()513 protected float getTotalTranslationLength(View animView) { in getTotalTranslationLength() method in SwipeHelper