Home
last modified time | relevance | path

Searched refs:textOffset (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/
DFlingUpDownMethod.java753 float textOffset = DpUtil.dpToPx(getContext(), 42 /* dp */); in createBreatheAnimation() local
756 swipeToAnswerText, View.TRANSLATION_Y, 0 /* begin pos */, -textOffset); in createBreatheAnimation()
761 ObjectAnimator.ofFloat(swipeToAnswerText, View.TRANSLATION_Y, -textOffset, 0 /* end pos */); in createBreatheAnimation()
932 float textOffset = jumpOffset + (scaleSize - 1) * contactPuckBackground.getHeight(); in startSwipeToAnswerHintAnimation() local
972 Animator textUp = ObjectAnimator.ofFloat(swipeToAnswerText, View.TRANSLATION_Y, -textOffset); in startSwipeToAnswerHintAnimation()