Home
last modified time | relevance | path

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

/aosp12/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/
H A DClockDrawableWrapper.java166 info.minuteLayerIndex = metadata.getInt(MINUTE_INDEX_METADATA_KEY, INVALID_VALUE); in forExtras()
178 if (info.minuteLayerIndex < 0 || info.minuteLayerIndex >= layerCount) { in forExtras()
179 info.minuteLayerIndex = INVALID_VALUE; in forExtras()
208 resetLevel(foreground, mAnimationInfo.minuteLayerIndex); in drawForPersistence()
234 public int minuteLayerIndex; field in ClockDrawableWrapper.AnimationInfo
256 if (minuteLayerIndex != INVALID_VALUE) { in applyTime()
257 final Drawable minute = foregroundDrawable.getDrawable(minuteLayerIndex); in applyTime()