Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DIconAppChipView.java71 private ImageView mIconArrowView; field in IconAppChipView
207 mIconArrowView = findViewById(R.id.icon_arrow); in onFinishInflate()
319 LayoutParams iconArrowParams = (LayoutParams) mIconArrowView.getLayoutParams(); in setIconOrientation()
322 mIconArrowView.setPivotY(iconArrowParams.height / 2f); in setIconOrientation()
323 mIconArrowView.setLayoutParams(iconArrowParams); in setIconOrientation()
404 ObjectAnimator.ofFloat(mIconArrowView, TRANSLATION_X, arrowTranslationWithRtl), in revealAnim()
405 ObjectAnimator.ofFloat(mIconArrowView, SCALE_Y, -1)); in revealAnim()
428 ObjectAnimator.ofFloat(mIconArrowView, TRANSLATION_X, 0), in revealAnim()
429 ObjectAnimator.ofFloat(mIconArrowView, SCALE_Y, 1)); in revealAnim()