Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DStatusBarIconView.java453 int maxIconSize = res.getDimensionPixelSize(isLowRamDevice in getIcon() local
456 icon = DrawableSize.downscaleToSize(res, icon, maxIconSize, maxIconSize); in getIcon()