diff options
author | Daichi Hirono <hirono@google.com> | 2020-02-18 16:28:03 +0900 |
---|---|---|
committer | Daichi Hirono <hirono@google.com> | 2020-02-27 10:55:05 +0900 |
commit | 8ecfc6b2df23c067fb6996e87aeedad2b48e3cbf (patch) | |
tree | 23979fd62c3155a307a7d83e0089b923f4857d66 /tests/Codegen/src/com/android/codegentest/SampleWithNestedDataClasses.java | |
parent | bb4af580d1d9eac8f6309531cefcdb54730d8201 (diff) |
Fix getAnimationTargets so that it returns valid animation target
AppTransitionController#getAnimationTargets traverse ancestors of
activity to find animation targets. Previously it can reach
DisplayContent#mWindowContainers which does not inherit
WindowContainer#createRemoteAnimationTarget thus cannot be a remote
animation target.
After this CL, getAnimationTargets stops traversing if it reaches
WindowContainer which cannot be a remote animation target.
Bug: 149716548
Test: None
Change-Id: Ie94ab8ecd35e9dcc28d0b8f7aaeb058e15b0f80b
Diffstat (limited to 'tests/Codegen/src/com/android/codegentest/SampleWithNestedDataClasses.java')
0 files changed, 0 insertions, 0 deletions