Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DIconAppChipView.java391 float arrowTranslationWithRtl = isRtl ? -arrowTranslationX : arrowTranslationX; in revealAnim() local
404 ObjectAnimator.ofFloat(mIconArrowView, TRANSLATION_X, arrowTranslationWithRtl), in revealAnim()