HomeSort by relevance Sort by last modified time
    Searched refs:scaledTextureWidth (Results 1 - 3 of 3) sorted by null

  /packages/apps/Camera/src/com/android/camera/
CameraScreenNail.java 199 float scaledTextureWidth, scaledTextureHeight;
201 scaledTextureWidth = Math.max(mRenderWidth,
206 scaledTextureWidth = Math.max(mRenderWidth,
211 mScaleX = mRenderWidth / scaledTextureWidth;
213 mUncroppedRenderWidth = Math.round(scaledTextureWidth);
  /packages/apps/Camera2/src/com/android/camera/
VideoUI.java 274 float scaledTextureWidth, scaledTextureHeight;
276 scaledTextureWidth = Math.max(width,
281 scaledTextureWidth = Math.max(width,
287 if (mSurfaceTextureUncroppedWidth != scaledTextureWidth ||
289 mSurfaceTextureUncroppedWidth = scaledTextureWidth;
292 scaleX = scaledTextureWidth / width;
PhotoUI.java 248 float scaledTextureWidth, scaledTextureHeight;
250 scaledTextureWidth = Math.max(width,
255 scaledTextureWidth = Math.max(width,
261 if (mSurfaceTextureUncroppedWidth != scaledTextureWidth ||
263 mSurfaceTextureUncroppedWidth = scaledTextureWidth;
270 scaleX = scaledTextureWidth / width;

Completed in 51 milliseconds