Skip to content

Commit 52a9b8b

Browse files
Document interpolator interpolation results (#584)
Refs #244 Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent 3d81797 commit 52a9b8b

9 files changed

Lines changed: 18 additions & 27 deletions

docs/xml/Android.Views.Animations/AccelerateDecelerateInterpolator.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,9 +161,8 @@
161161
<param name="input">A value between 0 and 1.0 indicating our current point
162162
in the animation where 0 represents the start and 1.0 represents
163163
the end</param>
164-
<summary>
165-
</summary>
166-
<returns>To be added.</returns>
164+
<summary>Maps an elapsed animation fraction to an interpolated fraction.</summary>
165+
<returns>The interpolation value, which can be greater than 1.0 for overshoot interpolators or less than 0 for undershoot interpolators.</returns>
167166
<remarks>
168167
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
169168
</remarks>

docs/xml/Android.Views.Animations/AccelerateInterpolator.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -218,9 +218,8 @@
218218
<param name="input">A value between 0 and 1.0 indicating our current point
219219
in the animation where 0 represents the start and 1.0 represents
220220
the end</param>
221-
<summary>
222-
</summary>
223-
<returns>To be added.</returns>
221+
<summary>Maps an elapsed animation fraction to an interpolated fraction.</summary>
222+
<returns>The interpolation value, which can be greater than 1.0 for overshoot interpolators or less than 0 for undershoot interpolators.</returns>
224223
<remarks>
225224
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
226225
</remarks>

docs/xml/Android.Views.Animations/AnticipateInterpolator.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -217,9 +217,8 @@
217217
<param name="t">A value between 0 and 1.0 indicating our current point
218218
in the animation where 0 represents the start and 1.0 represents
219219
the end</param>
220-
<summary>
221-
</summary>
222-
<returns>To be added.</returns>
220+
<summary>Maps an elapsed animation fraction to an interpolated fraction.</summary>
221+
<returns>The interpolation value, which can be greater than 1.0 for overshoot interpolators or less than 0 for undershoot interpolators.</returns>
223222
<remarks>
224223
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
225224
</remarks>

docs/xml/Android.Views.Animations/AnticipateOvershootInterpolator.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -263,9 +263,8 @@
263263
<param name="t">A value between 0 and 1.0 indicating our current point
264264
in the animation where 0 represents the start and 1.0 represents
265265
the end</param>
266-
<summary>
267-
</summary>
268-
<returns>To be added.</returns>
266+
<summary>Maps an elapsed animation fraction to an interpolated fraction.</summary>
267+
<returns>The interpolation value, which can be greater than 1.0 for overshoot interpolators or less than 0 for undershoot interpolators.</returns>
269268
<remarks>
270269
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
271270
</remarks>

docs/xml/Android.Views.Animations/BounceInterpolator.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,9 +159,8 @@
159159
<param name="t">A value between 0 and 1.0 indicating our current point
160160
in the animation where 0 represents the start and 1.0 represents
161161
the end</param>
162-
<summary>
163-
</summary>
164-
<returns>To be added.</returns>
162+
<summary>Maps an elapsed animation fraction to an interpolated fraction.</summary>
163+
<returns>The interpolation value, which can be greater than 1.0 for overshoot interpolators or less than 0 for undershoot interpolators.</returns>
165164
<remarks>
166165
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
167166
</remarks>

docs/xml/Android.Views.Animations/CycleInterpolator.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,8 @@
164164
<param name="input">A value between 0 and 1.0 indicating our current point
165165
in the animation where 0 represents the start and 1.0 represents
166166
the end</param>
167-
<summary>
168-
</summary>
169-
<returns>To be added.</returns>
167+
<summary>Maps an elapsed animation fraction to an interpolated fraction.</summary>
168+
<returns>The interpolation value, which can be greater than 1.0 for overshoot interpolators or less than 0 for undershoot interpolators.</returns>
170169
<remarks>
171170
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
172171
</remarks>

docs/xml/Android.Views.Animations/DecelerateInterpolator.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -217,9 +217,8 @@
217217
<param name="input">A value between 0 and 1.0 indicating our current point
218218
in the animation where 0 represents the start and 1.0 represents
219219
the end</param>
220-
<summary>
221-
</summary>
222-
<returns>To be added.</returns>
220+
<summary>Maps an elapsed animation fraction to an interpolated fraction.</summary>
221+
<returns>The interpolation value, which can be greater than 1.0 for overshoot interpolators or less than 0 for undershoot interpolators.</returns>
223222
<remarks>
224223
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
225224
</remarks>

docs/xml/Android.Views.Animations/LinearInterpolator.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,9 +159,8 @@
159159
<param name="input">A value between 0 and 1.0 indicating our current point
160160
in the animation where 0 represents the start and 1.0 represents
161161
the end</param>
162-
<summary>
163-
</summary>
164-
<returns>To be added.</returns>
162+
<summary>Maps an elapsed animation fraction to an interpolated fraction.</summary>
163+
<returns>The interpolation value, which can be greater than 1.0 for overshoot interpolators or less than 0 for undershoot interpolators.</returns>
165164
<remarks>
166165
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
167166
</remarks>

docs/xml/Android.Views.Animations/OvershootInterpolator.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -219,9 +219,8 @@
219219
<param name="t">A value between 0 and 1.0 indicating our current point
220220
in the animation where 0 represents the start and 1.0 represents
221221
the end</param>
222-
<summary>
223-
</summary>
224-
<returns>To be added.</returns>
222+
<summary>Maps an elapsed animation fraction to an interpolated fraction.</summary>
223+
<returns>The interpolation value, which can be greater than 1.0 for overshoot interpolators or less than 0 for undershoot interpolators.</returns>
225224
<remarks>
226225
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
227226
</remarks>

0 commit comments

Comments
 (0)