docs(InteractionDialog): clarify animation, formMode, and no-op transitions (#5071)#5096
Merged
Merged
Conversation
…itions (#5071) Expand the documentation on InteractionDialog to address the four areas flagged in #5071: - setAnimateShow / setRepositionAnimation cross-reference each other and explicitly state that repositionAnimation is gated on animateShow. - setRepositionAnimation now describes the "grow from / shrink to a 1x1 point at the center" effect and what false actually means. - setFormMode explains the two layered panes, what each is appropriate for, that showPopupDialog(Component) auto-enables it when the target lives outside the content pane, and gives a default recommendation. - setTransitions is now documented as a no-op, pointing readers at setAnimateShow / setRepositionAnimation for actual animation control. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Contributor
✅ Continuous Quality ReportTest & Coverage
Static Analysis
Generated automatically by the PR CI workflow. |
Contributor
Cloudflare Preview
|
Collaborator
Author
|
Compared 122 screenshots: 122 matched. Native Android coverage
✅ Native Android screenshot tests passed. Native Android coverage
Benchmark ResultsDetailed Performance Metrics
|
Collaborator
Author
|
Compared 122 screenshots: 122 matched. Benchmark Results
Build and Run Timing
Detailed Performance Metrics
|
Collaborator
Author
|
Compared 122 screenshots: 122 matched. Benchmark Results
Build and Run Timing
Detailed Performance Metrics
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
InteractionDialogto address the four areas flagged in InteractionDialog documentation improvements #5071.setAnimateShow/setRepositionAnimationnow cross-reference each other and explicitly state thatrepositionAnimationonly has an effect whenanimateShowis true.setRepositionAnimationdescribes the "grow from / shrink to a 1x1 point at the center" animation effect and whatfalseactually does.setFormModeexplains the two layered panes (Form.getLayeredPanevsForm.getFormLayeredPane), the practical difference, the auto-enable inshowPopupDialog(Component)when the target lives outside the content pane, and gives a "leave it at the default unless..." recommendation.setTransitionsis now documented as a no-op, pointing readers atsetAnimateShow/setRepositionAnimationfor actual animation control.Closes #5071.
Test plan
mvn -pl core compile -Plocal-dev-javasesucceeds///doc comments)🤖 Generated with Claude Code