Searched refs:mSurfaceTextureUncroppedWidth (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/
H A DVideoUI.java100 private float mSurfaceTextureUncroppedWidth; field in class:VideoUI
287 if (mSurfaceTextureUncroppedWidth != scaledTextureWidth ||
289 mSurfaceTextureUncroppedWidth = scaledTextureWidth;
299 lp.width = (int) mSurfaceTextureUncroppedWidth;
319 bitmap = mTextureView.getBitmap((int) mSurfaceTextureUncroppedWidth / 2,
H A DPhotoUI.java109 private float mSurfaceTextureUncroppedWidth; field in class:PhotoUI
261 if (mSurfaceTextureUncroppedWidth != scaledTextureWidth ||
263 mSurfaceTextureUncroppedWidth = scaledTextureWidth;
267 (int) mSurfaceTextureUncroppedWidth, (int) mSurfaceTextureUncroppedHeight);

Completed in 2191 milliseconds