Home
last modified time | relevance | path

Searched refs:minWidthSpec (Results 1 – 1 of 1) 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()