Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/BarChartPreference/src/com/android/settingslib/widget/
DBarViewInfo.java51 public BarViewInfo(Drawable icon, @IntRange(from = 0) int barHeight, in BarViewInfo()
55 mHeight = barHeight; in BarViewInfo()
112 void setNormalizedHeight(@IntRange(from = 0) int barHeight) { in setNormalizedHeight()
113 mNormalizedHeight = barHeight; in setNormalizedHeight()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarWindowController.java169 public void add(ViewGroup statusBarView, int barHeight) { in add() argument
176 barHeight, in add()
191 mBarHeight = barHeight; in add()
546 public void setBarHeight(int barHeight) { in setBarHeight() argument
547 mBarHeight = barHeight; in setBarHeight()