Searched refs:stopwatchWidth (Results 1 – 1 of 1) sorted by relevance
108 final int stopwatchWidth = width - lapsListWidth; in onMeasure() local109 final int stopwatchWidthSpec = MeasureSpec.makeMeasureSpec(stopwatchWidth, EXACTLY); in onMeasure()151 final int stopwatchWidth = mStopwatchView.getMeasuredWidth(); in onLayout() local158 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()