Searched refs:isTapEnabled (Results 1 – 4 of 4) sorted by relevance
24 val isTapEnabled: Boolean, constant in com.android.systemui.media.controls.ui.viewmodel.MediaOutputSwitcherViewModel
198 isTapEnabled = showBroadcastButton || !useDisabledAlpha, in <lambda>()
676 final boolean isTapEnabled; in bindOutputSwitcherAndBroadcastButton()688 isTapEnabled = true; in bindOutputSwitcherAndBroadcastButton()696 isTapEnabled = !useDisabledAlpha; in bindOutputSwitcherAndBroadcastButton()704 seamlessView.setEnabled(isTapEnabled); in bindOutputSwitcherAndBroadcastButton()
188 isEnabled = viewModel.isTapEnabled in <lambda>()