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

  /packages/apps/UnifiedEmail/src/com/android/mail/bitmap/
AttachmentDrawable.java 53 private int mDecodeHeight;
117 mDecodeHeight = h;
359 bufferH = (int) (mDecodeHeight * scale);
363 bufferH = mDecodeHeight;
  /packages/apps/Camera2/src/com/android/camera/data/
LocalMediaData.java 478 private final int mDecodeHeight;
489 mDecodeHeight = decodeHeight;
497 if (mWidth > mDecodeWidth || mHeight > mDecodeHeight) {
498 int heightRatio = Math.round((float) mHeight / (float) mDecodeHeight);
    [all...]

Completed in 206 milliseconds