History log of /packages/apps/Contacts/src/com/android/contacts/editor/EditorAnimator.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ba48d21f2ab25c8ffb30198a752e5cd215553728 26-Dec-2012 Yorke Lee <yorkelee@google.com> Add animation for expand/collapse actions in editor

Add sliding and fade in animations for the structured names and address
editor fields that have expand/collapse actions.

Bug: 6009430
Change-Id: I005bcf4cbe9c8103fbbece506547551adf49d2ae
/packages/apps/Contacts/src/com/android/contacts/editor/EditorAnimator.java
e0b2f1e2d01d1ac52ba207dc7ce76971d853298e 12-Jun-2012 Chiao Cheng <chiaocheng@google.com> Global import order fix.

Changed import order to be in accordance with style guide:
http://source.android.com/source/code-style.html#order-import-statements

Static imports will be placed at the top since most existing files used that
convention. It is also a style that can be handled by both eclipse and intellij.

Change-Id: Ia7013c7a2d88e5fefb8f4975d121f7fcd3fcc462
/packages/apps/Contacts/src/com/android/contacts/editor/EditorAnimator.java
2e9ee9f15a1d928619a49ad259cdccbc8c7414dc 25-May-2012 Chiao Cheng <chiaocheng@google.com> Fix NPE when a view is traversed without a parent.

getViewsBelowOf() could be called on a view that has already been
removed from the view hieracrchy.

Bug: 6543741
Change-Id: Id986133598b986ea9ae66595e6adf07dc07ecfb0
/packages/apps/Contacts/src/com/android/contacts/editor/EditorAnimator.java
6f5557e3dc3cd12182026bdfea17b15d4d9b7dfc 21-Mar-2012 Josh Gargus <jjosh@google.com> Improve frame-rate of quick-contact opening animation.

Fix consists of putting the quick-contact into a hardware layer for
the duration of the animation.

Rename AnimationUtils to SchedulingUtils to avoid conflict with
framework class of the same name.

Bug: 6000249
Change-Id: Ie627ddb947582b7860f5bd0de30484c1d1d4f428
/packages/apps/Contacts/src/com/android/contacts/editor/EditorAnimator.java
51f9c0f2f2923d14cced5096b40f017dd87b68d3 20-Mar-2012 Josh Gargus <jjosh@google.com> Fix jank when expanding photo in ContactDetailActivity.

The bug is caused as follows. Tapping the photo invokes a
PhotoSelectionActivity. When it initially sets the photo, a relayout
request is made, which causes a jank if the animation is already
underway.

Instead, we now wait for the layout before starting the animation.

Add new utility class with static doAfterLayout() method, since this
code was duplicated in a couple of places.

Bug: 6000382
Change-Id: Ic32a3db1f8c0be99fe0c160debede71f882c73e7
/packages/apps/Contacts/src/com/android/contacts/editor/EditorAnimator.java
ca87e9c598929b5b6a62da9b80d2114168e24274 06-Mar-2012 Daniel Lehmann <lehmannd@google.com> Added some smoother transitions to the editor

- Transition when removing a field
- Transition when pushing the "Add organization" button
- Transition for visibility of "Add xxx" when entering text
- Added pushed state on "Add organization" button
- Increased the height of "Add xxx" to match the expanded size for simple
Editors from 40dip to 48dip

Bug:6009430
Change-Id: Ia4524006b528f49d587c6277ecc98b11f77ddc0d
/packages/apps/Contacts/src/com/android/contacts/editor/EditorAnimator.java