summaryrefslogtreecommitdiff
path: root/core/java/android/view/RemoteAnimationTarget.java
Commit message (Expand)AuthorAgeFilesLines
* Provide startBounds for closing container with legacy transitionChris Li2022-12-021-10/+19
* Adding missing rotationChange in RemoteAnimationTargetSunny Goyal2022-09-131-0/+12
* Add willShowImeOnTarget in RemoteAnimationTarget(Compat)Ming-Shin Lu2022-07-281-0/+18
* Setup T style clear top transition animation for ActivityEmbedding.An An Yu2022-06-141-0/+13
* Pass background color from transition info to remote animationRiddle Hsu2022-03-301-0/+10
* Do not use prefixOrderIndex for animation layerChris Li2021-12-031-0/+4
* Flag whether a RemoteAnimationTarget has parent in animationChris Li2021-09-211-0/+12
* Fix some NPEs in shell transitionsEvan Rosky2021-08-301-1/+1
* Pass AppOps result for PiP in RemoteAnimationTargetHongwei Wang2021-07-301-3/+14
* Expose the full task info with the remote animation targetWinson Chung2021-03-311-12/+11
* [Reland] Add nav bar case to RemoteAnimationTarget of non-app windowshawnlin2021-03-171-0/+23
* Revert "Add nav bar case to RemoteAnimationTarget of non-app window"Shawn Lin2021-03-051-23/+0
* Add nav bar case to RemoteAnimationTarget of non-app windowshawnlin2021-03-041-0/+23
* Optimize the Parcel read/write of remote animationRiddle Hsu2021-02-261-22/+22
* Remove Point#dumpAlec Mouri2021-01-111-1/+5
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-291-2/+3
* Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang2020-10-281-3/+2
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-271-2/+3
* Improve PIP enter transition w/ gesture nav (1/N)Hongwei Wang2020-09-301-1/+15
* Remove exposed hidden apis in Point.javaAlec Mouri2020-04-071-2/+3
* Add localBounds in RemoteAnimationTargetlumark2020-03-091-2/+34
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
* Rename writeToProto to be dumpDebugJeffrey Huang2019-12-051-9/+9
* All Parcelable CREATOR fields are @NonNull.Jeff Sharkey2019-02-281-1/+1
* Null check before writing RemoteAnimationTarget protoEvan Rosky2019-01-291-2/+6
* Change TransitionEvan Rosky2019-01-231-2/+35
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-201-0/+12
* Updating incident protos.Kweku Adams2018-08-131-10/+10
* Improve animation dump/loggingJorim Jaggi2018-03-131-0/+42
* Adding isNotInRecents to RemoteAnimationTargetVadim Tryshev2018-03-091-1/+9
* Revert "Revert "Exposing content insets and minimized home bounds for recents...Winson Chung2018-02-071-2/+10
* Revert "Exposing content insets and minimized home bounds for recents transit...Winson Chung2018-02-071-10/+2
* Exposing content insets and minimized home bounds for recents transitionWinson Chung2018-02-061-2/+10
* Revert "Revert "2/ Add support for remote Recents animation""Winson Chung2018-01-251-1/+11
* Revert "2/ Add support for remote Recents animation"Jorim Jaggi2018-01-251-11/+1
* 2/ Add support for remote Recents animationWinson Chung2018-01-241-1/+11
* Remote animations (app-controlled animations)Jorim Jaggi2018-01-171-0/+151