Home
last modified time | relevance | path

Searched refs:nextOrCustom (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/shared/model/
DMediaData.kt122 val nextOrCustom: MediaAction? = null, constant in com.android.systemui.media.controls.shared.model.MediaButton
137 R.id.actionNext -> nextOrCustom in getActionById()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/ui/controller/
DMediaControlPanelTest.kt521 nextOrCustom = MediaAction(icon, Runnable {}, "next", bg), in <lambda>()
572 nextOrCustom = null, in <lambda>()
604 nextOrCustom = null, in <lambda>()
747 nextOrCustom = MediaAction(icon, Runnable {}, "next", null) in <lambda>()
819 MediaButton(nextOrCustom = MediaAction(icon, Runnable {}, "next", null)) in <lambda>()
837 nextOrCustom = MediaAction(icon, {}, "next", null) in <lambda>()
870 MediaButton(prevOrCustom = null, nextOrCustom = MediaAction(icon, {}, "next", null)) in <lambda>()
888 MediaButton(prevOrCustom = MediaAction(icon, {}, "prev", null), nextOrCustom = null) in <lambda>()
908 nextOrCustom = MediaAction(icon, {}, "next", null) in <lambda>()
931 nextOrCustom = MediaAction(icon, {}, "next", null) in <lambda>()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/domain/pipeline/
DMediaDataProcessorTest.kt1734 assertThat(actions.nextOrCustom).isNotNull() in testPlaybackActions_hasPrevNext()
1735 assertThat(actions.nextOrCustom!!.contentDescription) in testPlaybackActions_hasPrevNext()
1737 actions.nextOrCustom!!.action!!.run() in testPlaybackActions_hasPrevNext()
1770 assertThat(actions.nextOrCustom).isNotNull() in testPlaybackActions_noPrevNext_usesCustom()
1771 assertThat(actions.nextOrCustom!!.contentDescription).isEqualTo(customDesc[1]) in testPlaybackActions_noPrevNext_usesCustom()
1827 assertThat(actions.nextOrCustom).isNull() in testPlaybackActions_reservedSpace()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/domain/pipeline/
DMediaDataProcessor.kt1095 val nextOrCustom = in <lambda>() constant
1106 nextOrCustom, in <lambda>()
DLegacyMediaDataManagerImpl.kt1149 val nextOrCustom = in createActionsFromState() constant
1160 nextOrCustom, in createActionsFromState()