Searched refs:playbackStateInfo (Results 1 – 8 of 8) sorted by relevance
/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/features/preview/ |
D | PreviewViewModel.kt | 269 playbackStateInfo: Bundle? in buildSurfaceStateChangedCallback() 277 playbackStateInfo = playbackStateInfo, in buildSurfaceStateChangedCallback()
|
/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/ui/remotepreview/ |
D | RemotePreviewHandler.java | 265 @Nullable Bundle playbackStateInfo) { in setPlaybackState() argument 268 playbackStateInfo); in setPlaybackState() 276 session.setPlaybackState(playbackState, playbackStateInfo); in setPlaybackState()
|
D | RemotePreviewSession.java | 233 void setPlaybackState(@PlaybackState int playbackState, @Nullable Bundle playbackStateInfo) { in setPlaybackState() argument 244 Point size = playbackStateInfo.getParcelable(ContentResolver.EXTRA_SIZE); in setPlaybackState()
|
/packages/providers/MediaProvider/apex/framework/java/android/provider/ |
D | ICloudMediaSurfaceStateChangedCallback.aidl | 26 void setPlaybackState(int surfaceId, int playbackState, in Bundle playbackStateInfo); in setPlaybackState() argument
|
D | CloudMediaProvider.java | 827 @Nullable Bundle playbackStateInfo) { in setPlaybackState() argument 829 mCallback.setPlaybackState(surfaceId, playbackState, playbackStateInfo); in setPlaybackState() 832 + "surfaceId: " + surfaceId + " ; playbackStateInfo: " + playbackStateInfo, in setPlaybackState()
|
/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/features/preview/video/ |
D | PlaybackInfo.kt | 33 val playbackStateInfo: Bundle? = null, constant in com.android.photopicker.features.preview.PlaybackInfo
|
D | VideoUi.kt | 666 playbackInfo.playbackStateInfo?.getParcelable(EXTRA_SIZE, Point::class.java) in produceAspectRatio()
|
/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/features/preview/ |
D | PreviewViewModelTest.kt | 544 mediaSizeChangedInfo.playbackStateInfo?.getParcelable( in testRemotePreviewSurfaceStateChangedCallbackEmitsUpdates()
|