Searched refs:willBeGone (Results 1 – 4 of 4) sorted by relevance
501 public boolean willBeGone() { in willBeGone() method in ExpandableView505 public void setWillBeGone(boolean willBeGone) { in setWillBeGone() argument506 mWillBeGone = willBeGone; in setWillBeGone()
312 when(mEmptyShadeView.willBeGone()).thenReturn(true); in updateEmptyView_dndSuppressing()324 when(mEmptyShadeView.willBeGone()).thenReturn(true); in updateEmptyView_dndNotSuppressing()336 when(mEmptyShadeView.willBeGone()).thenReturn(true); in updateEmptyView_noNotificationsToDndSuppressing()403 when(view.willBeGone()).thenReturn(true); in manageNotifications_visible()416 when(view.willBeGone()).thenReturn(true); in clearAll_visible()
333 if (!(view instanceof ExpandableView) || !((ExpandableView) view).willBeGone()) { in applyToView()387 alphaChanging &= !((ExpandableView) child).willBeGone(); in animateTo()
2449 if (child.getVisibility() != View.GONE && !child.willBeGone() && child != mShelf) {