Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/timer/
DCountingTimerView.java52 private static final float HOURS_MINUTES_SPACING = 0.4f; field in CountingTimerView
296 mBigHours = new SignedTime(mBigSeconds, HOURS_MINUTES_SPACING); in CountingTimerView()
297 mBigMinutes = new SignedTime(mBigSeconds, HOURS_MINUTES_SPACING); in CountingTimerView()