Home
last modified time | relevance | path

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

/cts/hostsidetests/theme/app/src/android/theme/app/
DReferenceViewGroup.java48 widthMeasureSpec = getMeasureSpec(LayoutParams.MATCH_PARENT, mWidthDp); in onMeasure()
49 heightMeasureSpec = getMeasureSpec(LayoutParams.MATCH_PARENT, mHeightDp); in onMeasure()
57 int width = getMeasureSpec(params.width, mWidthDp); in onMeasure()
58 int height = getMeasureSpec(params.height, mHeightDp); in onMeasure()
63 private int getMeasureSpec(int value, int size) { in getMeasureSpec() method in ReferenceViewGroup