Searched refs:resolveAdjustedSize (Results 1 – 8 of 8) sorted by relevance
/aosp12/frameworks/base/core/java/android/widget/ |
H A D | ImageView.java | 1178 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 D | VideoView.java | 251 public int resolveAdjustedSize(int desiredSize, int measureSpec) { in resolveAdjustedSize() method in VideoView
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 20273 HSPLandroid/widget/ImageView;->resolveAdjustedSize(III)I
|
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 56764 method public int resolveAdjustedSize(int, int);
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 39090 method public int resolveAdjustedSize(int, int);
|
/aosp12/frameworks/base/config/ |
H A D | boot-image-profile.txt | 20321 HSPLandroid/widget/ImageView;->resolveAdjustedSize(III)I
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 71362 Landroid/widget/ImageView;->resolveAdjustedSize(III)I
|