Home
last modified time | relevance | path

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

/aosp12/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/
H A DClockDrawableWrapper.java167 info.secondLayerIndex = metadata.getInt(SECOND_INDEX_METADATA_KEY, INVALID_VALUE); in forExtras()
181 if (info.secondLayerIndex < 0 || info.secondLayerIndex >= layerCount) { in forExtras()
182 info.secondLayerIndex = INVALID_VALUE; in forExtras()
184 foreground.setDrawable(info.secondLayerIndex, null); in forExtras()
185 info.secondLayerIndex = INVALID_VALUE; in forExtras()
209 resetLevel(foreground, mAnimationInfo.secondLayerIndex); in drawForPersistence()
235 public int secondLayerIndex; field in ClockDrawableWrapper.AnimationInfo
263 if (secondLayerIndex != INVALID_VALUE) { in applyTime()
264 final Drawable second = foregroundDrawable.getDrawable(secondLayerIndex); in applyTime()