summaryrefslogtreecommitdiffstats
path: root/graphics/java/android/graphics/drawable/RippleDrawable.java
Commit message (Expand)AuthorAgeFilesLines
* Disable RT animations for header rippleJorim Jaggi2015-08-211-2/+18
* Translate ripple mask to account for drawable boundsAlan Viverette2015-08-201-1/+2
* Ensure ripple mask is drawn at correct positionAlan Viverette2015-08-111-1/+5
* Update local state when creating LayerDrawable from constant stateAlan Viverette2015-06-241-0/+2
* Invalidate the cached ripple drawable mask if mask layer changesAlan Viverette2015-06-191-0/+1
* Account for hotspot bounds in RippleDrawable projection checkAlan Viverette2015-06-081-7/+19
* Reduce amount of unnecessary RippleDrawable mask redrawAlan Viverette2015-05-291-6/+13
* Update ripple drawable target radius on bounds changeAlan Viverette2015-05-151-1/+8
* More documentation for handling RippleDrawable mask at run timeAlan Viverette2015-05-041-2/+5
* Fix visual styling for Material Spinner backgroundAlan Viverette2015-04-211-3/+17
* Fix issues with theming of preloaded ColorStateListsAlan Viverette2015-04-011-1/+7
* Clean up ripple exit, null out software animators on cancel/endAlan Viverette2015-03-181-24/+3
* Implement bounded ripple animationAlan Viverette2015-03-091-1/+3
* Merge "Refactor ripple components, simplify background animation"Alan Viverette2015-03-101-52/+45
|\
| * Refactor ripple components, simplify background animationAlan Viverette2015-03-091-52/+45
* | Improve docs for drawable tint and color filtersChris Craik2015-03-021-2/+2
|/
* Unify wrapper-type drawablesAlan Viverette2015-02-201-1/+0
* Add attribute for controlling ripple radiusAlan Viverette2015-02-131-38/+33
* Avoid ripple buffer creation for empty bounds automerge: b74155c automerge: e...Alan Viverette2015-01-211-2/+2
|\
| * Avoid ripple buffer creation for empty boundsAlan Viverette2015-01-211-2/+2
* | Allow use of theme attributes in color state listsAlan Viverette2015-01-051-16/+30
|/
* Fix hotspot coordinate propagation in ViewGroup and AbsListViewAlan Viverette2014-12-081-0/+2
* Avoid extra saveLayer calls in RippleDrawable, fix docsAlan Viverette2014-12-041-95/+162
* Update locally cached drawables when constant state changesAlan Viverette2014-12-041-0/+4
* Reduce number of saveLayer calls in RippleDrawableAlan Viverette2014-11-071-142/+76
* Add theme and config change support to more Drawable typesAlan Viverette2014-10-291-1/+1
* Merge "Avoid saveLayer in RippleDrawable if the background won't draw" into l...Alan Viverette2014-10-151-3/+5
|\
| * Avoid saveLayer in RippleDrawable if the background won't drawAlan Viverette2014-10-131-3/+5
* | Merge "Update preload list, clean up drawable theming" into lmp-mr1-devAlan Viverette2014-10-141-34/+10
|\ \
| * | Update preload list, clean up drawable themingAlan Viverette2014-10-141-34/+10
| |/
* | Revert "Always project ripples"Alan Viverette2014-10-131-3/+2
|/
* Always project ripplesAlan Viverette2014-10-091-2/+3
* Slow down ripple background fade in from pressAlan Viverette2014-10-081-6/+9
* Fixed mutate() for RippleDrawable, ASLD, AVD, fix applyTheme in VDAlan Viverette2014-09-261-6/+23
* Reduce overdraw after clearing ripples in RippleDrawableAlan Viverette2014-09-151-5/+22
* Only force drawing in RippleDrawable when necessaryAlan Viverette2014-09-101-3/+15
* Simplify ripple background drawing, fix ripple alphasAlan Viverette2014-09-051-91/+53
* Merge "Remove partial support for hotspot changes on focus movement" into lmp...Alan Viverette2014-09-031-20/+5
|\
| * Remove partial support for hotspot changes on focus movementAlan Viverette2014-09-021-20/+5
* | Make sure ripple background bounds are used for invalidationAlan Viverette2014-09-021-9/+1
|/
* Fix disappearing ripple background, treat active ripple separatelyAlan Viverette2014-08-291-77/+68
* Fix NPE in RippleDrawableAlan Viverette2014-08-261-5/+19
* Jump drawable state (including ripples) on view detachAlan Viverette2014-08-211-13/+32
* Better handling of unresolved theme attributesAlan Viverette2014-08-151-3/+7
* Prevent re-entry when clearing animating hotspotsAlan Viverette2014-08-121-14/+20
* Don't make ripples respond to selection stateAlan Viverette2014-08-081-2/+1
* Add outline alphaChris Craik2014-07-311-3/+1
* Don't double-cancel the active rippleAlan Viverette2014-07-291-10/+15
* Separate background from ripple for better focus/press UXAlan Viverette2014-07-241-50/+213
* Merge "Remove the max ripple count exceeded warning" into lmp-devAlan Viverette2014-07-241-1/+0
|\