Home
last modified time | relevance | path

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

/aosp12/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/
H A DClockDrawableWrapper.java66 public static final long TICK_MS = DISABLE_SECONDS ? TimeUnit.MINUTES.toMillis(1) : 200L; field in ClockDrawableWrapper
423 final long step = TICK_MS; /* tick every 200 ms */ in reschedule()