Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java206 protected EmptyShadeView mEmptyShadeView; field in NotificationStackScrollLayout
819 if (mEmptyShadeView.getVisibility() == GONE && notGoneChildCount != 0) { in getAppearEndPosition()
831 appearPosition = mEmptyShadeView.getHeight(); in getAppearEndPosition()
2395 : mEmptyShadeView != null in getFirstChildIntrinsicHeight()
2396 ? mEmptyShadeView.getIntrinsicHeight() in getFirstChildIntrinsicHeight()
3632 mEmptyShadeView.setInvisible(); in goToFullShade()
3756 if (mEmptyShadeView != null) { in setEmptyShadeView()
3757 index = indexOfChild(mEmptyShadeView); in setEmptyShadeView()
3758 removeView(mEmptyShadeView); in setEmptyShadeView()
3760 mEmptyShadeView = emptyShadeView; in setEmptyShadeView()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java1337 mEmptyShadeView = (EmptyShadeView) LayoutInflater.from(mContext).inflate( in inflateEmptyShadeView()
1339 mStackScroller.setEmptyShadeView(mEmptyShadeView); in inflateEmptyShadeView()
5270 protected EmptyShadeView mEmptyShadeView;
6757 mStackScroller.changeViewPosition(mEmptyShadeView, mStackScroller.getChildCount() - 2);