Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleBarViewController.java345 float smallMediumThreshold = (smallIconSize + mediumIconSize) / 2f; in updateBubbleBarIconSize() local
347 mIconSize = newIconSize <= smallMediumThreshold in updateBubbleBarIconSize()