Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutTest.java216 when(mEmptyShadeView.willBeGone()).thenReturn(true); in updateEmptyView_dndSuppressing()
227 when(mEmptyShadeView.willBeGone()).thenReturn(true); in updateEmptyView_dndNotSuppressing()
238 when(mEmptyShadeView.willBeGone()).thenReturn(true); in updateEmptyView_noNotificationsToDndSuppressing()
269 when(view.willBeGone()).thenReturn(true); in manageNotifications_visible()
281 when(view.willBeGone()).thenReturn(true); in clearAll_visible()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableView.java423 public boolean willBeGone() { in willBeGone() method in ExpandableView
427 public void setWillBeGone(boolean willBeGone) { in setWillBeGone() argument
428 mWillBeGone = willBeGone; in setWillBeGone()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DViewState.java226 if (!(view instanceof ExpandableView) || !((ExpandableView) view).willBeGone()) { in applyToView()
279 alphaChanging &= !((ExpandableView) child).willBeGone(); in animateTo()
DNotificationStackScrollLayout.java2368 if (child.getVisibility() != View.GONE && !child.willBeGone() && child != mShelf) {
4920 && !mFooterView.willBeGone();