Searched refs:mStatusBarWindowView (Results 1 – 1 of 1) sorted by relevance
89 private final View mStatusBarWindowView; field in HeadsUpManager143 mStatusBarWindowView = statusBarWindowView; in HeadsUpManager()156 mStatusBarWindowView.getViewTreeObserver().addOnComputeInternalInsetsListener(this); in updateTouchableRegionListener()157 mStatusBarWindowView.requestLayout(); in updateTouchableRegionListener()159 mStatusBarWindowView.getViewTreeObserver().removeOnComputeInternalInsetsListener(this); in updateTouchableRegionListener()415 info.touchableRegion.set(0, 0, mStatusBarWindowView.getWidth(), mStatusBarHeight); in onComputeInternalInsets()563 mStatusBarWindowView.addOnLayoutChangeListener(new View.OnLayoutChangeListener() { in waitForStatusBarLayout()568 if (mStatusBarWindowView.getHeight() <= mStatusBarHeight) { in waitForStatusBarLayout()569 mStatusBarWindowView.removeOnLayoutChangeListener(this); in waitForStatusBarLayout()