Home
last modified time | relevance | path

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

/aosp12/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/
H A DClockDrawableWrapper.java165 info.hourLayerIndex = metadata.getInt(HOUR_INDEX_METADATA_KEY, INVALID_VALUE); in forExtras()
175 if (info.hourLayerIndex < 0 || info.hourLayerIndex >= layerCount) { in forExtras()
176 info.hourLayerIndex = INVALID_VALUE; in forExtras()
207 resetLevel(foreground, mAnimationInfo.hourLayerIndex); in drawForPersistence()
233 public int hourLayerIndex; field in ClockDrawableWrapper.AnimationInfo
249 if (hourLayerIndex != INVALID_VALUE) { in applyTime()
250 final Drawable hour = foregroundDrawable.getDrawable(hourLayerIndex); in applyTime()