Searched refs:minWidthSpec (Results 1 – 1 of 1) sorted by relevance
90 final int minWidthSpec = MeasureSpec.makeMeasureSpec(width, UNSPECIFIED); in onMeasure() local97 mLapsListView.measure(minWidthSpec, maxHeightSpec); in onMeasure()