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
416 public float getTotalTranslationLength(View animView) {417 return mView.getTotalTranslationLength(animView);
2680 return Math.abs(child.getTranslation()) >= Math.abs(getTotalTranslationLength(child));5628 public float getTotalTranslationLength(View animView) {
408 newPos = -getTotalTranslationLength(animView); in dismissChild()410 newPos = getTotalTranslationLength(animView); in dismissChild()497 protected float getTotalTranslationLength(View animView) { in getTotalTranslationLength() method in SwipeHelper