Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java165 private EmptyShadeView mEmptyShadeView; field in NotificationStackScrollLayout
1306 if (mEmptyShadeView.willBeGone()) { in getNotGoneChildCount()
2184 mEmptyShadeView.setInvisible(); in goToFullShade()
2264 mEmptyShadeView = emptyShadeView; in setEmptyShadeView()
2265 addView(mEmptyShadeView); in setEmptyShadeView()
2269 int oldVisibility = mEmptyShadeView.willBeGone() ? GONE : mEmptyShadeView.getVisibility(); in updateEmptyShadeView()
2273 if (mEmptyShadeView.willBeGone()) { in updateEmptyShadeView()
2274 mEmptyShadeView.cancelAnimation(); in updateEmptyShadeView()
2276 mEmptyShadeView.setInvisible(); in updateEmptyShadeView()
2278 mEmptyShadeView.setVisibility(newVisibility); in updateEmptyShadeView()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DBaseStatusBar.java241 protected EmptyShadeView mEmptyShadeView; field in BaseStatusBar
1784 mStackScroller.changeViewPosition(mEmptyShadeView, mStackScroller.getChildCount() - 2);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBar.java739 mEmptyShadeView = (EmptyShadeView) LayoutInflater.from(mContext).inflate( in makeStatusBarView()
741 mStackScroller.setEmptyShadeView(mEmptyShadeView); in makeStatusBarView()