Home
last modified time | relevance | path

Searched refs:resolveSize (Results 1 – 21 of 21) sorted by relevance

/aosp14/frameworks/base/core/java/android/view/animation/
H A DClipRectAnimation.java157 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()
H A DExtendAnimation.java164 -(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()
H A DTranslateAnimation.java181 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()
H A DRotateAnimation.java180 mPivotX = resolveSize(mPivotXType, mPivotXValue, width, parentWidth); in initialize()
181 mPivotY = resolveSize(mPivotYType, mPivotYValue, height, parentHeight); in initialize()
H A DScaleAnimation.java286 mPivotX = resolveSize(mPivotXType, mPivotXValue, width, parentWidth); in initialize()
287 mPivotY = resolveSize(mPivotYType, mPivotYValue, height, parentHeight); in initialize()
H A DAnimation.java1183 protected float resolveSize(int type, float value, int size, int parentSize) { in resolveSize() method
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ongoingcall/
H A DOngoingCallChronometer.kt84 val enforcedTextWidth = resolveSize(desiredTextWidth, widthMeasureSpec)
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DNotificationActionListLayout.java219 setMeasuredDimension(resolveSize(getSuggestedMinimumWidth(), widthMeasureSpec), in onMeasure()
220 resolveSize(getSuggestedMinimumHeight(), heightMeasureSpec)); in onMeasure()
H A DMessagingLinearLayout.java177 resolveSize(Math.max(getSuggestedMinimumWidth(), measuredWidth), in onMeasure()
/aosp14/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
H A DPrintContentView.java268 setMeasuredDimension(resolveSize(MeasureSpec.getSize(widthMeasureSpec), widthMeasureSpec), in onMeasure()
269 resolveSize(heightSize, heightMeasureSpec)); in onMeasure()
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/widget/
H A DMessagingLinearLayoutTest.java150 clampToMultiplesOfLineHeight(resolveSize(getDesiredHeight(), in onMeasure()
/aosp14/frameworks/base/core/java/com/android/internal/view/menu/
H A DIconMenuView.java412 int measuredWidth = resolveSize(Integer.MAX_VALUE, widthMeasureSpec); in onMeasure()
424 resolveSize(desiredHeight, heightMeasureSpec)); in onMeasure()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DSmartReplyView.java385 resolveSize(Math.max(getSuggestedMinimumWidth(), in onMeasure()
388 resolveSize(buttonHeight, heightMeasureSpec)); in onMeasure()
/aosp14/frameworks/base/core/java/android/widget/
H A DSimpleMonthView.java878 final int resolvedWidth = resolveSize(preferredWidth, widthMeasureSpec); in onMeasure()
879 final int resolvedHeight = resolveSize(preferredHeight, heightMeasureSpec); in onMeasure()
H A DRelativeLayout.java567 width = resolveSize(width, widthMeasureSpec); in onMeasure()
597 height = resolveSize(height, heightMeasureSpec); in onMeasure()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationIconContainer.java251 final int measuredWidth = resolveSize(totalWidth, widthMeasureSpec); in onMeasure()
/aosp14/frameworks/base/core/java/android/view/
H A DView.java27275 public static int resolveSize(int size, int measureSpec) { in resolveSize() method in View
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt17752 HSPLandroid/view/View;->resolveSize(II)I
18947 HSPLandroid/view/animation/Animation;->resolveSize(IFII)F
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt17816 HSPLandroid/view/View;->resolveSize(II)I
19011 HSPLandroid/view/animation/Animation;->resolveSize(IFII)F
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt52467 method public static int resolveSize(int, int);
54819 method protected float resolveSize(int, float, int, int);