Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DBubbleTextView.java226 private void animateDotScale(float... dotScales) { in animateDotScale() method in BubbleTextView
446 animateDotScale(0, 1); in setForceHideDot()
595 animateDotScale(newDotScale); in applyDotState()
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolderIcon.java426 animateDotScale(0, 1); in setForceHideDot()
438 animateDotScale(newDotScale); in updateDotScale()
452 public void animateDotScale(float... dotScales) { in animateDotScale() method
DFolder.java692 mFolderIcon.animateDotScale(0f, 1f); in closeComplete()