Home
last modified time | relevance | path

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

/aosp12/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/
H A DClockDrawableWrapper.java245 int convertedMinute = (time.get(Calendar.MINUTE) + (60 - defaultMinute)) % 60; in applyTime() local
258 if (minute.setLevel(time.get(Calendar.HOUR) * 60 + convertedMinute)) { in applyTime()