Home
last modified time | relevance | path

Searched refs:customActions (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/tv/
DTvPipActionProviderTest.java268 List<RemoteAction> customActions = new ArrayList<>(); in customCloseAdded() local
269 mActionsProvider.setAppActions(customActions, null); in customCloseAdded()
272 mActionsProvider.setAppActions(customActions, createRemoteAction()); in customCloseAdded()
282 List<RemoteAction> customActions = createRemoteActions(2); in customClose_matchesOtherCustomAction() local
284 customActions.add(customClose); in customClose_matchesOtherCustomAction()
287 mActionsProvider.setAppActions(customActions, customClose); in customClose_matchesOtherCustomAction()
347 List<RemoteAction> customActions = createRemoteActions(2); in customActions_showDisabledActions() local
348 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 …]
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/volume/panel/component/volume/ui/composable/
DVolumeSlider.kt41 import androidx.compose.ui.semantics.customActions in <lambda>()
69 customActions = in <lambda>()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/
DTvPipActionsProvider.java143 private void updateCustomActions(@NonNull List<RemoteAction> customActions) { in updateCustomActions() argument
144 List<RemoteAction> newCustomActions = customActions; in updateCustomActions()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/domain/pipeline/
DMediaTimeoutListener.kt280 areCustomActionListsEqual(lastState?.customActions, state?.customActions) in <lambda>()
DMediaDataProcessor.kt1065 val customActions = in <lambda>() constant
1066 state.customActions in <lambda>()
1071 fun nextCustomAction() = if (customActions.hasNext()) customActions.next() else null in <lambda>()
DLegacyMediaDataManagerImpl.kt1119 val customActions = in createActionsFromState() constant
1120 state.customActions in createActionsFromState()
1125 fun nextCustomAction() = if (customActions.hasNext()) customActions.next() else null in createActionsFromState()
/frameworks/base/media/java/android/media/session/
DPlaybackState.java323 List<PlaybackState.CustomAction> customActions, long activeItemId, in PlaybackState() argument
331 mCustomActions = new ArrayList<>(customActions); in PlaybackState()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/communal/ui/compose/
DCommunalHub.kt117 import androidx.compose.ui.semantics.customActions in <lambda>()
1045 customActions = actions in WidgetContent()
1257 customActions = in AccessibilityContainer()