History log of /frameworks/base/core/java/com/android/internal/widget/multiwaveview/PointCloud.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
94754ef36d1ceacb9a335202585e60c82b1f4b0d 20-Jun-2012 Jim Miller <jaggies@google.com> Fix 6656710: center dot pattern in GlowPadView

This fixes a bug where the dots weren't aligned with the center of the view.
The matrix should not contain the offset of the image itself since we really
want to scale about the abstract points. The code now subtracts the image
centering positions (cx,cy) from the point to be scaled.

Change-Id: I1d46a5d51b1fd1d39944c64baf86c306c2d5e923
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/PointCloud.java
5892e2ec253465a46b346fc813a21b412ae85e2e 19-Jun-2012 Jim Miller <jaggies@google.com> Fix 6683092: tune GlowPadView wave animation

This adds some aesthetic changes to the wave animation for GlowPadView:
- wave shape is no longer symmetric
- disable expand in keyguard
- enable expand in SearchPanelView (when mAlwaysTrackFinger == true)
- if a current wave animation isn't finished yet, don't start a new one
- various timing changes

Change-Id: Ibce96f45eb6a94582c694108b99e243fd57b1955
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/PointCloud.java
20039ad17b94873ee40fdd61c3d1d1aa590010df 16-Jun-2012 Jim Miller <jaggies@google.com> Fix 6665117: ACTION_ASSIST visual improvements

- add generic icon for search providers that don't supply one
- change alpha weighting factor for glow
- don't show ring background

Change-Id: I86c86dc2d623c25ec7b91e206fac8ad9cd60faac
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/PointCloud.java
955a016922ea49f154d190b054a202559b41a4d3 12-Jun-2012 Jim Miller <jaggies@google.com> Fix 6613962: Update keyguard to use new GlowPadView UX design.

Change-Id: I4f1ef3107e5550f7df9dcb412943a84b66432b7d
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/PointCloud.java