Home
last modified time | relevance | path

Searched defs:surfaceId (Results 1 – 2 of 2) sorted by relevance

/cts/tests/PhotoPicker/src/android/photopicker/cts/cloudproviders/
DCloudProviderPrimary.java120 public static void setPlaybackState(int surfaceId, int state) { in setPlaybackState()
151 public void onSurfaceCreated(int surfaceId, @NonNull Surface surface, in onSurfaceCreated()
160 public void onSurfaceChanged(int surfaceId, int format, int width, int height) { in onSurfaceChanged()
167 public void onSurfaceDestroyed(int surfaceId) { in onSurfaceDestroyed()
173 public void onMediaPlay(int surfaceId) { in onMediaPlay()
179 public void onMediaPause(int surfaceId) { in onMediaPause()
185 public void onMediaSeekTo(int surfaceId, long timestampMillis) { in onMediaSeekTo()
202 public void sendPlaybackEvent(int surfaceId, int state) { in sendPlaybackEvent()
/cts/tests/PhotoPicker/src/android/photopicker/cts/
DRemoteVideoPreviewTest.java133 final int surfaceId = 0; in testBasicVideoPreview() local
201 int surfaceId = 0; in testSwipeImageVideoPreview() local
254 final int surfaceId = 0; in testVideoPreviewRetriableError() local
293 private void verifyInitialVideoPreviewSetup(int surfaceId, String mediaId) { in verifyInitialVideoPreviewSetup()
307 private void verifyPlaybackStartedWhenPlayerReady(int surfaceId) throws Exception { in verifyPlaybackStartedWhenPlayerReady()
314 private void verifyProgressIndicatorShowsWhenBuffering(int surfaceId) throws Exception { in verifyProgressIndicatorShowsWhenBuffering()
323 private void verifySnackbarShowsWhenPermanentError(int surfaceId) throws Exception { in verifySnackbarShowsWhenPermanentError()
331 private void verifyAlertDialogShowsWhenRetriableError(int surfaceId) throws Exception { in verifyAlertDialogShowsWhenRetriableError()
349 private void verifyAlertDialogRetry(int surfaceId) throws Exception { in verifyAlertDialogRetry()