Home
last modified time | relevance | path

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

/aosp12/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/
H A DClockDrawableWrapper.java207 resetLevel(foreground, mAnimationInfo.hourLayerIndex); in drawForPersistence()
208 resetLevel(foreground, mAnimationInfo.minuteLayerIndex); in drawForPersistence()
209 resetLevel(foreground, mAnimationInfo.secondLayerIndex); in drawForPersistence()
223 private void resetLevel(LayerDrawable drawable, int index) { in resetLevel() method in ClockDrawableWrapper