Searched refs:minuteLayerIndex (Results 1 – 1 of 1) sorted by relevance
166 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.AnimationInfo256 if (minuteLayerIndex != INVALID_VALUE) { in applyTime()257 final Drawable minute = foregroundDrawable.getDrawable(minuteLayerIndex); in applyTime()