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.java199 final float imageBounds = NotificationUtils.interpolate( in updateIconScaleForNotifications() local
204 mIconScale = (float)imageBounds / (float)outerBounds; in updateIconScaleForNotifications()