Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
DStopwatchLandscapeLayout.java132 final int lapsListHeight = mLapsListView.getMeasuredHeight(); in onLayout() local
133 final int lapsListTop = top + halfHeight - (lapsListHeight / 2); in onLayout()
134 final int lapsListBottom = lapsListTop + lapsListHeight; in onLayout()