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.java56 private View mBottomTaskView; field in AnimatedTaskView
90 mBottomTaskView = findViewById(R.id.bottom_task_view); in onFinishInflate()
189 mBottomTaskView, View.TRANSLATION_X, -mBottomTaskView.getWidth(), 0)); in createAnimationToMultiRowLayout()
222 mBottomTaskView.setVisibility(forAnimation ? VISIBLE : INVISIBLE); in setToSingleRowLayout()
228 mBottomTaskView.setVisibility(VISIBLE); in setToMultiRowLayout()
236 mBottomTaskView.getBackground().setTint(colorResId); in setFakeTaskViewFillColor()