Searched refs:willBeGone (Results 1 – 4 of 4) sorted by relevance
225 when(mEmptyShadeView.willBeGone()).thenReturn(true); in updateEmptyView_dndSuppressing()236 when(mEmptyShadeView.willBeGone()).thenReturn(true); in updateEmptyView_dndNotSuppressing()247 when(mEmptyShadeView.willBeGone()).thenReturn(true); in updateEmptyView_noNotificationsToDndSuppressing()278 when(view.willBeGone()).thenReturn(true); in manageNotifications_visible()290 when(view.willBeGone()).thenReturn(true); in clearAll_visible()
439 public boolean willBeGone() { in willBeGone() method in ExpandableView443 public void setWillBeGone(boolean willBeGone) { in setWillBeGone() argument444 mWillBeGone = willBeGone; in setWillBeGone()
226 if (!(view instanceof ExpandableView) || !((ExpandableView) view).willBeGone()) { in applyToView()279 alphaChanging &= !((ExpandableView) child).willBeGone(); in animateTo()
2327 if (child.getVisibility() != View.GONE && !child.willBeGone() && child != mShelf) {4927 && !mFooterView.willBeGone();