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.java89 private final View mStatusBarWindowView; field in HeadsUpManager
144 mStatusBarWindowView = statusBarWindowView; in HeadsUpManager()
157 mStatusBarWindowView.getViewTreeObserver().addOnComputeInternalInsetsListener(this); in updateTouchableRegionListener()
158 mStatusBarWindowView.requestLayout(); in updateTouchableRegionListener()
160 mStatusBarWindowView.getViewTreeObserver().removeOnComputeInternalInsetsListener(this); in updateTouchableRegionListener()
420 info.touchableRegion.set(0, 0, mStatusBarWindowView.getWidth(), mStatusBarHeight); in onComputeInternalInsets()
568 mStatusBarWindowView.addOnLayoutChangeListener(new View.OnLayoutChangeListener() { in waitForStatusBarLayout()
573 if (mStatusBarWindowView.getHeight() <= mStatusBarHeight) { in waitForStatusBarLayout()
574 mStatusBarWindowView.removeOnLayoutChangeListener(this); in waitForStatusBarLayout()