Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
DStopwatchLandscapeLayout.java90 final int minWidthSpec = MeasureSpec.makeMeasureSpec(width, UNSPECIFIED); in onMeasure() local
97 mLapsListView.measure(minWidthSpec, maxHeightSpec); in onMeasure()
DStopwatchLandscapeLayout.kt86 val minWidthSpec: Int = MeasureSpec.makeMeasureSpec(width, UNSPECIFIED) in onMeasure() constant
94 lapsListView.measure(minWidthSpec, maxHeightSpec) in onMeasure()