Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/drawable/
DAnimatedImageDrawable.java95 int mRepeatCount = REPEAT_UNDEFINED;
118 private static final int REPEAT_UNDEFINED = -2; field in AnimatedImageDrawable
173 if (mState.mRepeatCount == REPEAT_UNDEFINED) { in getRepeatCount()
258 if (repeatCount != REPEAT_UNDEFINED) { in updateStateFromTypedArray()
274 R.styleable.AnimatedImageDrawable_repeatCount, REPEAT_UNDEFINED); in updateStateFromTypedArray()
275 if (repeatCount != REPEAT_UNDEFINED) { in updateStateFromTypedArray()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt20761 Landroid/graphics/drawable/AnimatedImageDrawable;->REPEAT_UNDEFINED:I