Searched refs:HOURS_MINUTES_SPACING (Results 1 – 1 of 1) sorted by relevance
51 private static final float HOURS_MINUTES_SPACING = 0.4f; field in CountingTimerView293 mBigHours = new SignedTime(mBigSeconds, HOURS_MINUTES_SPACING); in CountingTimerView()294 mBigMinutes = new SignedTime(mBigSeconds, HOURS_MINUTES_SPACING); in CountingTimerView()