Searched refs:getPlaybackViewModel (Results 1 – 4 of 4) sorted by relevance
/aosp12/packages/apps/Car/Media/src/com/android/car/media/ |
H A D | PlaybackFragment.java | 523 getPlaybackViewModel().getMediaSourceColors().observe(getViewLifecycleOwner(), in onViewCreated() 540 getPlaybackViewModel().getPlaybackController().observe(getViewLifecycleOwner(), in onViewCreated() 566 getPlaybackViewModel().getMetadata().observe(getViewLifecycleOwner(), in onViewCreated() 588 mPlaybackControls.setModel(getPlaybackViewModel(), getViewLifecycleOwner()); in initPlaybackControls() 636 getPlaybackViewModel().getPlaybackStateWrapper().observe(getViewLifecycleOwner(), in initQueue() 657 getPlaybackViewModel().getQueue().observe(this, this::setQueue); in initQueue() 659 getPlaybackViewModel().hasQueue().observe(getViewLifecycleOwner(), hasQueue -> { in initQueue() 665 getPlaybackViewModel().getProgress().observe(getViewLifecycleOwner(), in initQueue() 691 getPlaybackViewModel(), title, artist, albumTitle, outerSeparator, in initMetadataController() 763 private PlaybackViewModel getPlaybackViewModel() { in getPlaybackViewModel() method in PlaybackFragment
|
H A D | MediaActivity.java | 143 PlaybackViewModel playbackViewModel = getPlaybackViewModel(); in onCreate() 516 PlaybackViewModel playbackViewModel = getPlaybackViewModel(); in onRootLoaded() 529 private PlaybackViewModel getPlaybackViewModel() { in getPlaybackViewModel() method in MediaActivity
|
/aosp12/packages/apps/Car/Launcher/src/com/android/car/carlauncher/homescreen/audio/ |
H A D | HomeAudioCardPresenter.java | 115 ((PlaybackControlsActionBar) actionBar).setModel(mMediaViewModel.getPlaybackViewModel(), in initializeControlsActionBar()
|
H A D | MediaViewModel.java | 149 PlaybackViewModel getPlaybackViewModel() { in getPlaybackViewModel() method in MediaViewModel
|