Searched defs:mEmptyShadeView (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DBaseStatusBar.java227 protected EmptyShadeView mEmptyShadeView; field in class:BaseStatusBar
1700 mStackScroller.changeViewPosition(mEmptyShadeView, mStackScroller.getChildCount() - 2);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java151 private EmptyShadeView mEmptyShadeView; field in class:NotificationStackScrollLayout
1254 if (mEmptyShadeView.willBeGone()) {
2078 mEmptyShadeView.setInvisible();
2127 mEmptyShadeView = emptyShadeView;
2128 addView(mEmptyShadeView);
2132 int oldVisibility = mEmptyShadeView.willBeGone() ? GONE : mEmptyShadeView.getVisibility();
2136 if (mEmptyShadeView.willBeGone()) {
2137 mEmptyShadeView.cancelAnimation();
2139 mEmptyShadeView
[all...]

Completed in 172 milliseconds