Searched refs:maxLoopCount (Results 1 – 3 of 3) sorted by relevance
14 private int maxLoopCount; field in GlideDrawableImageViewTarget36 public GlideDrawableImageViewTarget(ImageView view, int maxLoopCount) { in GlideDrawableImageViewTarget() argument38 this.maxLoopCount = maxLoopCount; in GlideDrawableImageViewTarget()68 resource.setLoopCount(maxLoopCount); in onResourceReady()
47 private int maxLoopCount = LOOP_FOREVER; field in GifDrawable267 if (maxLoopCount != LOOP_FOREVER && loopCount >= maxLoopCount) { in onFrameRead()306 maxLoopCount = decoder.getLoopCount(); in setLoopCount()308 maxLoopCount = loopCount; in setLoopCount()
3653 … int32_t maxLoopCount = static_cast<int32_t>(fRXPat->fCompiledPat->elementAti(loc+3)); in maxMatchLength() local3654 if (maxLoopCount == -1) { in maxMatchLength()3662 int64_t updatedLen = (int64_t)currentLen + blockLen * maxLoopCount; in maxMatchLength()