Searched refs:mWidthLimit (Results 1 – 3 of 3) sorted by relevance
400 private final int mWidthLimit; field in ImageUtils.ImageResizer446 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()
73 private int mWidthLimit; field in ActionMenuPresenter145 mWidthLimit = abp.getEmbeddedMenuWidthLimit(); in initForMenu()153 int width = mWidthLimit; in initForMenu()185 mWidthLimit = width; in setWidthLimit()
69354 Landroid/widget/ActionMenuPresenter;->mWidthLimit:I