Searched refs:secondLayerIndex (Results 1 – 1 of 1) sorted by relevance
167 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.AnimationInfo263 if (secondLayerIndex != INVALID_VALUE) { in applyTime()264 final Drawable second = foregroundDrawable.getDrawable(secondLayerIndex); in applyTime()