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.java70 private View mNotificationPanelView; field in StatusBarTouchableRegionManager
140 mNotificationPanelView = mNotificationShadeWindowView.findViewById(R.id.notification_panel); in setup()
219 if (mNotificationPanelView != null) { in updateTouchableRegionAfterLayout()
221 mNotificationPanelView.addOnLayoutChangeListener(new View.OnLayoutChangeListener() { in updateTouchableRegionAfterLayout()
225 if (!mNotificationPanelView.isVisibleToUser()) { in updateTouchableRegionAfterLayout()
226 mNotificationPanelView.removeOnLayoutChangeListener(this); in updateTouchableRegionAfterLayout()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DCentralSurfacesImplTest.java232 @Mock private NotificationPanelView mNotificationPanelView; field in CentralSurfacesImplTest
405 when(mNotificationPanelView.getLayoutParams()).thenReturn(new LayoutParams(0, 0)); in setup()