/frameworks/base/core/java/android/view/animation/ |
D | ClipRectAnimation.java | 157 mFromRect.set((int) resolveSize(mFromLeftType, mFromLeftValue, width, parentWidth), in initialize() 158 (int) resolveSize(mFromTopType, mFromTopValue, height, parentHeight), in initialize() 159 (int) resolveSize(mFromRightType, mFromRightValue, width, parentWidth), in initialize() 160 (int) resolveSize(mFromBottomType, mFromBottomValue, height, parentHeight)); in initialize() 161 mToRect.set((int) resolveSize(mToLeftType, mToLeftValue, width, parentWidth), in initialize() 162 (int) resolveSize(mToTopType, mToTopValue, height, parentHeight), in initialize() 163 (int) resolveSize(mToRightType, mToRightValue, width, parentWidth), in initialize() 164 (int) resolveSize(mToBottomType, mToBottomValue, height, parentHeight)); in initialize()
|
D | ExtendAnimation.java | 164 -(int) resolveSize(mFromLeftType, mFromLeftValue, width, parentWidth), in initialize() 165 -(int) resolveSize(mFromTopType, mFromTopValue, height, parentHeight), in initialize() 166 -(int) resolveSize(mFromRightType, mFromRightValue, width, parentWidth), in initialize() 167 -(int) resolveSize(mFromBottomType, mFromBottomValue, height, parentHeight) in initialize() 170 -(int) resolveSize(mToLeftType, mToLeftValue, width, parentWidth), in initialize() 171 -(int) resolveSize(mToTopType, mToTopValue, height, parentHeight), in initialize() 172 -(int) resolveSize(mToRightType, mToRightValue, width, parentWidth), in initialize() 173 -(int) resolveSize(mToBottomType, mToBottomValue, height, parentHeight) in initialize()
|
D | TranslateAnimation.java | 181 mFromXDelta = resolveSize(mFromXType, mFromXValue, width, parentWidth); in initialize() 182 mToXDelta = resolveSize(mToXType, mToXValue, width, parentWidth); in initialize() 183 mFromYDelta = resolveSize(mFromYType, mFromYValue, height, parentHeight); in initialize() 184 mToYDelta = resolveSize(mToYType, mToYValue, height, parentHeight); in initialize()
|
D | RotateAnimation.java | 180 mPivotX = resolveSize(mPivotXType, mPivotXValue, width, parentWidth); in initialize() 181 mPivotY = resolveSize(mPivotYType, mPivotYValue, height, parentHeight); in initialize()
|
D | ScaleAnimation.java | 286 mPivotX = resolveSize(mPivotXType, mPivotXValue, width, parentWidth); in initialize() 287 mPivotY = resolveSize(mPivotYType, mPivotYValue, height, parentHeight); in initialize()
|
D | Animation.java | 1183 protected float resolveSize(int type, float value, int size, int parentSize) { in resolveSize() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/chips/ui/view/ |
D | ChipChronometer.kt | 80 val enforcedTextWidth = resolveSize(desiredTextWidth, widthMeasureSpec) in onMeasure()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | NotificationActionListLayout.java | 264 setMeasuredDimension(resolveSize(getSuggestedMinimumWidth(), widthMeasureSpec), in onMeasure() 265 resolveSize(getSuggestedMinimumHeight(), heightMeasureSpec)); in onMeasure()
|
D | MessagingLinearLayout.java | 191 resolveSize(Math.max(getSuggestedMinimumWidth(), measuredWidth), in onMeasure()
|
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/ |
D | PrintContentView.java | 268 setMeasuredDimension(resolveSize(MeasureSpec.getSize(widthMeasureSpec), widthMeasureSpec), in onMeasure() 269 resolveSize(heightSize, heightMeasureSpec)); in onMeasure()
|
/frameworks/base/core/tests/coretests/src/com/android/internal/widget/ |
D | MessagingLinearLayoutTest.java | 150 clampToMultiplesOfLineHeight(resolveSize(getDesiredHeight(), in onMeasure()
|
/frameworks/base/core/java/com/android/internal/view/menu/ |
D | IconMenuView.java | 412 int measuredWidth = resolveSize(Integer.MAX_VALUE, widthMeasureSpec); in onMeasure() 424 resolveSize(desiredHeight, heightMeasureSpec)); in onMeasure()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | SmartReplyView.java | 385 resolveSize(Math.max(getSuggestedMinimumWidth(), in onMeasure() 388 resolveSize(buttonHeight, heightMeasureSpec)); in onMeasure()
|
/frameworks/base/core/java/android/widget/ |
D | SimpleMonthView.java | 882 final int resolvedWidth = resolveSize(preferredWidth, widthMeasureSpec); in onMeasure() 883 final int resolvedHeight = resolveSize(preferredHeight, heightMeasureSpec); in onMeasure()
|
D | RelativeLayout.java | 567 width = resolveSize(width, widthMeasureSpec); in onMeasure() 597 height = resolveSize(height, heightMeasureSpec); in onMeasure()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | NotificationIconContainer.java | 257 final int measuredWidth = resolveSize(totalWidth, widthMeasureSpec); in onMeasure()
|
/frameworks/base/core/java/android/view/ |
D | View.java | 28256 public static int resolveSize(int size, int measureSpec) { in resolveSize() method
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/boot/ |
D | boot-image-profile.txt | 17471 HSPLandroid/view/View;->resolveSize(II)I 18618 HSPLandroid/view/animation/Animation;->resolveSize(IFII)F
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 33632 method public static int resolveSize(int, int); 35274 method protected float resolveSize(int, float, int, int);
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 17535 HSPLandroid/view/View;->resolveSize(II)I 18682 HSPLandroid/view/animation/Animation;->resolveSize(IFII)F
|
/frameworks/base/core/api/ |
D | current.txt | 52980 method public static int resolveSize(int, int); 55409 method protected float resolveSize(int, float, int, int);
|