Home
last modified time | relevance | path

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

123

/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/support/design/src/android/support/design/internal/
DBaselineLayout.java78 View.resolveSizeAndState(maxWidth, widthMeasureSpec, childState), in onMeasure()
79 View.resolveSizeAndState(maxHeight, heightMeasureSpec, in onMeasure()
DBottomNavigationMenuView.java155 View.resolveSizeAndState(totalWidth, in onMeasure()
157 View.resolveSizeAndState(mItemHeight, heightSpec, 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.java204 final int widthSizeAndState = resolveSizeAndState(maxWidth, widthMeasureSpec, childState); in tryOnMeasure()
205 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.java467 setMeasuredDimension(resolveSizeAndState(maxWidth, widthMeasureSpec, childState),
468 resolveSizeAndState(maxHeight, heightMeasureSpec,
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
DPrintOptionsLayout.java120 setMeasuredDimension(resolveSizeAndState(width, widthMeasureSpec, childState), in onMeasure()
121 resolveSizeAndState(height, heightMeasureSpec, in onMeasure()
/frameworks/base/core/java/android/widget/
DAbsoluteLayout.java94 setMeasuredDimension(resolveSizeAndState(maxWidth, widthMeasureSpec, 0), in onMeasure()
95 resolveSizeAndState(maxHeight, heightMeasureSpec, 0)); in onMeasure()
DDayPickerViewPager.java99 setMeasuredDimension(resolveSizeAndState(maxWidth, widthMeasureSpec, childState), in onMeasure()
100 resolveSizeAndState(maxHeight, heightMeasureSpec, in onMeasure()
DAnalogClock.java165 setMeasuredDimension(resolveSizeAndState((int) (mDialWidth * scale), widthMeasureSpec, 0), in onMeasure()
166 resolveSizeAndState((int) (mDialHeight * scale), heightMeasureSpec, 0)); in onMeasure()
DFrameLayout.java216 setMeasuredDimension(resolveSizeAndState(maxWidth, widthMeasureSpec, childState), in onMeasure()
217 resolveSizeAndState(maxHeight, heightMeasureSpec, in onMeasure()
DAbsSpinner.java240 heightSize = resolveSizeAndState(preferredHeight, heightMeasureSpec, 0); in onMeasure()
241 widthSize = resolveSizeAndState(preferredWidth, widthMeasureSpec, 0); in onMeasure()
DRatingBar.java291 setMeasuredDimension(resolveSizeAndState(width, widthMeasureSpec, 0), in onMeasure()
DAbsSeekBar.java758 setMeasuredDimension(resolveSizeAndState(dw, widthMeasureSpec, 0),
759 resolveSizeAndState(dh, heightMeasureSpec, 0));
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DAppCompatRatingBar.java60 setMeasuredDimension(View.resolveSizeAndState(width, widthMeasureSpec, 0), in onMeasure()
DAlertDialogLayout.java193 final int widthSizeAndState = View.resolveSizeAndState( in tryOnMeasure()
195 final int heightSizeAndState = View.resolveSizeAndState( in tryOnMeasure()
DActionBarOverlayLayout.java417 View.resolveSizeAndState(maxWidth, widthMeasureSpec, childState),
418 View.resolveSizeAndState(maxHeight, heightMeasureSpec,
DLinearLayoutCompat.java765 int heightSizeAndState = View.resolveSizeAndState(heightSize, heightMeasureSpec, 0); in measureVertical()
882 setMeasuredDimension(View.resolveSizeAndState(maxWidth, widthMeasureSpec, childState), in measureVertical()
1148 int widthSizeAndState = View.resolveSizeAndState(widthSize, widthMeasureSpec, 0); in measureHorizontal()
1302 View.resolveSizeAndState(maxHeight, heightMeasureSpec, in measureHorizontal()
/frameworks/base/core/java/android/app/
DFragmentBreadCrumbs.java269 setMeasuredDimension(resolveSizeAndState(maxWidth, widthMeasureSpec, measuredChildState), in onMeasure()
270 resolveSizeAndState(maxHeight, heightMeasureSpec, in onMeasure()
/frameworks/support/wear/src/android/support/wear/widget/drawer/
DPageIndicatorView.java590 resolveSizeAndState(totalWidth, widthMeasureSpec, 0), in onMeasure()
591 resolveSizeAndState(totalHeight, heightMeasureSpec, 0)); in onMeasure()
/frameworks/support/wear/src/android/support/wear/widget/
DBoxInsetLayout.java217 int measuredWidth = resolveSizeAndState(maxWidth, widthMeasureSpec, childState); in onMeasure()
218 int measuredHeight = resolveSizeAndState(maxHeight, heightMeasureSpec, in onMeasure()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DPseudoGridView.java101 setMeasuredDimension(width, resolveSizeAndState(totalHeight, heightMeasureSpec, 0)); in onMeasure()
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DBaseCardView.java430 setMeasuredDimension(View.resolveSizeAndState(mMeasuredWidth + getPaddingLeft() in onMeasure()
432 View.resolveSizeAndState(mMeasuredHeight + getPaddingTop() + getPaddingBottom(), in onMeasure()

123