Searched refs:getYTranslationPixels (Results 1 – 1 of 1) sorted by relevance
214 ObjectAnimator.ofFloat(this, View.TRANSLATION_Y, 0, -getYTranslationPixels()); in getOutAnimator()266 ObjectAnimator.ofFloat(this, View.TRANSLATION_Y, getYTranslationPixels(), 0); in getInAnimator()306 private int getYTranslationPixels() { in getYTranslationPixels() method in KeyguardIndicationTextView