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 268 float scaledTextureWidth, scaledTextureHeight;
270 scaledTextureWidth = Math.max(width,
275 scaledTextureWidth = Math.max(width,
281 if (mSurfaceTextureUncroppedWidth != scaledTextureWidth ||
283 mSurfaceTextureUncroppedWidth = scaledTextureWidth;
286 scaleX = scaledTextureWidth / width;
PhotoUI.java 228 float scaledTextureWidth, scaledTextureHeight;
230 scaledTextureWidth = Math.max(width,
235 scaledTextureWidth = Math.max(width,
241 if (mSurfaceTextureUncroppedWidth != scaledTextureWidth ||
243 mSurfaceTextureUncroppedWidth = scaledTextureWidth;
250 scaleX = scaledTextureWidth / width;

Completed in 161 milliseconds