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.java77 private float mSystemIconDesiredHeight = 15f; field in StatusBarIconView
79 private float mSystemIconDefaultScale = mSystemIconDesiredHeight / mSystemIconIntrinsicHeight;
212 mIconScale = mSystemIconDesiredHeight / iconHeight; in updateIconScaleForSystemIcons()
265 mSystemIconDesiredHeight = res.getDimension( in reloadDimens()
269 mSystemIconDefaultScale = mSystemIconDesiredHeight / mSystemIconIntrinsicHeight; in reloadDimens()