Home
last modified time | relevance | path

Searched refs:getTextureView (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/view/src/android/view/cts/
DTextureViewTest.java120 activity.getTextureView().getBitmap(bitmap); in testScaling()
129 final TextureView textureView = activity.getTextureView(); in testRotateScale()
130 WidgetTestUtils.runOnMainAndDrawSync(mActivityRule, activity.getTextureView(), null); in testRotateScale()
136 activity.getTextureView().getBitmap(bitmap); in testRotateScale()
168 final TextureView textureView = activity.getTextureView(); in testTransformScale()
169 WidgetTestUtils.runOnMainAndDrawSync(mActivityRule, activity.getTextureView(), null); in testTransformScale()
178 activity.getTextureView().getBitmap(bitmap); in testTransformScale()
302 final TextureView textureView = activity.getTextureView(); in testSamplingWithTransform()
303 WidgetTestUtils.runOnMainAndDrawSync(mActivityRule, activity.getTextureView(), null); in testSamplingWithTransform()
DTextureViewCtsActivity.java148 this.getTextureView().getBitmap(bitmap); in getContents()
194 public TextureView getTextureView() { in getTextureView() method in TextureViewCtsActivity
/cts/tests/camera/src/android/hardware/camera2/cts/
DCamera2MultiViewCtsActivity.java50 public TextureView getTextureView(int index) { in getTextureView() method in Camera2MultiViewCtsActivity
/cts/tests/camera/src/android/hardware/camera2/cts/testcases/
DCamera2MultiViewTestCase.java109 mTextureView[i] = activity.getTextureView(i); in setUp()