Searched refs:shouldLoop (Results 1 – 2 of 2) sorted by relevance
175 boolean shouldLoop = getTransitionForIndex(mCurrentTransitionIndex).shouldLoop;176 mRepeatingVectorAnimation = new RepeatingVectorAnimation(vectorDrawable, shouldLoop);256 final boolean shouldLoop;264 @StringRes int subHeader, boolean showContactAdmin, boolean shouldLoop) {271 this.shouldLoop = shouldLoop;
49 boolean shouldLoop) { in RepeatingVectorAnimation() argument51 mShouldLoop = shouldLoop; in RepeatingVectorAnimation()