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