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

/frameworks/rs/java/tests/LivePreview/src/com/android/rs/livepreview/
H A DCameraPreviewActivity.java66 private int mPreviewTexHeight; field in class:CameraPreviewActivity
142 mPreviewTexHeight = height;
272 float heightRatio = mNextPreviewSize.height / (float)mPreviewTexHeight;
276 mPreviewTexHeight * (1 - heightRatio/widthRatio)/2);

Completed in 148 milliseconds