HomeSort by relevance Sort by last modified time
    Searched refs:setVideoPath (Results 1 - 8 of 8) sorted by null

  /cts/hostsidetests/statsd/apps/statsdapp/src/com/android/server/cts/device/statsd/
VideoPlayerActivity.java 68 videoView.setVideoPath("android.resource://" + getPackageName() + "/" + R.raw.colors_video);
  /cts/tests/tests/widget/src/android/widget/cts/
VideoViewTest.java 152 mActivityRule.runOnUiThread(() -> mVideoView.setVideoPath(mVideoPath));
198 mActivityRule.runOnUiThread(() -> mVideoView.setVideoPath(mVideoPath));
219 mVideoView.setVideoPath(path);
241 mActivityRule.runOnUiThread(() -> mVideoView.setVideoPath(mVideoPath));
274 mActivityRule.runOnUiThread(() -> mVideoView.setVideoPath(mVideoPath));
MediaControllerTest.java 183 videoView.setVideoPath(prepareSampleVideo());
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowVideoView.java 46 protected void setVideoPath(String path) {
  /developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/tvleanback/ui/
PlaybackOverlayActivity.java 83 mVideoView.setVideoPath(movie.getVideoUrl());
108 mVideoView.setVideoPath(movie.getVideoUrl());
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowVideoViewTest.java 50 view.setVideoPath("video.mp4");
53 view.setVideoPath(null);
  /developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/leanback/
PlayerActivity.java 110 mVideoView.setVideoPath(mSelectedMovie.getVideoUrl());
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/video/
CameraVideoActivity.java 533 mPlaybackView.setVideoPath(outputVideoFile.getPath());
    [all...]

Completed in 3424 milliseconds