History log of /frameworks/base/core/java/android/app/SharedElementCallback.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
90941c0f8478f325263450ecd0b2f9661fef1d77 13-Apr-2015 George Mount <mount@google.com> Merge "Improve javadoc on SharedElementCallback."
0c9227871ae8b1bbbe0597e51553d84d52856278 10-Apr-2015 George Mount <mount@google.com> Improve javadoc on SharedElementCallback.

Bug 19709650

Change-Id: I52e2164168d17f3c1f3a3235868077f1730c5f3b
/frameworks/base/core/java/android/app/SharedElementCallback.java
4dc668cd36fbb46b0c2cc196ae4b7105009ec089 09-Apr-2015 George Mount <mount@google.com> Revert "Revert "Allow delay of showing/hiding shared element when transferring.""

This reverts commit 44d15f1c2e8f07ae9a88d79721547cf8e5935b6c.

Fix doc comment errors.

Change-Id: Ieeb07b907f0c66a133ef57136c45c504bcc04694
/frameworks/base/core/java/android/app/SharedElementCallback.java
44d15f1c2e8f07ae9a88d79721547cf8e5935b6c 09-Apr-2015 George Mount <mount@google.com> Revert "Allow delay of showing/hiding shared element when transferring."

This reverts commit bd93e69c8e0b06fc0b0bbba4bdd9e426b37f98e1.

Change-Id: I38daa39e8560f4901b242acc6394dfa37f3d084a
/frameworks/base/core/java/android/app/SharedElementCallback.java
bd93e69c8e0b06fc0b0bbba4bdd9e426b37f98e1 08-Apr-2015 George Mount <mount@google.com> Allow delay of showing/hiding shared element when transferring.

Bug 18932344

Change-Id: Ic967551a4dd27967d2312a6c6c8a83b34c220031
/frameworks/base/core/java/android/app/SharedElementCallback.java
017b13a50c1225ca338357dc1315befa38dc3e33 01-Oct-2014 Dake Gu <dake@google.com> ActivityTransition: Encode scaleType and matrix in snapshot view

So that SharedElementCallback can setup initial imageView scale
type properly to run transition against.

b/17703309

Change-Id: I0ab212e0413fd666de605bc51ef64c8d66e4d09d
/frameworks/base/core/java/android/app/SharedElementCallback.java
79b2781aa763cbd770f690c16af4448139f37061 13-Sep-2014 George Mount <mount@google.com> Fixed OOM due to visibility transitions.

Have maximum size for Visibility transition bitmaps.

Also changed Visibility to avoid transitioning out child views
while transitioning out their parents.

Also moved view-to-bitmap code to common utility.

Bug 17469198

Change-Id: I05f069a267539b479da1b39cdad2cc9270c5c381
/frameworks/base/core/java/android/app/SharedElementCallback.java
85ea498d86b35ea9baf4e5ef96927bea17209636 12-Sep-2014 George Mount <mount@google.com> Changed method name to match Activity's method name.

Bug 17488968

Change-Id: I3f00561d96ff33e8eaf7234934c69e3b8e2681e8
/frameworks/base/core/java/android/app/SharedElementCallback.java
6558056e8fccc32f9e1dc59e46d09f8d916b7538 29-Aug-2014 George Mount <mount@google.com> API Review: Change SharedElementListener to SharedElementCallback.

Bug 15863001
Bug 17289526

Changed SharedElementListener to SharedElementCallback
Renamed methods to use "on" prefix.
Adjusted javadoc to reflect usage in Fragments.

Change-Id: I7cc517c269a8e417cb5c3a0948bdd3b654d42472
/frameworks/base/core/java/android/app/SharedElementCallback.java