Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
DStopwatchLandscapeLayout.java108 final int stopwatchWidth = width - lapsListWidth; in onMeasure() local
109 final int stopwatchWidthSpec = MeasureSpec.makeMeasureSpec(stopwatchWidth, EXACTLY); in onMeasure()
151 final int stopwatchWidth = mStopwatchView.getMeasuredWidth(); in onLayout() local
158 stopwatchLeft = left + ((width - lapsListWidth - stopwatchWidth) / 2); in onLayout()
159 stopwatchRight = stopwatchLeft + stopwatchWidth; in onLayout()
161 stopwatchRight = right - ((width - lapsListWidth - stopwatchWidth) / 2); in onLayout()
162 stopwatchLeft = stopwatchRight - stopwatchWidth; in onLayout()