Searched refs:nextOrCustom (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/shared/model/ |
D | MediaData.kt | 122 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/ |
D | MediaControlPanelTest.kt | 521 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/ |
D | MediaDataProcessorTest.kt | 1734 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/ |
D | MediaDataProcessor.kt | 1095 val nextOrCustom = in <lambda>() constant 1106 nextOrCustom, in <lambda>()
|
D | LegacyMediaDataManagerImpl.kt | 1149 val nextOrCustom = in createActionsFromState() constant 1160 nextOrCustom, in createActionsFromState()
|