Searched defs:textureView (Results 1 – 5 of 5) sorted by relevance
183 final TextureView textureView = activity.getTextureView(); in testRotateScale() local222 final TextureView textureView = activity.getTextureView(); in testTransformScale() local303 TextureView textureView = activity.getTextureView(); in testSDRFromSurfaceViewAndTextureView() local438 final TextureView textureView = activity.getTextureView(); in testCropRect() local598 final TextureView textureView = activity.getTextureView(); in testSamplingWithTransform() local
151 protected void updatePreviewDisplayRotation(Size previewSize, TextureView textureView) { in updatePreviewDisplayRotation()
1173 TextureView textureView, int mirrorMode) throws Exception { in textureViewPreviewWithMirroring()
195 TextureView textureView = mActivityRule.getActivity().getTextureView(); in updatePreviewSurfaceTexture() local
750 private TextureView textureView; field in TextureViewFactory