summaryrefslogtreecommitdiff
path: root/core/java/android/widget/EdgeEffect.java
Commit message (Expand)AuthorAgeFilesLines
* Limit overscroll stretch for animationGeorge Mount2021-07-011-0/+8
* Linearly complete overscroll stretch when closeGeorge Mount2021-06-231-43/+79
* Updated EdgeEffect to respect accessibility settingsNader Jawad2021-06-021-11/+45
* Fix overscroll doesn't affect scrolling when releasedGeorge Mount2021-05-211-2/+9
* Merge "Update hole punch logic in HWUI" into sc-devNader Jawad2021-05-051-8/+4
|\
| * Update hole punch logic in HWUINader Jawad2021-05-031-8/+4
* | Allow EdgeEffect to fling during pullGeorge Mount2021-05-031-1/+0
* | Remove edge effect type from the API.George Mount2021-05-031-56/+10
|/
* Reduce animation completion epsilon to avoid early end.George Mount2021-04-221-2/+2
* Merge "Fixed and decreased isAtEquilibrium thresholds" into sc-devMichel Comin Escude2021-04-141-6/+6
|\
| * Fixed and decreased isAtEquilibrium thresholdsMichel Comin Escude2021-04-131-6/+6
* | Added velocity scalar and updated spring valuesMichel Comin Escude2021-04-141-3/+9
|/
* Adjusted interpolation and stretch intensityMichel Comin Escude2021-04-131-2/+2
* Fixed issue with invalid stretch paramsNader Jawad2021-04-121-10/+4
* Merge "Fixed NaN exceptions in EdgeEffect" into sc-devTreeHugger Robot2021-04-031-12/+23
|\
| * Fixed NaN exceptions in EdgeEffectNader Jawad2021-04-021-12/+23
* | Updated Stretch based on design feedbackMichel Comin Escude2021-03-231-3/+3
|/
* Merge "Fixed EdgeEffect drawn on non-RecordingCanvas" into sc-devTreeHugger Robot2021-03-221-2/+9
|\
| * Fixed EdgeEffect drawn on non-RecordingCanvasGeorge Mount2021-03-191-2/+9
* | Change the spring constants for EdgeEffectGeorge Mount2021-03-191-2/+2
|/
* Updated EdgeEffect parameters for overscroll stretchNader Jawad2021-03-181-30/+20
* Change targetSdk for USE_STRETCH_EDGE_EFFECT_BY_DEFAULTGeorge Mount2021-03-171-1/+1
* Merge "Fix bug in EdgeEffect with glow" into sc-devTreeHugger Robot2021-03-171-5/+8
|\
| * Fix bug in EdgeEffect with glowGeorge Mount2021-03-161-5/+8
* | Updated EdgeEffect stretch distanceNader Jawad2021-03-161-2/+2
|/
* Fixed crash in EdgeEffect after fling gestureNader Jawad2021-03-121-8/+8
* Merge "Use spring animation for stretch overscroll" into sc-devGeorge Mount2021-03-111-37/+102
|\
| * Use spring animation for stretch overscrollGeorge Mount2021-03-091-37/+102
* | Compatibility feature USE_STRETCH_EDGE_EFFECT_BY_DEFAULTGeorge Mount2021-03-081-5/+39
|/
* Wire SKSL based stretch shader to HWUINader Jawad2021-03-031-11/+80
* Placeholder implementation of stretch overscroll using offsetGeorge Mount2021-02-111-21/+69
* Update the EdgeEffect APIGeorge Mount2021-02-101-2/+93
* Add edgeEffectType attribute and type propertyGeorge Mount2021-02-101-0/+45
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-291-1/+1
* Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang2020-10-281-1/+1
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-271-1/+1
* Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-061-1/+1
* Add a EdgeEffect#setBlendMode API.Rahul Ravikumar2019-02-061-4/+41
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-211-0/+3
* Revert "Revert "Update overscroll and toast UI""Sergey Vasilinets2017-07-271-4/+6
* Revert "Update overscroll and toast UI"Aurimas Liutikas2017-07-261-6/+4
* Update overscroll and toast UIChet Haase2017-07-261-4/+6
* Fix import statements in android.widget package.Aurimas Liutikas2016-10-111-4/+3
* Annotate ARGB integer parameters with @ColorIntTor Norbye2015-03-051-1/+3
* Remove usages of FloatMathNeil Fuller2015-02-121-3/+2
* Add colorEdgeEffect to themes, default it to colorPrimaryAdam Powell2014-09-191-1/+1
* Material EdgeEffect refinementsAdam Powell2014-09-041-11/+25
* Avoid arc for edge effect drawing.Chris Craik2014-07-151-6/+2
* Avoid texture path drawing for EdgeEffectAdam Powell2014-07-071-1/+1
* Add EdgeEffect#setColorBrian Attwell2014-06-241-0/+16