Home
last modified time | relevance | path

Searched refs:getVideoView (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/view/src/android/view/cts/
DPixelCopyVideoSourceActivity.java66 public VideoView getVideoView() { in getVideoView() method in PixelCopyVideoSourceActivity
DPixelCopyTest.java862 copyResult = mCopyHelper.request(activity.getVideoView(), bitmap); in testVideoProducer()
875 copyResult = mCopyHelper.request(activity.getVideoView(), new Rect(0, 0, 50, 50), bitmap); in testVideoProducer()
880 copyResult = mCopyHelper.request(activity.getVideoView(), new Rect(50, 0, 100, 50), bitmap); in testVideoProducer()
885 copyResult = mCopyHelper.request(activity.getVideoView(), new Rect(0, 50, 50, 100), bitmap); in testVideoProducer()
890 … copyResult = mCopyHelper.request(activity.getVideoView(), new Rect(50, 50, 100, 100), bitmap); in testVideoProducer()
896 copyResult = mCopyHelper.request(activity.getVideoView(), new Rect(25, 25, 75, 75), bitmap); in testVideoProducer()
901 … copyResult = mCopyHelper.request(activity.getVideoView(), new Rect(0, 50, 100, 100), bitmap); in testVideoProducer()
907 … copyResult = mCopyHelper.request(activity.getVideoView(), new Rect(50, -50, 150, 50), bitmap); in testVideoProducer()