Searched refs:hourLayerIndex (Results 1 – 1 of 1) sorted by relevance
165 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.AnimationInfo249 if (hourLayerIndex != INVALID_VALUE) { in applyTime()250 final Drawable hour = foregroundDrawable.getDrawable(hourLayerIndex); in applyTime()