Uh oh!
There was an error while loading. Please reload this page.
Document Animation callbacks - #634
Conversation
Refs #244 Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
This PR improves the API reference XML documentation for Android.Views.Animations.Animation by replacing several remaining placeholder docs with meaningful descriptions, focusing on animation lifecycle callbacks and a few related properties/methods.
Changes:
- Documented
AnimationStart,AnimationRepeat, andAnimationEndevent summaries. - Replaced placeholder
<value>documentation forBackgroundColorandDetachWallpaper. - Replaced placeholder
<returns>documentation forComputeDurationHint().
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Refs #244 Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
jonathanpeppers
commented
Aug 17, 2026
@dalexsoto review |
dalexsoto
left a comment
There was a problem hiding this comment.
AnimationEnd says the event is never raised for infinite-repeat animations, but a started infinite animation does raise it when Animation.Cancel() invokes fireAnimationEnd(). Please qualify the statement as applying to natural completion or explicitly document cancellation.
Summary
Animationlifecycle callbacks plus values for animation duration, background color, and wallpaper detachment.Refs #244
Sources
Animation.java(callback, duration, and property documentation): https://android.googlesource.com/platform/frameworks/base/+/refs/heads/main/core/java/android/view/animation/Animation.javaValidation
[xml].Android.Views.AnimationsTo be addedplaceholders from 110 to 104;Animation.xmlretains only the two .NET infrastructureJniPeerMembersplaceholders.git diff --checkpassed.