Home
last modified time | relevance | path

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

12

/frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/
DFixedAspectSurfaceView.java143 width = View.resolveSizeAndState(width, widthMeasureSpec, 0); in onMeasure()
144 height = View.resolveSizeAndState(height, heightMeasureSpec, 0); in onMeasure()
/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
DFixedAspectSurfaceView.java143 width = View.resolveSizeAndState(width, widthMeasureSpec, 0); in onMeasure()
144 height = View.resolveSizeAndState(height, heightMeasureSpec, 0); in onMeasure()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DFaceScanningOverlay.kt184 val measuredWidth = resolveSizeAndState(mTotalBounds.width(), widthMeasureSpec, 0) in onMeasure()
185 val measuredHeight = resolveSizeAndState(mTotalBounds.height(), heightMeasureSpec, 0) in onMeasure()
196 resolveSizeAndState(mBoundingRect.width(), widthMeasureSpec, 0), in onMeasure()
197 resolveSizeAndState(mBoundingRect.height(), heightMeasureSpec, 0)) in onMeasure()
DScreenDecorations.java1477 resolveSizeAndState(mTotalBounds.width(), widthMeasureSpec, 0), in onMeasure()
1478 resolveSizeAndState(mTotalBounds.height(), heightMeasureSpec, 0)); in onMeasure()
1481 resolveSizeAndState(mBoundingRect.width(), widthMeasureSpec, 0), in onMeasure()
1482 resolveSizeAndState(mBoundingRect.height(), heightMeasureSpec, 0)); in onMeasure()
/frameworks/base/core/java/com/android/internal/widget/
DDialogViewAnimator.java102 setMeasuredDimension(resolveSizeAndState(maxWidth, widthMeasureSpec, childState), in onMeasure()
103 resolveSizeAndState(maxHeight, heightMeasureSpec, in onMeasure()
DAlertDialogLayout.java206 final int widthSizeAndState = resolveSizeAndState(maxWidth, widthMeasureSpec, childState); in tryOnMeasure()
207 final int heightSizeAndState = resolveSizeAndState(usedHeight, heightMeasureSpec, 0); in tryOnMeasure()
DWatchListDecorLayout.java205 setMeasuredDimension(resolveSizeAndState(maxWidth, widthMeasureSpec, childState), in onMeasure()
206 resolveSizeAndState(maxHeight, heightMeasureSpec, in onMeasure()
DNotificationOptimizedLinearLayout.java437 final int finalWidth = resolveSizeAndState(Math.max(maxWidth, getSuggestedMinimumWidth()), in measureVerticalOptimized()
439 final int finalHeight = resolveSizeAndState( in measureVerticalOptimized()
DActionBarOverlayLayout.java550 setMeasuredDimension(resolveSizeAndState(maxWidth, widthMeasureSpec, childState),
551 resolveSizeAndState(maxHeight, heightMeasureSpec,
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DDisplayCutoutView.java110 resolveSizeAndState(mBoundingRect.width(), widthMeasureSpec, 0), in onMeasure()
111 resolveSizeAndState(mBoundingRect.height(), heightMeasureSpec, 0)); in onMeasure()
/frameworks/base/core/java/android/widget/
DDayPickerViewPager.java99 setMeasuredDimension(resolveSizeAndState(maxWidth, widthMeasureSpec, childState), in onMeasure()
100 resolveSizeAndState(maxHeight, heightMeasureSpec, in onMeasure()
DAbsoluteLayout.java95 setMeasuredDimension(resolveSizeAndState(maxWidth, widthMeasureSpec, 0), in onMeasure()
96 resolveSizeAndState(maxHeight, heightMeasureSpec, 0)); in onMeasure()
DAbsSpinner.java242 heightSize = resolveSizeAndState(preferredHeight, heightMeasureSpec, 0); in onMeasure()
243 widthSize = resolveSizeAndState(preferredWidth, widthMeasureSpec, 0); in onMeasure()
DFrameLayout.java225 setMeasuredDimension(resolveSizeAndState(maxWidth, widthMeasureSpec, childState), in onMeasure()
226 resolveSizeAndState(maxHeight, heightMeasureSpec, in onMeasure()
DRatingBar.java319 setMeasuredDimension(resolveSizeAndState(width, widthMeasureSpec, 0), in onMeasure()
DAnalogClock.java662 setMeasuredDimension(resolveSizeAndState((int) (mDialWidth * scale), widthMeasureSpec, 0), in onMeasure()
663 resolveSizeAndState((int) (mDialHeight * scale), heightMeasureSpec, 0)); in onMeasure()
DLinearLayout.java986 int heightSizeAndState = resolveSizeAndState(heightSize, heightMeasureSpec, 0); in measureVertical()
1096 setMeasuredDimension(resolveSizeAndState(maxWidth, widthMeasureSpec, childState), in measureVertical()
1379 int widthSizeAndState = resolveSizeAndState(widthSize, widthMeasureSpec, 0); in measureHorizontal()
1536 resolveSizeAndState(maxHeight, heightMeasureSpec, in measureHorizontal()
DAbsSeekBar.java895 setMeasuredDimension(resolveSizeAndState(dw, widthMeasureSpec, 0),
896 resolveSizeAndState(dh, heightMeasureSpec, 0));
DImageView.java1240 widthSize = resolveSizeAndState(w, widthMeasureSpec, 0); in onMeasure()
1241 heightSize = resolveSizeAndState(h, heightMeasureSpec, 0); in onMeasure()
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
DPrintOptionsLayout.java121 setMeasuredDimension(resolveSizeAndState(width, widthMeasureSpec, childState), in onMeasure()
122 resolveSizeAndState(height, heightMeasureSpec, in onMeasure()
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
DAlertDialogLayout.java205 final int widthSizeAndState = resolveSizeAndState(maxWidth, widthMeasureSpec, childState); in tryOnMeasure()
206 final int heightSizeAndState = resolveSizeAndState(usedHeight, heightMeasureSpec, 0); in tryOnMeasure()
/frameworks/base/core/java/android/app/
DFragmentBreadCrumbs.java272 setMeasuredDimension(resolveSizeAndState(maxWidth, widthMeasureSpec, measuredChildState), in onMeasure()
273 resolveSizeAndState(maxHeight, heightMeasureSpec, in onMeasure()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DPseudoGridView.java107 setMeasuredDimension(width, resolveSizeAndState(totalHeight, heightMeasureSpec, 0)); in onMeasure()
/frameworks/base/media/java/android/media/tv/ad/
DTvAdView.java227 setMeasuredDimension(resolveSizeAndState(width, widthMeasureSpec, childState), in onMeasure()
228 resolveSizeAndState(height, heightMeasureSpec, in onMeasure()
/frameworks/base/media/java/android/media/tv/
DTvView.java917 setMeasuredDimension(resolveSizeAndState(width, widthMeasureSpec, childState), in onMeasure()
918 resolveSizeAndState(height, heightMeasureSpec, in onMeasure()

12