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