Home
last modified time | relevance | path

Searched refs:mWidthLimit (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Messaging/src/com/android/messaging/util/
H A DImageUtils.java400 private final int mWidthLimit; field in ImageUtils.ImageResizer
446 mWidthLimit = widthLimit; in ImageResizer()
619 final int widthLimitWithSlop = (int) (mWidthLimit * MAX_TARGET_SCALE_FACTOR); in canBeCompressed()
636 "imageWidth=%d imageHeight=%d", mWidthLimit, mHeightLimit, mByteLimit, in canBeCompressed()
679 + " limit (w=" + mWidthLimit + " h=" + mHeightLimit + ") quality=" in recodeImage()
705 if (decodedWidth > mWidthLimit || decodedHeight > mHeightLimit) { in recodeImage()
707 mWidthLimit == 0 ? 1.0f : in recodeImage()
708 (float) decodedWidth / (float) mWidthLimit, in recodeImage()
/aosp12/frameworks/base/core/java/android/widget/
H A DActionMenuPresenter.java73 private int mWidthLimit; field in ActionMenuPresenter
145 mWidthLimit = abp.getEmbeddedMenuWidthLimit(); in initForMenu()
153 int width = mWidthLimit; in initForMenu()
185 mWidthLimit = width; in setWidthLimit()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt69354 Landroid/widget/ActionMenuPresenter;->mWidthLimit:I