Searched defs:isBlurSupported (Results 1 – 9 of 9) sorted by relevance
26 override val isBlurSupported: StateFlow<Boolean> = MutableStateFlow(false) constant in com.android.systemui.window.data.repository.NoopWindowRootViewBlurRepository
46 val isBlurSupported: StateFlow<Boolean> in <lambda>() constant74 override val isBlurSupported: StateFlow<Boolean> = constant
31 override val isBlurSupported: MutableStateFlow<Boolean> = MutableStateFlow(false) constant in com.android.systemui.window.data.repository.FakeWindowRootViewBlurRepository
124 val isBlurSupported = windowRootViewBlurInteractor.isBlurCurrentlySupported in <lambda>() constant
56 val isBlurSupported: Flow<Boolean> = windowRootViewBlurInteractor.isBlurCurrentlySupported in <lambda>() constant
447 public void setIsBlurSupported(boolean isBlurSupported) { in setIsBlurSupported()
435 DockManager dockManager, Supplier<Boolean> isBlurSupported) { in init()
538 private void handleBlurSupportedChanged(boolean isBlurSupported) { in handleBlurSupportedChanged()
334 public void setIsBlurSupported(boolean isBlurSupported) { in setIsBlurSupported()