Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DImageView.java1170 widthSize = resolveAdjustedSize(w + pleft + pright, mMaxWidth, widthMeasureSpec); in onMeasure()
1173 heightSize = resolveAdjustedSize(h + ptop + pbottom, mMaxHeight, heightMeasureSpec); in onMeasure()
1191 widthSize = resolveAdjustedSize(newWidth, mMaxWidth, widthMeasureSpec); in onMeasure()
1207 heightSize = resolveAdjustedSize(newHeight, mMaxHeight, in onMeasure()
1235 private int resolveAdjustedSize(int desiredSize, int maxSize, in resolveAdjustedSize() method
DVideoView.java251 public int resolveAdjustedSize(int desiredSize, int measureSpec) { in resolveAdjustedSize() method in VideoView
/frameworks/base/config/
Dboot-image-profile.txt18877 HSPLandroid/widget/ImageView;->resolveAdjustedSize(III)I
Dhiddenapi-greylist-max-o.txt88369 Landroid/widget/ImageView;->resolveAdjustedSize(III)I
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt39090 method public int resolveAdjustedSize(int, int);
/frameworks/base/api/
Dcurrent.txt57521 method public int resolveAdjustedSize(int, int);