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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DHeadsUpManager.java84 private final View mStatusBarWindowView; field in class:HeadsUpManager
133 mStatusBarWindowView = statusBarWindowView;
147 mStatusBarWindowView.getViewTreeObserver().addOnComputeInternalInsetsListener(this);
148 mStatusBarWindowView.requestLayout();
150 mStatusBarWindowView.getViewTreeObserver().removeOnComputeInternalInsetsListener(this);
395 info.touchableRegion.set(0, 0, mStatusBarWindowView.getWidth(), mStatusBarHeight);
518 mStatusBarWindowView.addOnLayoutChangeListener(new View.OnLayoutChangeListener() {
523 if (mStatusBarWindowView.getHeight() <= mStatusBarHeight) {
524 mStatusBarWindowView.removeOnLayoutChangeListener(this);

Completed in 59 milliseconds