Searched refs:getTotalTranslationLength (Results 1 – 4 of 4) sorted by relevance
328 protected float getTotalTranslationLength(View animView) { in getTotalTranslationLength() method in NotificationSwipeHelper329 return mCallback.getTotalTranslationLength(animView); in getTotalTranslationLength()480 float getTotalTranslationLength(View animView); in getTotalTranslationLength() method
387 public float getTotalTranslationLength(View animView) {388 return mView.getTotalTranslationLength(animView);
2647 return Math.abs(child.getTranslation()) >= Math.abs(getTotalTranslationLength(child));5545 public float getTotalTranslationLength(View animView) {
394 newPos = -getTotalTranslationLength(animView); in dismissChild()396 newPos = getTotalTranslationLength(animView); in dismissChild()477 protected float getTotalTranslationLength(View animView) { in getTotalTranslationLength() method in SwipeHelper