Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DStatusBarIconView.java78 private float mSystemIconDesiredHeight = 15f; field in StatusBarIconView
80 private float mSystemIconDefaultScale = mSystemIconDesiredHeight / mSystemIconIntrinsicHeight;
234 mIconScale = mSystemIconDesiredHeight / iconHeight; in updateIconScaleForSystemIcons()
287 mSystemIconDesiredHeight = res.getDimension( in reloadDimens()
291 mSystemIconDefaultScale = mSystemIconDesiredHeight / mSystemIconIntrinsicHeight; in reloadDimens()