Searched refs:mEmptyShadeView (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java171 private EmptyShadeView mEmptyShadeView; field in class:NotificationStackScrollLayout
2452 mEmptyShadeView.setInvisible();
2532 mEmptyShadeView = emptyShadeView;
2533 addView(mEmptyShadeView);
2537 int oldVisibility = mEmptyShadeView.willBeGone() ? GONE : mEmptyShadeView.getVisibility();
2541 if (mEmptyShadeView.willBeGone()) {
2542 mEmptyShadeView.cancelAnimation();
2544 mEmptyShadeView.setInvisible();
2546 mEmptyShadeView
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DBaseStatusBar.java234 protected EmptyShadeView mEmptyShadeView; field in class:BaseStatusBar
1859 mStackScroller.changeViewPosition(mEmptyShadeView, mStackScroller.getChildCount() - 2);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java763 mEmptyShadeView = (EmptyShadeView) LayoutInflater.from(mContext).inflate(
765 mStackScroller.setEmptyShadeView(mEmptyShadeView);

Completed in 40 milliseconds