Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/animation/
DClipRectAnimation.java158 mFromRect.set((int) resolveSize(mFromLeftType, mFromLeftValue, width, parentWidth), in initialize()
159 (int) resolveSize(mFromTopType, mFromTopValue, height, parentHeight), in initialize()
160 (int) resolveSize(mFromRightType, mFromRightValue, width, parentWidth), in initialize()
161 (int) resolveSize(mFromBottomType, mFromBottomValue, height, parentHeight)); in initialize()
162 mToRect.set((int) resolveSize(mToLeftType, mToLeftValue, width, parentWidth), in initialize()
163 (int) resolveSize(mToTopType, mToTopValue, height, parentHeight), in initialize()
164 (int) resolveSize(mToRightType, mToRightValue, width, parentWidth), in initialize()
165 (int) resolveSize(mToBottomType, mToBottomValue, height, parentHeight)); in initialize()
DTranslateAnimation.java173 mFromXDelta = resolveSize(mFromXType, mFromXValue, width, parentWidth); in initialize()
174 mToXDelta = resolveSize(mToXType, mToXValue, width, parentWidth); in initialize()
175 mFromYDelta = resolveSize(mFromYType, mFromYValue, height, parentHeight); in initialize()
176 mToYDelta = resolveSize(mToYType, mToYValue, height, parentHeight); in initialize()
DRotateAnimation.java180 mPivotX = resolveSize(mPivotXType, mPivotXValue, width, parentWidth); in initialize()
181 mPivotY = resolveSize(mPivotYType, mPivotYValue, height, parentHeight); in initialize()
DScaleAnimation.java286 mPivotX = resolveSize(mPivotXType, mPivotXValue, width, parentWidth); in initialize()
287 mPivotY = resolveSize(mPivotYType, mPivotYValue, height, parentHeight); in initialize()
DAnimation.java1026 protected float resolveSize(int type, float value, int size, int parentSize) { in resolveSize() method
/frameworks/layoutlib/studio-custom-widgets/src/com/android/tools/idea/editors/theme/widgets/
DErrorCatcher.java60 setMeasuredDimension(resolveSize(child.getMeasuredWidth(), widthMeasureSpec), in onMeasure()
61 resolveSize(child.getMeasuredHeight(), heightMeasureSpec)); in onMeasure()
65 setMeasuredDimension(resolveSize(0, widthMeasureSpec), in onMeasure()
66 resolveSize(0, heightMeasureSpec)); in onMeasure()
DThemePreviewLayout.java163 setMeasuredDimension(resolveSize(totalWidth, widthMeasureSpec), in onMeasure()
164 resolveSize(totalHeight, heightMeasureSpec)); in onMeasure()
/frameworks/base/core/java/com/android/internal/widget/
DNotificationActionListLayout.java155 setMeasuredDimension(resolveSize(getSuggestedMinimumWidth(), widthMeasureSpec), in onMeasure()
156 resolveSize(getSuggestedMinimumHeight(), heightMeasureSpec)); in onMeasure()
DMessagingLinearLayout.java137 resolveSize(Math.max(getSuggestedMinimumWidth(), measuredWidth), in onMeasure()
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
DPrintContentView.java267 setMeasuredDimension(resolveSize(MeasureSpec.getSize(widthMeasureSpec), widthMeasureSpec), in onMeasure()
268 resolveSize(heightSize, heightMeasureSpec)); in onMeasure()
/frameworks/base/core/java/com/android/internal/view/menu/
DIconMenuView.java407 int measuredWidth = resolveSize(Integer.MAX_VALUE, widthMeasureSpec); in onMeasure()
419 resolveSize(desiredHeight, heightMeasureSpec)); in onMeasure()
/frameworks/base/core/tests/coretests/src/com/android/internal/widget/
DMessagingLinearLayoutTest.java150 clampToMultiplesOfLineHeight(resolveSize(getDesiredHeight(), in onMeasure()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSmartReplyView.java363 resolveSize(Math.max(getSuggestedMinimumWidth(), measuredWidth), widthMeasureSpec), in onMeasure()
364 resolveSize(Math.max(getSuggestedMinimumHeight(), in onMeasure()
/frameworks/base/core/java/android/widget/
DSimpleMonthView.java871 final int resolvedWidth = resolveSize(preferredWidth, widthMeasureSpec); in onMeasure()
872 final int resolvedHeight = resolveSize(preferredHeight, heightMeasureSpec); in onMeasure()
DRelativeLayout.java547 width = resolveSize(width, widthMeasureSpec); in onMeasure()
577 height = resolveSize(height, heightMeasureSpec); in onMeasure()
/frameworks/base/core/java/android/view/
DView.java23308 public static int resolveSize(int size, int measureSpec) { in resolveSize() method in View
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt33632 method public static int resolveSize(int, int);
35274 method protected float resolveSize(int, float, int, int);
/frameworks/base/api/
Dcurrent.txt47755 method public static int resolveSize(int, int);
49692 method protected float resolveSize(int, float, int, int);
/frameworks/base/config/
Dboot-image-profile.txt33891 HSPLandroid/view/View;->resolveSize(II)I
34896 HSPLandroid/view/animation/Animation;->resolveSize(IFII)F
Dhiddenapi-public-dex.txt48030 Landroid/view/animation/Animation;->resolveSize(IFII)F
50940 Landroid/view/View;->resolveSize(II)I