Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpManagerPhone.java55 private final View mStatusBarWindowView; field in HeadsUpManagerPhone
101 mStatusBarWindowView = statusBarWindowView; in HeadsUpManagerPhone()
306 info.touchableRegion.set(0, 0, mStatusBarWindowView.getWidth(), mStatusBarHeight); in onComputeInternalInsets()
390 mStatusBarWindowView.addOnLayoutChangeListener(new View.OnLayoutChangeListener() { in waitForStatusBarLayout()
395 if (mStatusBarWindowView.getHeight() <= mStatusBarHeight) { in waitForStatusBarLayout()
396 mStatusBarWindowView.removeOnLayoutChangeListener(this); in waitForStatusBarLayout()
411 mStatusBarWindowView.getViewTreeObserver().addOnComputeInternalInsetsListener(this); in updateTouchableRegionListener()
412 mStatusBarWindowView.requestLayout(); in updateTouchableRegionListener()
414 mStatusBarWindowView.getViewTreeObserver().removeOnComputeInternalInsetsListener(this); in updateTouchableRegionListener()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DHeadsUpManagerPhoneTest.java69 @Mock private View mStatusBarWindowView; field in HeadsUpManagerPhoneTest
79 mContext, mStatusBarWindowView, mGroupManager, mBar, mVSManager); in setUp()