Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleView.java225 animateDotScale(); in updateDotVisibility()
284 private void animateDotScale() { in animateDotScale() method in BubbleView
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolderIcon.java519 animateDotScale(0, 1); in setForceHideDot()
531 animateDotScale(newDotScale); in updateDotScale()
545 public void animateDotScale(float... dotScales) { in animateDotScale() method in FolderIcon
DFolder.java883 mFolderIcon.animateDotScale(0f, 1f); in closeComplete()
/packages/apps/Launcher3/src/com/android/launcher3/
DBubbleTextView.java344 public void animateDotScale(float... dotScales) { in animateDotScale() method in BubbleTextView
714 animateDotScale(0, 1); in setForceHideDot()
1048 animateDotScale(newDotScale); in applyDotState()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarViewController.java334 ((BubbleTextView) iconView).animateDotScale(0); in animateAwayNotificationDotsDuringTaskbarPinningAnimation()