Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DClock.java398 float fontHeight = getPaint().getFontMetricsInt(null); in reloadDimens() local
399 setLineHeight(TypedValue.COMPLEX_UNIT_PX, fontHeight); in reloadDimens()
403 lp.height = (int) Math.ceil(fontHeight); in reloadDimens()
/frameworks/base/packages/SystemUI/src/com/android/systemui/battery/
DBatteryMeterView.java386 float fontHeight = mBatteryPercentView.getPaint().getFontMetricsInt(null); in addPercentView() local
387 mBatteryPercentView.setLineHeight(TypedValue.COMPLEX_UNIT_PX, fontHeight); in addPercentView()
391 (int) Math.ceil(fontHeight))); in addPercentView()