Searched refs:emptyShadeView (Results 1 – 3 of 3) sorted by relevance
63 val emptyShadeView = EmptyShadeView(context, /* attrs= */ null).apply { regex67 hostView.addView(emptyShadeView)76 val centeredY = ambientState.stackY + fullHeight / 2f - emptyShadeView.height / 2f77 assertThat(emptyShadeView.viewState?.yTranslation).isEqualTo(centeredY)
85 EmptyShadeView emptyShadeView = (EmptyShadeView) view; in applyToView() local87 emptyShadeView.setContentVisible(visible && emptyShadeView.isVisible()); in applyToView()
4436 void setEmptyShadeView(EmptyShadeView emptyShadeView) { in setEmptyShadeView() argument4442 mEmptyShadeView = emptyShadeView; in setEmptyShadeView()