Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DMediaControllerTest.java133 final VideoView videoView = in testShow() local
135 mMediaController.setAnchorView(videoView); in testShow()
178 final VideoView videoView = in testOnTrackballEvent() local
180 videoView.setMediaController(mMediaController); in testOnTrackballEvent()
183 videoView.setVideoPath(prepareSampleVideo()); in testOnTrackballEvent()
184 videoView.requestFocus(); in testOnTrackballEvent()
190 videoView.getLocationOnScreen(xy); in testOnTrackballEvent()
192 final int viewWidth = videoView.getWidth(); in testOnTrackballEvent()
193 final int viewHeight = videoView.getHeight(); in testOnTrackballEvent()
207 final View videoView = mActivity.findViewById(R.id.mediacontroller_videoview); in testSetEnabled() local
[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/src/android/media/cts/
DDecodeAccuracyTest.java142 private View videoView; field in DecodeAccuracyTest
155 if (videoView != null) { in tearDown()
156 getHelper().cleanUpView(videoView); in tearDown()
228 this.videoView = videoViewFactory.createView(getHelper().getContext()); in runTest()
232 if (videoView != null) { in runTest()
233 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()
/cts/tests/leanbackjank/app/src/android/leanbackjank/app/
DUtils.java90 public void overScan(Activity activity, VideoView videoView) { in overScan() argument
101 videoView.setLayoutParams(lp); in overScan()