Searched refs:videoView (Results 1 – 5 of 5) sorted by relevance
132 final VideoView videoView = in testShow() local134 mMediaController.setAnchorView(videoView); in testShow()178 final VideoView videoView = in testOnTrackballEvent() local180 videoView.setMediaController(mMediaController); in testOnTrackballEvent()182 videoView.setVideoPath(prepareSampleVideo()); in testOnTrackballEvent()183 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()206 final View videoView = mActivity.findViewById(R.id.mediacontroller_videoview); in testSetEnabled() local[all …]
48 VideoView videoView = (VideoView) view.findViewById(R.id.video_view); in onCreate() local49 videoView.setOnPreparedListener(new OnPreparedListener() { in onCreate()57 videoView.setVideoURI(uri); in onCreate()58 videoView.start(); in onCreate()
136 private View videoView; field in DecodeAccuracyTest143 if (videoView != null) { in tearDown()144 getHelper().cleanUpView(videoView); in tearDown()208 this.videoView = videoViewFactory.createView(getHelper().getContext()); in runTest()212 if (videoView != null) { in runTest()213 getHelper().generateView(videoView); in runTest()
122 final VideoView videoView = (VideoView) dialog.findViewById(R.id.videoView); in onCreateDialog() local123 videoView.setVisibility(View.VISIBLE); in onCreateDialog()124 videoView.setVideoURI(uri); in onCreateDialog()130 videoView.start(); in onCreateDialog()
90 public void overScan(Activity activity, VideoView videoView) { in overScan() argument101 videoView.setLayoutParams(lp); in overScan()