Searched refs:getMeasureSpec (Results 1 – 1 of 1) sorted by relevance
48 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