Home
last modified time | relevance | path

Searched refs:resolveAdjustedSize (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/base/core/java/android/widget/
H A DImageView.java1178 widthSize = resolveAdjustedSize(w + pleft + pright, mMaxWidth, widthMeasureSpec); in onMeasure()
1181 heightSize = resolveAdjustedSize(h + ptop + pbottom, mMaxHeight, heightMeasureSpec); in onMeasure()
1199 widthSize = resolveAdjustedSize(newWidth, mMaxWidth, widthMeasureSpec); in onMeasure()
1215 heightSize = resolveAdjustedSize(newHeight, mMaxHeight, in onMeasure()
1243 private int resolveAdjustedSize(int desiredSize, int maxSize, in resolveAdjustedSize() method
H A DVideoView.java251 public int resolveAdjustedSize(int desiredSize, int measureSpec) { in resolveAdjustedSize() method in VideoView
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/boot/
H A Dboot-image-profile.txt20273 HSPLandroid/widget/ImageView;->resolveAdjustedSize(III)I
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt56764 method public int resolveAdjustedSize(int, int);
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt39090 method public int resolveAdjustedSize(int, int);
/aosp12/frameworks/base/config/
H A Dboot-image-profile.txt20321 HSPLandroid/widget/ImageView;->resolveAdjustedSize(III)I
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt71362 Landroid/widget/ImageView;->resolveAdjustedSize(III)I