Home
last modified time | relevance | path

Searched refs:emptyShadeView (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DEmptyShadeView.java148 EmptyShadeView emptyShadeView = (EmptyShadeView) view; in applyToView() local
150 emptyShadeView.setContentVisibleAnimated(visible && emptyShadeView.isVisible()); in applyToView()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithmTest.kt62 private val emptyShadeView = in <lambda>() constant
275 hostView.addView(emptyShadeView) in <lambda>()
283 val centeredY = ambientState.stackY + fullHeight / 2f - emptyShadeView.height / 2f in <lambda>()
284 assertThat(emptyShadeView.viewState.yTranslation).isEqualTo(centeredY) in <lambda>()
388 hostView.addView(emptyShadeView) in <lambda>()
393 assertThat(emptyShadeView.viewState.alpha).isEqualTo(expected) in <lambda>()
401 hostView.addView(emptyShadeView) in <lambda>()
405 assertThat(emptyShadeView.viewState.alpha).isEqualTo(0f) in <lambda>()
414 hostView.addView(emptyShadeView) in <lambda>()
419 assertThat(emptyShadeView.viewState.alpha).isEqualTo(expected) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java4586 public void setEmptyShadeView(EmptyShadeView emptyShadeView) { in setEmptyShadeView() argument
4592 mEmptyShadeView = emptyShadeView; in setEmptyShadeView()