Searched refs:mNotificationPanelView (Results 1 – 2 of 2) sorted by relevance
74 private View mNotificationPanelView; field in StatusBarTouchableRegionManager149 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()
253 @Mock private NotificationPanelView mNotificationPanelView; field in CentralSurfacesImplTest416 when(mNotificationPanelView.getLayoutParams()).thenReturn(new LayoutParams(0, 0)); in setup()