Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DStatusBarIconView.java272 final float imageBounds = mIncreasedSize ? in updateIconScaleForNotifications() local
275 iconScale = iconScale * (imageBounds / (float) originalOuterBounds); in updateIconScaleForNotifications()