Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DHeadsUpManager.java84 private final View mStatusBarWindowView; field in HeadsUpManager
133 mStatusBarWindowView = statusBarWindowView; in HeadsUpManager()
147 mStatusBarWindowView.getViewTreeObserver().addOnComputeInternalInsetsListener(this); in updateTouchableRegionListener()
148 mStatusBarWindowView.requestLayout(); in updateTouchableRegionListener()
150 mStatusBarWindowView.getViewTreeObserver().removeOnComputeInternalInsetsListener(this); in updateTouchableRegionListener()
393 info.touchableRegion.set(0, 0, mStatusBarWindowView.getWidth(), mStatusBarHeight); in onComputeInternalInsets()
516 mStatusBarWindowView.addOnLayoutChangeListener(new View.OnLayoutChangeListener() { in waitForStatusBarLayout()
521 if (mStatusBarWindowView.getHeight() <= mStatusBarHeight) { in waitForStatusBarLayout()
522 mStatusBarWindowView.removeOnLayoutChangeListener(this); in waitForStatusBarLayout()