Searched refs:mEmptyShadeView (Results 1 – 3 of 3) sorted by relevance
165 private EmptyShadeView mEmptyShadeView; field in NotificationStackScrollLayout1306 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 …]
241 protected EmptyShadeView mEmptyShadeView; field in BaseStatusBar1784 mStackScroller.changeViewPosition(mEmptyShadeView, mStackScroller.getChildCount() - 2);
739 mEmptyShadeView = (EmptyShadeView) LayoutInflater.from(mContext).inflate( in makeStatusBarView()741 mStackScroller.setEmptyShadeView(mEmptyShadeView); in makeStatusBarView()