Searched refs:actionButtons (Results 1 – 7 of 7) sorted by relevance
52 val actionButtons = listOf( in getTestSpecs() constant57 ActionButtons(actionButtons) in getTestSpecs()
49 val actionButtons = listOf( in Page() constant54 ActionButtons(actionButtons) in Page()
38 val actionButtons: List<MediaActionViewModel>, constant in com.android.systemui.media.controls.ui.viewmodel.MediaPlayerViewModel
141 actionButtons = toActionViewModels(model), in <lambda>()
64 fun ActionButtons(actionButtons: List<ActionButton>) { in ActionButtons()71 for ((index, actionButton) in actionButtons.withIndex()) { in ActionButtons()
87 assertThat(playerModel?.actionButtons).isNotNull() in addMediaControl_mediaControlViewModelIsLoaded()
263 val buttonModel = viewModel.actionButtons[index] in <lambda>()316 if (index < viewModel.actionButtons.size) { in <lambda>()317 val action = viewModel.actionButtons[index] in <lambda>()