Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/
DTimerCircleFrameLayout.java60 final int smallestDimension = Math.min(width, height); in onMeasure() local
64 final int size = Math.min(smallestDimension, maxSize); in onMeasure()