Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DTextureViewTest.java124 activity.getTextureView().getBitmap(bitmap); in testScaling()
133 final TextureView textureView = activity.getTextureView(); in testRotateScale()
134 WidgetTestUtils.runOnMainAndDrawSync(mActivityRule, activity.getTextureView(), null); in testRotateScale()
140 activity.getTextureView().getBitmap(bitmap); in testRotateScale()
172 final TextureView textureView = activity.getTextureView(); in testTransformScale()
173 WidgetTestUtils.runOnMainAndDrawSync(mActivityRule, activity.getTextureView(), null); in testTransformScale()
182 activity.getTextureView().getBitmap(bitmap); in testTransformScale()
306 final TextureView textureView = activity.getTextureView(); in testSamplingWithTransform()
309 WidgetTestUtils.runOnMainAndDrawSync(mActivityRule, activity.getTextureView(), null); in testSamplingWithTransform()
DTextureViewCtsActivity.java149 this.getTextureView().getBitmap(bitmap); in getContents()
195 public TextureView getTextureView() { in getTextureView() method in TextureViewCtsActivity
/cts/tests/camera/src/android/hardware/camera2/cts/
DCameraExtensionTestActivity.java35 public TextureView getTextureView() { in getTextureView() method in CameraExtensionTestActivity
DCamera2MultiViewCtsActivity.java50 public TextureView getTextureView(int index) { in getTextureView() method in Camera2MultiViewCtsActivity
DCameraExtensionSessionTest.java122 TextureView textureView = mActivityRule.getActivity().getTextureView(); in updatePreviewSurfaceTexture()
/cts/tests/camera/src/android/hardware/camera2/cts/testcases/
DCamera2MultiViewTestCase.java103 mTextureView[i] = activity.getTextureView(i); in setUp()