Searched refs:mHintAnimator (Results 1 – 1 of 1) sorted by relevance
171 final ObjectAnimator mHintAnimator; field in SendUi289 mHintAnimator = ObjectAnimator.ofPropertyValuesHolder(mTextHint, alphaUp); in SendUi()290 mHintAnimator.setInterpolator(null); in SendUi()291 mHintAnimator.setDuration(TEXT_HINT_ALPHA_DURATION_MS); in SendUi()292 mHintAnimator.setStartDelay(TEXT_HINT_ALPHA_START_DELAY_MS); in SendUi()386 mHintAnimator.start(); in showPreSend()