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

/packages/apps/Camera2/src/com/android/camera/
H A DVideoUI.java101 private float mSurfaceTextureUncroppedHeight; field in class:VideoUI
288 mSurfaceTextureUncroppedHeight != scaledTextureHeight) {
290 mSurfaceTextureUncroppedHeight = scaledTextureHeight;
300 lp.height = (int) mSurfaceTextureUncroppedHeight;
320 (int) mSurfaceTextureUncroppedHeight / 2);
H A DPhotoUI.java110 private float mSurfaceTextureUncroppedHeight; field in class:PhotoUI
262 mSurfaceTextureUncroppedHeight != scaledTextureHeight) {
264 mSurfaceTextureUncroppedHeight = scaledTextureHeight;
267 (int) mSurfaceTextureUncroppedWidth, (int) mSurfaceTextureUncroppedHeight);

Completed in 39 milliseconds