Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java424 shelfIconPosition += ((1.0f - icon.getIconScale()) * icon.getHeight()) / 2.0f;
429 float shelfIconSize = icon.getHeight() * icon.getIconScale();
441 iconState.scaleX = newSize / icon.getHeight() / icon.getIconScale();
DStatusBarIconView.java191 public float getIconScale() { in getIconScale() method in StatusBarIconView