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

  /cts/tests/tests/widget/src/android/widget/cts/
VideoViewTest.java 89 private String mVideoPath;
101 mVideoPath = prepareSampleVideo();
102 assertNotNull(mVideoPath);
156 mActivityRule.runOnUiThread(() -> mVideoView.setVideoPath(mVideoPath));
202 mActivityRule.runOnUiThread(() -> mVideoView.setVideoPath(mVideoPath));
246 mActivityRule.runOnUiThread(() -> mVideoView.setVideoPath(mVideoPath));
280 mActivityRule.runOnUiThread(() -> mVideoView.setVideoPath(mVideoPath));
VideoView2Test.java 90 private String mVideoPath;
103 mVideoPath = prepareSampleVideo();
163 mVideoView.setVideoPath(mVideoPath);
190 mVideoView.setVideoPath(mVideoPath);
  /frameworks/support/media-widget/src/androidTest/java/androidx/media/widget/
VideoView2Test.java 91 private String mVideoPath;
104 mVideoPath = prepareSampleVideo();
184 mVideoView.setVideoPath(mVideoPath);
221 mVideoView.setVideoPath(mVideoPath);
  /packages/apps/Settings/src/com/android/settings/widget/
VideoPreference.java 45 private Uri mVideoPath;
64 mVideoPath = new Uri.Builder().scheme(ContentResolver.SCHEME_ANDROID_RESOURCE)
68 mMediaPlayer = MediaPlayer.create(mContext, mVideoPath);

Completed in 1269 milliseconds