Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarTouchableRegionManager.java74 private View mNotificationPanelView; field in StatusBarTouchableRegionManager
149 mNotificationPanelView = mNotificationShadeWindowView.findViewById(R.id.notification_panel); in setup()
240 if (mNotificationPanelView != null) { in updateTouchableRegionAfterLayout()
242 mNotificationPanelView.addOnLayoutChangeListener(new View.OnLayoutChangeListener() { in updateTouchableRegionAfterLayout()
246 if (!mNotificationPanelView.isVisibleToUser()) { in updateTouchableRegionAfterLayout()
247 mNotificationPanelView.removeOnLayoutChangeListener(this); in updateTouchableRegionAfterLayout()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DCentralSurfacesImplTest.java253 @Mock private NotificationPanelView mNotificationPanelView; field in CentralSurfacesImplTest
416 when(mNotificationPanelView.getLayoutParams()).thenReturn(new LayoutParams(0, 0)); in setup()