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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarWindowManager.java83 * @param barHeight The height of the status bar in collapsed state.
85 public void add(View statusBarView, int barHeight) { argument
92 barHeight,
106 mBarHeight = barHeight;
354 public void setBarHeight(int barHeight) { argument
355 mBarHeight = barHeight;

Completed in 63 milliseconds