Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
DStopwatchLandscapeLayout.java91 final int maxHeightSpec = MeasureSpec.makeMeasureSpec(height, AT_MOST); in onMeasure() local
97 mLapsListView.measure(minWidthSpec, maxHeightSpec); in onMeasure()
102 mLapsListView.measure(lapsListWidthSpec, maxHeightSpec); in onMeasure()
110 mStopwatchView.measure(stopwatchWidthSpec, maxHeightSpec); in onMeasure()