Searched refs:mStopwatchView (Results 1 – 2 of 2) sorted by relevance
62 private View mStopwatchView; field in StopwatchLandscapeLayout81 mStopwatchView = findViewById(R.id.stopwatch_time_wrapper); in onFinishInflate()110 mStopwatchView.measure(stopwatchWidthSpec, maxHeightSpec); in onMeasure()151 final int stopwatchWidth = mStopwatchView.getMeasuredWidth(); in onLayout()152 final int stopwatchHeight = mStopwatchView.getMeasuredHeight(); in onLayout()165 mStopwatchView.layout(stopwatchLeft, stopwatchTop, stopwatchRight, stopwatchBottom); in onLayout()
62 private lateinit var mStopwatchView: View variable in com.android.deskclock.stopwatch.StopwatchLandscapeLayout78 mStopwatchView = findViewById(R.id.stopwatch_time_wrapper) in onFinishInflate()107 mStopwatchView.measure(stopwatchWidthSpec, maxHeightSpec) in onMeasure()147 val stopwatchWidth: Int = mStopwatchView.getMeasuredWidth() in onLayout()148 val stopwatchHeight: Int = mStopwatchView.getMeasuredHeight() in onLayout()161 mStopwatchView.layout(stopwatchLeft, stopwatchTop, stopwatchRight, stopwatchBottom) in onLayout()