Home | History | Annotate | Download | only in com.example.android.camera2basic

Lines Matching refs:mTextureView

167     private AutoFitTextureView mTextureView;
431 mTextureView = (AutoFitTextureView) view.findViewById(R.id.texture);
449 if (mTextureView.isAvailable()) {
450 openCamera(mTextureView.getWidth(), mTextureView.getHeight());
452 mTextureView.setSurfaceTextureListener(mSurfaceTextureListener);
575 mTextureView.setAspectRatio(
578 mTextureView.setAspectRatio(
677 SurfaceTexture texture = mTextureView.getSurfaceTexture();
733 * Configures the necessary {@link android.graphics.Matrix} transformation to `mTextureView`.
735 * setUpCameraOutputs and also the size of `mTextureView` is fixed.
737 * @param viewWidth The width of `mTextureView`
738 * @param viewHeight The height of `mTextureView`
742 if (null == mTextureView || null == mPreviewSize || null == activity) {
762 mTextureView.setTransform(matrix);