Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
DAnimatedTaskView.java51 private View mBottomTaskView; field in AnimatedTaskView
84 mBottomTaskView = findViewById(R.id.bottom_task_view); in onFinishInflate()
134 mBottomTaskView, View.TRANSLATION_X, -mBottomTaskView.getWidth(), 0)); in createAnimationToMultiRowLayout()
167 mBottomTaskView.setVisibility(forAnimation ? VISIBLE : INVISIBLE); in setToSingleRowLayout()
173 mBottomTaskView.setVisibility(VISIBLE); in setToMultiRowLayout()
181 mBottomTaskView.getBackground().setTint(colorResId); in setFakeTaskViewFillColor()