Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleBarViewController.java339 float smallIconSize = TypedValue.applyDimension(TypedValue.COMPLEX_UNIT_DIP, in updateBubbleBarIconSize() local
345 float smallMediumThreshold = (smallIconSize + mediumIconSize) / 2f; in updateBubbleBarIconSize()