Home
last modified time | relevance | path

Searched defs:textureView (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/view/src/android/view/cts/
DTextureViewTest.java183 final TextureView textureView = activity.getTextureView(); in testRotateScale() local
222 final TextureView textureView = activity.getTextureView(); in testTransformScale() local
303 TextureView textureView = activity.getTextureView(); in testSDRFromSurfaceViewAndTextureView() local
438 final TextureView textureView = activity.getTextureView(); in testCropRect() local
598 final TextureView textureView = activity.getTextureView(); in testSamplingWithTransform() local
/cts/tests/camera/src/android/hardware/camera2/cts/testcases/
DCamera2MultiViewTestCase.java151 protected void updatePreviewDisplayRotation(Size previewSize, TextureView textureView) { in updatePreviewDisplayRotation()
/cts/tests/camera/src/android/hardware/camera2/cts/
DMultiViewTest.java1173 TextureView textureView, int mirrorMode) throws Exception { in textureViewPreviewWithMirroring()
DCameraExtensionSessionTest.java195 TextureView textureView = mActivityRule.getActivity().getTextureView(); in updatePreviewSurfaceTexture() local
/cts/tests/tests/media/decoder/src/android/media/decoder/cts/
DDecodeAccuracyTestBase.java750 private TextureView textureView; field in TextureViewFactory