Home
last modified time | relevance | path

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

/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.java195 TextureView textureView = mActivityRule.getActivity().getTextureView(); in updatePreviewSurfaceTexture()
/cts/tests/tests/view/src/android/view/cts/
DTextureViewTest.java174 activity.getTextureView().getBitmap(bitmap); in testScaling()
183 final TextureView textureView = activity.getTextureView(); in testRotateScale()
184 WidgetTestUtils.runOnMainAndDrawSync(mActivityRule, activity.getTextureView(), null); in testRotateScale()
190 activity.getTextureView().getBitmap(bitmap); in testRotateScale()
222 final TextureView textureView = activity.getTextureView(); in testTransformScale()
223 WidgetTestUtils.runOnMainAndDrawSync(mActivityRule, activity.getTextureView(), null); in testTransformScale()
232 activity.getTextureView().getBitmap(bitmap); in testTransformScale()
303 TextureView textureView = activity.getTextureView(); in testSDRFromSurfaceViewAndTextureView()
438 final TextureView textureView = activity.getTextureView(); in testCropRect()
598 final TextureView textureView = activity.getTextureView(); in testSamplingWithTransform()
[all …]
DSDRTestActivity.java86 public TextureView getTextureView() { in getTextureView() method in SDRTestActivity
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/testcases/
DCamera2MultiViewTestCase.java112 mTextureView[i] = activity.getTextureView(i); in setUp()