Searched refs:repeatCnt (Results 1 – 3 of 3) sorted by relevance
20 private int repeatCnt; field in BaseTween49 repeatCnt = 0; in reset()153 repeatCnt = count; in repeat()170 repeatCnt = count; in repeatYoyo()254 return repeatCnt; in getRepeatCount()272 if (repeatCnt < 0) return -1; in getFullDuration()273 return delay + duration + (repeatDelay + duration) * repeatCnt; in getFullDuration()373 step = repeatCnt*2 + 1; in forceToEnd()375 if (isReverse(repeatCnt*2)) forceStartValues(); in forceToEnd()388 return (step >= 0 && step <= repeatCnt*2) || repeatCnt < 0; in isValid()[all …]
27 ImageCycle(int imageCnt, int repeatCnt) : fImageCnt(imageCnt), fRepeatCnt(repeatCnt) { in ImageCycle() argument