Searched refs:resolveAdjustedSize (Results 1 – 7 of 7) sorted by relevance
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | ImageView.java | 1182 widthSize = resolveAdjustedSize(w + pleft + pright, mMaxWidth, widthMeasureSpec); in onMeasure() 1185 heightSize = resolveAdjustedSize(h + ptop + pbottom, mMaxHeight, heightMeasureSpec); in onMeasure() 1203 widthSize = resolveAdjustedSize(newWidth, mMaxWidth, widthMeasureSpec); in onMeasure() 1219 heightSize = resolveAdjustedSize(newHeight, mMaxHeight, in onMeasure() 1247 private int resolveAdjustedSize(int desiredSize, int maxSize, in resolveAdjustedSize() method
|
H A D | VideoView.java | 251 public int resolveAdjustedSize(int desiredSize, int measureSpec) { in resolveAdjustedSize() method in VideoView
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 20261 HSPLandroid/widget/ImageView;->resolveAdjustedSize(III)I
|
/aosp14/frameworks/base/config/ |
H A D | boot-image-profile.txt | 20325 HSPLandroid/widget/ImageView;->resolveAdjustedSize(III)I
|
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 60659 method public int resolveAdjustedSize(int, int);
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 68039 Landroid/widget/ImageView;->resolveAdjustedSize(III)I
|