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
424 animateDotScale(0, 1); in setForceHideDot()
572 animateDotScale(newDotScale); in applyDotState()
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolderIcon.java520 animateDotScale(0, 1); in setForceHideDot()
532 animateDotScale(newDotScale); in updateDotScale()
546 public void animateDotScale(float... dotScales) { in animateDotScale() method
DFolder.java763 mFolderIcon.animateDotScale(0f, 1f); in closeComplete()