Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
DSwipeUpGestureTutorialController.java129 mFakeIconView.setVisibility(View.INVISIBLE); in resetTaskViews()
131 mFakeIconView.getBackground().setTint(getFakeTaskViewColor()); in resetTaskViews()
260 fadeAnim.setViewAlpha(mFakeIconView, 0, ACCELERATE); in animateFakeTaskViewHome()
386 mFakeIconView.setVisibility(View.VISIBLE); in handleSwipeUpToHome()
387 mFakeIconView.update(rect, progress, in handleSwipeUpToHome()
391 mFakeIconView, mDp); in handleSwipeUpToHome()
392 mFakeIconView.setAlpha(1); in handleSwipeUpToHome()
396 mFakeIconView.getBackground().setTint(iconColor); in handleSwipeUpToHome()
405 mFakeIconView.setVisibility(View.INVISIBLE); in handleSwipeUpToHome()
DTutorialController.java112 final ClipIconView mFakeIconView; field in TutorialController
154 mFakeIconView = rootView.findViewById(R.id.gesture_tutorial_fake_icon_view); in TutorialController()
738 mFakeIconView.setBackground(AppCompatResources.getDrawable( in updateDrawables()