Searched refs:textOffset (Results 1 – 1 of 1) sorted by relevance
753 float textOffset = DpUtil.dpToPx(getContext(), 42 /* dp */); in createBreatheAnimation() local756 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() local972 Animator textUp = ObjectAnimator.ofFloat(swipeToAnswerText, View.TRANSLATION_Y, -textOffset); in startSwipeToAnswerHintAnimation()