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

  /packages/apps/Camera/src/com/android/camera/
CameraScreenNail.java 75 private int mUncroppedRenderWidth;
126 return mUncroppedRenderWidth;
187 mUncroppedRenderWidth = getTextureWidth();
213 mUncroppedRenderWidth = Math.round(scaledTextureWidth);
  /packages/apps/Gallery2/src/com/android/camera/
CameraScreenNail.java 76 private int mUncroppedRenderWidth;
138 return mUncroppedRenderWidth;
199 mUncroppedRenderWidth = getTextureWidth();
225 mUncroppedRenderWidth = Math.round(scaledTextureWidth);

Completed in 348 milliseconds