Home
last modified time | relevance | path

Searched refs:videoView (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/widget/src/android/widget/cts/
DMediaControllerTest.java147 final VideoView videoView = in testShow() local
149 mMediaController.setAnchorView(videoView); in testShow()
179 final VideoView videoView = mActivity.findViewById(R.id.mediacontroller_videoview); in testOnBackInvokedCallback() local
180 mediaController.setAnchorView(videoView); in testOnBackInvokedCallback()
228 final VideoView videoView = in testOnTrackballEvent() local
230 videoView.setMediaController(mMediaController); in testOnTrackballEvent()
233 videoView.setVideoPath(prepareSampleVideo()); in testOnTrackballEvent()
234 videoView.requestFocus(); in testOnTrackballEvent()
240 videoView.getLocationOnScreen(xy); in testOnTrackballEvent()
242 final int viewWidth = videoView.getWidth(); in testOnTrackballEvent()
[all …]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/video/
DVideoPresentation.java48 VideoView videoView = (VideoView) view.findViewById(R.id.video_view); in onCreate() local
49 videoView.setOnPreparedListener(new OnPreparedListener() { in onCreate()
57 videoView.setVideoURI(uri); in onCreate()
58 videoView.start(); in onCreate()
/cts/hostsidetests/statsdatom/apps/statsdapp/src/com/android/server/cts/device/statsdatom/
DVideoPlayerActivity.java67 VideoView videoView = (VideoView)findViewById(R.id.video_player_view); in playVideo() local
68 videoView.setVideoPath("android.resource://" + getPackageName() + "/" + R.raw.colors_video); in playVideo()
69 videoView.start(); in playVideo()
/cts/tests/tests/media/decoder/src/android/media/decoder/cts/
DDecodeAccuracyTest.java149 private View videoView; field in DecodeAccuracyTest
169 if (videoView != null) { in tearDown()
170 getHelper().cleanUpView(videoView); in tearDown()
269 this.videoView = videoViewFactory.createView(getHelper().getContext()); in runTest()
273 if (videoView != null) { in runTest()
274 getHelper().generateView(videoView); in runTest()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DByodPresentMediaDialog.java122 final VideoView videoView = (VideoView) dialog.findViewById(R.id.videoView); in onCreateDialog() local
123 videoView.setVisibility(View.VISIBLE); in onCreateDialog()
124 videoView.setVideoURI(uri); in onCreateDialog()
130 videoView.start(); in onCreateDialog()