Home
last modified time | relevance | path

Searched refs:willBeGone (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableView.java497 public boolean willBeGone() { in willBeGone() method in ExpandableView
501 public void setWillBeGone(boolean willBeGone) { in setWillBeGone() argument
502 mWillBeGone = willBeGone; in setWillBeGone()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutTest.java354 when(mEmptyShadeView.willBeGone()).thenReturn(true); in updateEmptyView_dndSuppressing()
364 when(mEmptyShadeView.willBeGone()).thenReturn(true); in updateEmptyView_dndNotSuppressing()
374 when(mEmptyShadeView.willBeGone()).thenReturn(true); in updateEmptyView_noNotificationsToDndSuppressing()
437 when(view.willBeGone()).thenReturn(true); in manageNotifications_visible()
449 when(view.willBeGone()).thenReturn(true); in clearAll_visible()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DViewState.java333 if (!(view instanceof ExpandableView) || !((ExpandableView) view).willBeGone()) { in applyToView()
387 alphaChanging &= !((ExpandableView) child).willBeGone(); in animateTo()
H A DNotificationStackScrollLayout.java2337 if (child.getVisibility() != View.GONE && !child.willBeGone() && child != mShelf) {
4615 && !mFooterView.willBeGone(); in isFooterViewNotGone()