Home
last modified time | relevance | path

Searched refs:resolveSizeAndState (Results 1 – 25 of 31) 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/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()
DActionBarOverlayLayout.java479 setMeasuredDimension(resolveSizeAndState(maxWidth, widthMeasureSpec, childState),
480 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/
DAbsoluteLayout.java95 setMeasuredDimension(resolveSizeAndState(maxWidth, widthMeasureSpec, 0), in onMeasure()
96 resolveSizeAndState(maxHeight, heightMeasureSpec, 0)); in onMeasure()
DDayPickerViewPager.java99 setMeasuredDimension(resolveSizeAndState(maxWidth, widthMeasureSpec, childState), in onMeasure()
100 resolveSizeAndState(maxHeight, heightMeasureSpec, in onMeasure()
DAnalogClock.java173 setMeasuredDimension(resolveSizeAndState((int) (mDialWidth * scale), widthMeasureSpec, 0), in onMeasure()
174 resolveSizeAndState((int) (mDialHeight * scale), 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.java300 setMeasuredDimension(resolveSizeAndState(width, widthMeasureSpec, 0), in onMeasure()
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()
DAbsSeekBar.java887 setMeasuredDimension(resolveSizeAndState(dw, widthMeasureSpec, 0),
888 resolveSizeAndState(dh, heightMeasureSpec, 0));
DImageView.java1230 widthSize = resolveSizeAndState(w, widthMeasureSpec, 0); in onMeasure()
1231 heightSize = resolveSizeAndState(h, heightMeasureSpec, 0); in onMeasure()
DProgressBar.java2136 final int measuredWidth = resolveSizeAndState(dw, widthMeasureSpec, 0); in onMeasure()
2137 final int measuredHeight = resolveSizeAndState(dh, heightMeasureSpec, 0); in onMeasure()
DToolbar.java1809 final int measuredWidth = resolveSizeAndState( in onMeasure()
1812 final int measuredHeight = resolveSizeAndState( in onMeasure()
DGridLayout.java1104 resolveSizeAndState(measuredWidth, widthSpec, 0), in onMeasure()
1105 resolveSizeAndState(measuredHeight, heightSpec, 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/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.java97 setMeasuredDimension(width, resolveSizeAndState(totalHeight, heightMeasureSpec, 0)); in onMeasure()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DScreenDecorations.java1137 resolveSizeAndState(mTotalBounds.width(), widthMeasureSpec, 0), in onMeasure()
1138 resolveSizeAndState(mTotalBounds.height(), heightMeasureSpec, 0)); in onMeasure()
1141 resolveSizeAndState(mBoundingRect.width(), widthMeasureSpec, 0), in onMeasure()
1142 resolveSizeAndState(mBoundingRect.height(), heightMeasureSpec, 0)); in onMeasure()
/frameworks/base/media/java/android/media/tv/
DTvView.java723 setMeasuredDimension(resolveSizeAndState(width, widthMeasureSpec, childState), in onMeasure()
724 resolveSizeAndState(height, heightMeasureSpec, in onMeasure()
/frameworks/base/core/java/android/view/
DSurfaceView.java488 ? resolveSizeAndState(mRequestedWidth, widthMeasureSpec, 0) in onMeasure()
491 ? resolveSizeAndState(mRequestedHeight, heightMeasureSpec, 0) in onMeasure()

12