Skip to content

Commit

Permalink
Deployed 9ac3dfd with MkDocs version: 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 10, 2023
1 parent 5019714 commit 4f2b53d
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<div class="cover ">
<h1 class="cover"><span>set</span><wbr><span>Repeat</span><wbr><span><span>Count</span></span></h1>
</div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":coil-gif:dokkaHtmlPartial/release"><div class="symbol monospace"><span class="token keyword"></span><span class="token keyword">fun </span><a href="set-repeat-count.html"><span class="token function">setRepeatCount</span></a><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">repeatCount<span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></span></span><span class="token punctuation">)</span></div><p class="paragraph">Set the number of times to repeat the animation.</p><p class="paragraph">If the animation is already running, any iterations that have already occurred will count towards the new count.</p><p class="paragraph">NOTE: This method matches the behavior of <a href="https://developer.android.com/reference/kotlin/android/graphics/drawable/AnimatedImageDrawable.html#setRepeatCount-kotlin.Int-">AnimatedImageDrawable.setRepeatCount</a>. i.e. setting <a href="set-repeat-count.html">repeatCount</a> to 2 will result in the animation playing 3 times. Setting <a href="set-repeat-count.html">repeatCount</a> to 0 will result in the animation playing once.</p><p class="paragraph">Default: <a href="-companion/-r-e-p-e-a-t_-i-n-f-i-n-i-t-e.html">REPEAT_INFINITE</a></p></div></div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":coil-gif:dokkaHtmlPartial/release"><div class="symbol monospace"><span class="token keyword"></span><span class="token keyword">fun </span><a href="set-repeat-count.html"><span class="token function">setRepeatCount</span></a><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">repeatCount<span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></span></span><span class="token punctuation">)</span></div><p class="paragraph">Set the number of times to repeat the animation.</p><p class="paragraph">If the animation is already running, any iterations that have already occurred will count towards the new count.</p><p class="paragraph">NOTE: This method matches the behavior of <a href="https://developer.android.com/reference/kotlin/android/graphics/drawable/AnimatedImageDrawable.html#setrepeatcount">AnimatedImageDrawable.setRepeatCount</a>. i.e. setting <a href="set-repeat-count.html">repeatCount</a> to 2 will result in the animation playing 3 times. Setting <a href="set-repeat-count.html">repeatCount</a> to 0 will result in the animation playing once.</p><p class="paragraph">Default: <a href="-companion/-r-e-p-e-a-t_-i-n-f-i-n-i-t-e.html">REPEAT_INFINITE</a></p></div></div>
</div>
<div class="footer">
<span class="go-to-top-icon"><a href="#content" id="go-to-top-link"></a></span><span>© 2023 Copyright</span><span class="pull-right"><span>Generated by </span><a href="https://github.com/Kotlin/dokka"><span>dokka</span><span class="padded-icon"></span></a></span>
Expand Down
2 changes: 1 addition & 1 deletion api/coil-gif/coil.request/animated-transformation.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<div class="cover ">
<h1 class="cover"><span>animated</span><wbr><span><span>Transformation</span></span></h1>
</div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":coil-gif:dokkaHtmlPartial/release"><div class="symbol monospace"><div class="block"><div class="block"><span class="token annotation builtin">@</span><a href="../../coil-base/coil.annotation/-experimental-coil-api/index.html"><span class="token annotation builtin">ExperimentalCoilApi</span></a></div></div><span class="token keyword"></span><span class="token keyword">fun </span><a href="../../coil-base/coil.request/-image-request/-builder/index.html">ImageRequest.Builder</a><span class="token punctuation">.</span><a href="animated-transformation.html"><span class="token function">animatedTransformation</span></a><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">animatedTransformation<span class="token operator">: </span><a href="../coil.transform/-animated-transformation/index.html">AnimatedTransformation</a></span></span><span class="token punctuation">)</span><span class="token operator">: </span><a href="../../coil-base/coil.request/-image-request/-builder/index.html">ImageRequest.Builder</a></div><p class="paragraph">Set the <a href="../coil.transform/-animated-transformation/index.html">AnimatedTransformation</a> that will be applied to the result if it is an animated <a href="https://developer.android.com/reference/kotlin/android/graphics/drawable/Drawable.html">Drawable</a>.</p><p class="paragraph">Default: <code class="lang-kotlin">null</code></p><h4 class="">See also</h4><div class="table"><div class="table-row" data-filterable-current=":coil-gif:dokkaHtmlPartial/release" data-filterable-set=":coil-gif:dokkaHtmlPartial/release"><div class="main-subrow keyValue "><div class=""><span class="inline-flex"><div><a href="../coil.drawable/-movie-drawable/set-animated-transformation.html"><span>Movie</span><wbr><span>Drawable.</span><wbr><span>set</span><wbr><span>Animated</span><wbr><span><span>Transformation</span></span></a></div></span></div><div></div></div></div><div class="table-row" data-filterable-current=":coil-gif:dokkaHtmlPartial/release" data-filterable-set=":coil-gif:dokkaHtmlPartial/release"><div class="main-subrow keyValue "><div class=""><span class="inline-flex"><div><a href="https://developer.android.com/reference/kotlin/android/graphics/ImageDecoder.html#setPostProcessor-android.graphics.PostProcessor?-"><span>Image</span><wbr><span>Decoder.</span><wbr><span>set</span><wbr><span>Post</span><wbr><span><span>Processor</span></span></a></div></span></div><div></div></div></div></div><hr><div class="symbol monospace"><div class="block"><div class="block"><span class="token annotation builtin">@</span><a href="../../coil-base/coil.annotation/-experimental-coil-api/index.html"><span class="token annotation builtin">ExperimentalCoilApi</span></a></div></div><span class="token keyword"></span><span class="token keyword">fun </span><a href="../../coil-base/coil.request/-parameters/index.html">Parameters</a><span class="token punctuation">.</span><a href="animated-transformation.html"><span class="token function">animatedTransformation</span></a><span class="token punctuation">(</span><span class="token punctuation">)</span><span class="token operator">: </span><a href="../coil.transform/-animated-transformation/index.html">AnimatedTransformation</a><span class="token operator">?</span></div><p class="paragraph">Get the <a href="../coil.transform/-animated-transformation/index.html">AnimatedTransformation</a> that will be applied to the result if it is an animated <a href="https://developer.android.com/reference/kotlin/android/graphics/drawable/Drawable.html">Drawable</a>.</p></div></div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":coil-gif:dokkaHtmlPartial/release"><div class="symbol monospace"><div class="block"><div class="block"><span class="token annotation builtin">@</span><a href="../../coil-base/coil.annotation/-experimental-coil-api/index.html"><span class="token annotation builtin">ExperimentalCoilApi</span></a></div></div><span class="token keyword"></span><span class="token keyword">fun </span><a href="../../coil-base/coil.request/-image-request/-builder/index.html">ImageRequest.Builder</a><span class="token punctuation">.</span><a href="animated-transformation.html"><span class="token function">animatedTransformation</span></a><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">animatedTransformation<span class="token operator">: </span><a href="../coil.transform/-animated-transformation/index.html">AnimatedTransformation</a></span></span><span class="token punctuation">)</span><span class="token operator">: </span><a href="../../coil-base/coil.request/-image-request/-builder/index.html">ImageRequest.Builder</a></div><p class="paragraph">Set the <a href="../coil.transform/-animated-transformation/index.html">AnimatedTransformation</a> that will be applied to the result if it is an animated <a href="https://developer.android.com/reference/kotlin/android/graphics/drawable/Drawable.html">Drawable</a>.</p><p class="paragraph">Default: <code class="lang-kotlin">null</code></p><h4 class="">See also</h4><div class="table"><div class="table-row" data-filterable-current=":coil-gif:dokkaHtmlPartial/release" data-filterable-set=":coil-gif:dokkaHtmlPartial/release"><div class="main-subrow keyValue "><div class=""><span class="inline-flex"><div><a href="../coil.drawable/-movie-drawable/set-animated-transformation.html"><span>Movie</span><wbr><span>Drawable.</span><wbr><span>set</span><wbr><span>Animated</span><wbr><span><span>Transformation</span></span></a></div></span></div><div></div></div></div><div class="table-row" data-filterable-current=":coil-gif:dokkaHtmlPartial/release" data-filterable-set=":coil-gif:dokkaHtmlPartial/release"><div class="main-subrow keyValue "><div class=""><span class="inline-flex"><div><a href="https://developer.android.com/reference/kotlin/android/graphics/ImageDecoder.html#setpostprocessor"><span>Image</span><wbr><span>Decoder.</span><wbr><span>set</span><wbr><span>Post</span><wbr><span><span>Processor</span></span></a></div></span></div><div></div></div></div></div><hr><div class="symbol monospace"><div class="block"><div class="block"><span class="token annotation builtin">@</span><a href="../../coil-base/coil.annotation/-experimental-coil-api/index.html"><span class="token annotation builtin">ExperimentalCoilApi</span></a></div></div><span class="token keyword"></span><span class="token keyword">fun </span><a href="../../coil-base/coil.request/-parameters/index.html">Parameters</a><span class="token punctuation">.</span><a href="animated-transformation.html"><span class="token function">animatedTransformation</span></a><span class="token punctuation">(</span><span class="token punctuation">)</span><span class="token operator">: </span><a href="../coil.transform/-animated-transformation/index.html">AnimatedTransformation</a><span class="token operator">?</span></div><p class="paragraph">Get the <a href="../coil.transform/-animated-transformation/index.html">AnimatedTransformation</a> that will be applied to the result if it is an animated <a href="https://developer.android.com/reference/kotlin/android/graphics/drawable/Drawable.html">Drawable</a>.</p></div></div>
</div>
<div class="footer">
<span class="go-to-top-icon"><a href="#content" id="go-to-top-link"></a></span><span>© 2023 Copyright</span><span class="pull-right"><span>Generated by </span><a href="https://github.com/Kotlin/dokka"><span>dokka</span><span class="padded-icon"></span></a></span>
Expand Down
2 changes: 1 addition & 1 deletion api/coil-gif/coil.request/repeat-count.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<div class="cover ">
<h1 class="cover"><span>repeat</span><wbr><span><span>Count</span></span></h1>
</div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":coil-gif:dokkaHtmlPartial/release"><div class="symbol monospace"><span class="token keyword"></span><span class="token keyword">fun </span><a href="../../coil-base/coil.request/-image-request/-builder/index.html">ImageRequest.Builder</a><span class="token punctuation">.</span><a href="repeat-count.html"><span class="token function">repeatCount</span></a><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">repeatCount<span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></span></span><span class="token punctuation">)</span><span class="token operator">: </span><a href="../../coil-base/coil.request/-image-request/-builder/index.html">ImageRequest.Builder</a></div><p class="paragraph">Set the number of times to repeat the animation if the result is an animated <a href="https://developer.android.com/reference/kotlin/android/graphics/drawable/Drawable.html">Drawable</a>.</p><p class="paragraph">Default: <a href="../coil.drawable/-movie-drawable/-companion/-r-e-p-e-a-t_-i-n-f-i-n-i-t-e.html">MovieDrawable.REPEAT_INFINITE</a></p><h4 class="">See also</h4><div class="table"><div class="table-row" data-filterable-current=":coil-gif:dokkaHtmlPartial/release" data-filterable-set=":coil-gif:dokkaHtmlPartial/release"><div class="main-subrow keyValue "><div class=""><span class="inline-flex"><div><a href="../coil.drawable/-movie-drawable/set-repeat-count.html"><span>Movie</span><wbr><span>Drawable.</span><wbr><span>set</span><wbr><span>Repeat</span><wbr><span><span>Count</span></span></a></div></span></div><div></div></div></div><div class="table-row" data-filterable-current=":coil-gif:dokkaHtmlPartial/release" data-filterable-set=":coil-gif:dokkaHtmlPartial/release"><div class="main-subrow keyValue "><div class=""><span class="inline-flex"><div><a href="https://developer.android.com/reference/kotlin/android/graphics/drawable/AnimatedImageDrawable.html#setRepeatCount-kotlin.Int-"><span>Animated</span><wbr><span>Image</span><wbr><span>Drawable.</span><wbr><span>set</span><wbr><span>Repeat</span><wbr><span><span>Count</span></span></a></div></span></div><div></div></div></div></div><hr><div class="symbol monospace"><span class="token keyword"></span><span class="token keyword">fun </span><a href="../../coil-base/coil.request/-parameters/index.html">Parameters</a><span class="token punctuation">.</span><a href="repeat-count.html"><span class="token function">repeatCount</span></a><span class="token punctuation">(</span><span class="token punctuation">)</span><span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a><span class="token operator">?</span></div><p class="paragraph">Get the number of times to repeat the animation if the result is an animated <a href="https://developer.android.com/reference/kotlin/android/graphics/drawable/Drawable.html">Drawable</a>.</p></div></div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":coil-gif:dokkaHtmlPartial/release"><div class="symbol monospace"><span class="token keyword"></span><span class="token keyword">fun </span><a href="../../coil-base/coil.request/-image-request/-builder/index.html">ImageRequest.Builder</a><span class="token punctuation">.</span><a href="repeat-count.html"><span class="token function">repeatCount</span></a><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">repeatCount<span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a></span></span><span class="token punctuation">)</span><span class="token operator">: </span><a href="../../coil-base/coil.request/-image-request/-builder/index.html">ImageRequest.Builder</a></div><p class="paragraph">Set the number of times to repeat the animation if the result is an animated <a href="https://developer.android.com/reference/kotlin/android/graphics/drawable/Drawable.html">Drawable</a>.</p><p class="paragraph">Default: <a href="../coil.drawable/-movie-drawable/-companion/-r-e-p-e-a-t_-i-n-f-i-n-i-t-e.html">MovieDrawable.REPEAT_INFINITE</a></p><h4 class="">See also</h4><div class="table"><div class="table-row" data-filterable-current=":coil-gif:dokkaHtmlPartial/release" data-filterable-set=":coil-gif:dokkaHtmlPartial/release"><div class="main-subrow keyValue "><div class=""><span class="inline-flex"><div><a href="../coil.drawable/-movie-drawable/set-repeat-count.html"><span>Movie</span><wbr><span>Drawable.</span><wbr><span>set</span><wbr><span>Repeat</span><wbr><span><span>Count</span></span></a></div></span></div><div></div></div></div><div class="table-row" data-filterable-current=":coil-gif:dokkaHtmlPartial/release" data-filterable-set=":coil-gif:dokkaHtmlPartial/release"><div class="main-subrow keyValue "><div class=""><span class="inline-flex"><div><a href="https://developer.android.com/reference/kotlin/android/graphics/drawable/AnimatedImageDrawable.html#setrepeatcount"><span>Animated</span><wbr><span>Image</span><wbr><span>Drawable.</span><wbr><span>set</span><wbr><span>Repeat</span><wbr><span><span>Count</span></span></a></div></span></div><div></div></div></div></div><hr><div class="symbol monospace"><span class="token keyword"></span><span class="token keyword">fun </span><a href="../../coil-base/coil.request/-parameters/index.html">Parameters</a><span class="token punctuation">.</span><a href="repeat-count.html"><span class="token function">repeatCount</span></a><span class="token punctuation">(</span><span class="token punctuation">)</span><span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a><span class="token operator">?</span></div><p class="paragraph">Get the number of times to repeat the animation if the result is an animated <a href="https://developer.android.com/reference/kotlin/android/graphics/drawable/Drawable.html">Drawable</a>.</p></div></div>
</div>
<div class="footer">
<span class="go-to-top-icon"><a href="#content" id="go-to-top-link"></a></span><span>© 2023 Copyright</span><span class="pull-right"><span>Generated by </span><a href="https://github.com/Kotlin/dokka"><span>dokka</span><span class="padded-icon"></span></a></span>
Expand Down
Loading

0 comments on commit 4f2b53d

Please sign in to comment.