Searched refs:isViewEnabled (Results 1 – 5 of 5) sorted by relevance
167 `when`(shadeViewController.isViewEnabled).thenReturn(false) in handleTouchEventFromStatusBar_viewNotEnabled_returnsTrueAndNoViewEvent()177 `when`(shadeViewController.isViewEnabled).thenReturn(false) in handleTouchEventFromStatusBar_viewNotEnabledButIsMoveEvent_viewReceivesEvent()188 `when`(shadeViewController.isViewEnabled).thenReturn(true) in handleTouchEventFromStatusBar_panelAndViewEnabled_viewReceivesEvent()
34 @Deprecated("No longer supported. Do not add new calls to this.") val isViewEnabled: Boolean constant
46 override val isViewEnabled: Boolean = false in canBeCollapsed() constant in com.android.systemui.shade.ShadeViewControllerEmptyImpl
4297 public boolean isViewEnabled() {
215 if (!shadeViewController.isViewEnabled) { in <lambda>()