Searched refs:customActions (Results 1 – 8 of 8) sorted by relevance
268 List<RemoteAction> customActions = new ArrayList<>(); in customCloseAdded() local269 mActionsProvider.setAppActions(customActions, null); in customCloseAdded()272 mActionsProvider.setAppActions(customActions, createRemoteAction()); in customCloseAdded()282 List<RemoteAction> customActions = createRemoteActions(2); in customClose_matchesOtherCustomAction() local284 customActions.add(customClose); in customClose_matchesOtherCustomAction()287 mActionsProvider.setAppActions(customActions, customClose); in customClose_matchesOtherCustomAction()347 List<RemoteAction> customActions = createRemoteActions(2); in customActions_showDisabledActions() local348 customActions.get(0).setEnabled(false); in customActions_showDisabledActions()349 mActionsProvider.setAppActions(customActions, null); in customActions_showDisabledActions()359 List<RemoteAction> customActions = createRemoteActions(2); in mediaActions_hideDisabledActions() local[all …]
41 import androidx.compose.ui.semantics.customActions in <lambda>()69 customActions = in <lambda>()
143 private void updateCustomActions(@NonNull List<RemoteAction> customActions) { in updateCustomActions() argument144 List<RemoteAction> newCustomActions = customActions; in updateCustomActions()
280 areCustomActionListsEqual(lastState?.customActions, state?.customActions) in <lambda>()
1065 val customActions = in <lambda>() constant1066 state.customActions in <lambda>()1071 fun nextCustomAction() = if (customActions.hasNext()) customActions.next() else null in <lambda>()
1119 val customActions = in createActionsFromState() constant1120 state.customActions in createActionsFromState()1125 fun nextCustomAction() = if (customActions.hasNext()) customActions.next() else null in createActionsFromState()
323 List<PlaybackState.CustomAction> customActions, long activeItemId, in PlaybackState() argument331 mCustomActions = new ArrayList<>(customActions); in PlaybackState()
117 import androidx.compose.ui.semantics.customActions in <lambda>()1045 customActions = actions in WidgetContent()1257 customActions = in AccessibilityContainer()