Home
last modified time | relevance | path

Searched refs:resolveSizeAndState (Results 1 – 25 of 36) sorted by relevance

12

/aosp12/packages/apps/MusicFX/src/com/android/musicfx/
H A DSeekBarRotator.java62 resolveSizeAndState(0, widthMeasureSpec, 0), in onMeasure()
63 resolveSizeAndState(0, heightMeasureSpec, 0)); in onMeasure()
/aosp12/packages/apps/Dialer/java/com/android/incallui/answer/impl/
H A DFixedAspectSurfaceView.java80 width = View.resolveSizeAndState(width, widthMeasureSpec, 0); in onMeasure()
81 height = View.resolveSizeAndState(height, heightMeasureSpec, 0); in onMeasure()
/aosp12/frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/
H A DFixedAspectSurfaceView.java143 width = View.resolveSizeAndState(width, widthMeasureSpec, 0); in onMeasure()
144 height = View.resolveSizeAndState(height, heightMeasureSpec, 0); in onMeasure()
/aosp12/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
H A DFixedAspectSurfaceView.java143 width = View.resolveSizeAndState(width, widthMeasureSpec, 0); in onMeasure()
144 height = View.resolveSizeAndState(height, heightMeasureSpec, 0); in onMeasure()
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DDialogViewAnimator.java102 setMeasuredDimension(resolveSizeAndState(maxWidth, widthMeasureSpec, childState), in onMeasure()
103 resolveSizeAndState(maxHeight, heightMeasureSpec, in onMeasure()
H A DAlertDialogLayout.java206 final int widthSizeAndState = resolveSizeAndState(maxWidth, widthMeasureSpec, childState); in tryOnMeasure()
207 final int heightSizeAndState = resolveSizeAndState(usedHeight, heightMeasureSpec, 0); in tryOnMeasure()
H A DWatchListDecorLayout.java205 setMeasuredDimension(resolveSizeAndState(maxWidth, widthMeasureSpec, childState), in onMeasure()
206 resolveSizeAndState(maxHeight, heightMeasureSpec, in onMeasure()
H A DActionBarOverlayLayout.java479 setMeasuredDimension(resolveSizeAndState(maxWidth, widthMeasureSpec, childState),
480 resolveSizeAndState(maxHeight, heightMeasureSpec,
/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DDisplayCutoutView.java110 resolveSizeAndState(mBoundingRect.width(), widthMeasureSpec, 0), in onMeasure()
111 resolveSizeAndState(mBoundingRect.height(), heightMeasureSpec, 0)); in onMeasure()
/aosp12/frameworks/base/core/java/android/widget/
H A DAbsoluteLayout.java95 setMeasuredDimension(resolveSizeAndState(maxWidth, widthMeasureSpec, 0), in onMeasure()
96 resolveSizeAndState(maxHeight, heightMeasureSpec, 0)); in onMeasure()
H A DDayPickerViewPager.java99 setMeasuredDimension(resolveSizeAndState(maxWidth, widthMeasureSpec, childState), in onMeasure()
100 resolveSizeAndState(maxHeight, heightMeasureSpec, in onMeasure()
H A DAbsSpinner.java242 heightSize = resolveSizeAndState(preferredHeight, heightMeasureSpec, 0); in onMeasure()
243 widthSize = resolveSizeAndState(preferredWidth, widthMeasureSpec, 0); in onMeasure()
H A DFrameLayout.java225 setMeasuredDimension(resolveSizeAndState(maxWidth, widthMeasureSpec, childState), in onMeasure()
226 resolveSizeAndState(maxHeight, heightMeasureSpec, in onMeasure()
H A DRatingBar.java300 setMeasuredDimension(resolveSizeAndState(width, widthMeasureSpec, 0), in onMeasure()
H A DLinearLayout.java950 int heightSizeAndState = resolveSizeAndState(heightSize, heightMeasureSpec, 0); in measureVertical()
1060 setMeasuredDimension(resolveSizeAndState(maxWidth, widthMeasureSpec, childState), in measureVertical()
1333 int widthSizeAndState = resolveSizeAndState(widthSize, widthMeasureSpec, 0); in measureHorizontal()
1480 resolveSizeAndState(maxHeight, heightMeasureSpec, in measureHorizontal()
H A DAnalogClock.java657 setMeasuredDimension(resolveSizeAndState((int) (mDialWidth * scale), widthMeasureSpec, 0), in onMeasure()
658 resolveSizeAndState((int) (mDialHeight * scale), heightMeasureSpec, 0)); in onMeasure()
H A DAbsSeekBar.java895 setMeasuredDimension(resolveSizeAndState(dw, widthMeasureSpec, 0),
896 resolveSizeAndState(dh, heightMeasureSpec, 0));
H A DImageView.java1236 widthSize = resolveSizeAndState(w, widthMeasureSpec, 0); in onMeasure()
1237 heightSize = resolveSizeAndState(h, heightMeasureSpec, 0); in onMeasure()
/aosp12/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
H A DPrintOptionsLayout.java121 setMeasuredDimension(resolveSizeAndState(width, widthMeasureSpec, childState), in onMeasure()
122 resolveSizeAndState(height, heightMeasureSpec, in onMeasure()
/aosp12/frameworks/base/core/java/android/app/
H A DFragmentBreadCrumbs.java272 setMeasuredDimension(resolveSizeAndState(maxWidth, widthMeasureSpec, measuredChildState), in onMeasure()
273 resolveSizeAndState(maxHeight, heightMeasureSpec, in onMeasure()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DPseudoGridView.java107 setMeasuredDimension(width, resolveSizeAndState(totalHeight, heightMeasureSpec, 0)); in onMeasure()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardSecurityContainer.java718 setMeasuredDimension(resolveSizeAndState(maxWidth, widthMeasureSpec, childState), in onMeasure()
719 resolveSizeAndState(maxHeight, heightMeasureSpec, in onMeasure()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DScreenDecorations.java1336 resolveSizeAndState(mTotalBounds.width(), widthMeasureSpec, 0), in onMeasure()
1337 resolveSizeAndState(mTotalBounds.height(), heightMeasureSpec, 0)); in onMeasure()
1340 resolveSizeAndState(mBoundingRect.width(), widthMeasureSpec, 0), in onMeasure()
1341 resolveSizeAndState(mBoundingRect.height(), heightMeasureSpec, 0)); in onMeasure()
/aosp12/frameworks/base/media/java/android/media/tv/
H A DTvView.java723 setMeasuredDimension(resolveSizeAndState(width, widthMeasureSpec, childState), in onMeasure()
724 resolveSizeAndState(height, heightMeasureSpec, in onMeasure()
/aosp12/packages/apps/Settings/src/com/android/settings/widget/
H A DMatchParentShrinkingLinearLayout.java814 int heightSizeAndState = resolveSizeAndState(heightSize, heightMeasureSpec, 0); in measureVertical()
949 setMeasuredDimension(resolveSizeAndState(maxWidth, widthMeasureSpec, childState), in measureVertical()

12