Home
last modified time | relevance | path

Searched defs:revealAnim (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleStashedHandleViewController.java277 ValueAnimator revealAnim = handleRevealProvider.createRevealAnimator(mStashedHandleView, in createRevealAnimToIsStashed() local
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DStashedHandleViewController.java234 ValueAnimator revealAnim = handleRevealProvider.createRevealAnimator(mStashedHandleView, in createRevealAnimToIsStashed() local
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DIconAppChipView.java361 protected void revealAnim(boolean isRevealing) { in revealAnim() method in IconAppChipView