Searched refs:getTextureView (Results 1 – 6 of 6) sorted by relevance
124 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()
149 this.getTextureView().getBitmap(bitmap); in getContents()195 public TextureView getTextureView() { in getTextureView() method in TextureViewCtsActivity
35 public TextureView getTextureView() { in getTextureView() method in CameraExtensionTestActivity
50 public TextureView getTextureView(int index) { in getTextureView() method in Camera2MultiViewCtsActivity
122 TextureView textureView = mActivityRule.getActivity().getTextureView(); in updatePreviewSurfaceTexture()
103 mTextureView[i] = activity.getTextureView(i); in setUp()