Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolderIcon.java494 float newDotScale = isDotted ? 1f : 0f; in updateDotInfo() local
497 animateDotScale(newDotScale); in updateDotInfo()
500 mDotScale = newDotScale; in updateDotInfo()
/packages/apps/Launcher3/src/com/android/launcher3/
DBubbleTextView.java1276 float newDotScale = isDotted ? 1f : 0; in applyDotState() local
1285 animateDotScale(newDotScale); in applyDotState()
1288 mDotParams.scale = newDotScale; in applyDotState()