Searched refs:mEmptyShadeView (Results 1 – 3 of 3) sorted by relevance
70 @Mock private EmptyShadeView mEmptyShadeView; field in NotificationStackScrollLayoutTest87 mStackScroller.setEmptyShadeView(mEmptyShadeView); in setUp()123 when(mEmptyShadeView.willBeGone()).thenReturn(true); in updateEmptyView_dndSuppressing()128 verify(mEmptyShadeView).setText(R.string.dnd_suppressing_shade_text); in updateEmptyView_dndSuppressing()133 mStackScroller.setEmptyShadeView(mEmptyShadeView); in updateEmptyView_dndNotSuppressing()134 when(mEmptyShadeView.willBeGone()).thenReturn(true); in updateEmptyView_dndNotSuppressing()139 verify(mEmptyShadeView).setText(R.string.empty_shade_text); in updateEmptyView_dndNotSuppressing()144 mStackScroller.setEmptyShadeView(mEmptyShadeView); in updateEmptyView_noNotificationsToDndSuppressing()145 when(mEmptyShadeView.willBeGone()).thenReturn(true); in updateEmptyView_noNotificationsToDndSuppressing()148 verify(mEmptyShadeView).setText(R.string.empty_shade_text); in updateEmptyView_noNotificationsToDndSuppressing()[all …]
238 protected EmptyShadeView mEmptyShadeView; field in NotificationStackScrollLayout1015 if (mEmptyShadeView.getVisibility() == GONE && notGoneChildCount != 0) {1026 appearPosition = mEmptyShadeView.getHeight();2613 : mEmptyShadeView != null2614 ? mEmptyShadeView.getIntrinsicHeight()3936 mEmptyShadeView.setTextColor(textColor);4091 if (mEmptyShadeView != null) {4092 index = indexOfChild(mEmptyShadeView);4093 removeView(mEmptyShadeView);4095 mEmptyShadeView = emptyShadeView;[all …]
1177 mEmptyShadeView = (EmptyShadeView) LayoutInflater.from(mContext).inflate( in inflateEmptyShadeView()1179 mEmptyShadeView.setText(R.string.empty_shade_text); in inflateEmptyShadeView()1180 mStackScroller.setEmptyShadeView(mEmptyShadeView); in inflateEmptyShadeView()5017 protected EmptyShadeView mEmptyShadeView;5505 mStackScroller.changeViewPosition(mEmptyShadeView, in onUpdateRowStates()