Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DStackScrollAlgorithmTest.kt63 val emptyShadeView = EmptyShadeView(context, /* attrs= */ null).apply { regex
67 hostView.addView(emptyShadeView)
76 val centeredY = ambientState.stackY + fullHeight / 2f - emptyShadeView.height / 2f
77 assertThat(emptyShadeView.viewState?.yTranslation).isEqualTo(centeredY)
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DEmptyShadeView.java85 EmptyShadeView emptyShadeView = (EmptyShadeView) view; in applyToView() local
87 emptyShadeView.setContentVisible(visible && emptyShadeView.isVisible()); in applyToView()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java4436 void setEmptyShadeView(EmptyShadeView emptyShadeView) { in setEmptyShadeView() argument
4442 mEmptyShadeView = emptyShadeView; in setEmptyShadeView()