Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/hwui/
DAnimatedImageDrawable.h88 int getRepetitionCount() const { return mSkAnimatedImage->getRepetitionCount(); } in getRepetitionCount() function
/frameworks/base/libs/hwui/jni/
DAnimatedImageDrawable.cpp178 return drawable->getRepetitionCount(); in AnimatedImageDrawable_nGetRepeatCount()
/frameworks/base/native/graphics/jni/
Dimagedecoder.cpp440 const int count = imageDecoder->mCodec->codec()->getRepetitionCount(); in AImageDecoder_getRepeatCount()