HomeSort by relevance Sort by last modified time
    Searched refs:mEmptyShadeView (Results 1 - 3 of 3) sorted by null

  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/stack/
NotificationStackScrollLayoutTest.java 70 @Mock private EmptyShadeView mEmptyShadeView;
87 mStackScroller.setEmptyShadeView(mEmptyShadeView);
123 when(mEmptyShadeView.willBeGone()).thenReturn(true);
128 verify(mEmptyShadeView).setText(R.string.dnd_suppressing_shade_text);
133 mStackScroller.setEmptyShadeView(mEmptyShadeView);
134 when(mEmptyShadeView.willBeGone()).thenReturn(true);
139 verify(mEmptyShadeView).setText(R.string.empty_shade_text);
144 mStackScroller.setEmptyShadeView(mEmptyShadeView);
145 when(mEmptyShadeView.willBeGone()).thenReturn(true);
148 verify(mEmptyShadeView).setText(R.string.empty_shade_text)
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationStackScrollLayout.java 238 protected EmptyShadeView mEmptyShadeView;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBar.java     [all...]

Completed in 851 milliseconds