Searched refs:mHeightDp (Results 1 – 1 of 1) sorted by relevance
33 private final int mHeightDp; field in ReferenceViewGroup43 mHeightDp = resources.getDimensionPixelSize(R.dimen.reference_height); in ReferenceViewGroup()49 heightMeasureSpec = getMeasureSpec(LayoutParams.MATCH_PARENT, mHeightDp); in onMeasure()58 int height = getMeasureSpec(params.height, mHeightDp); in onMeasure()