summaryrefslogtreecommitdiff
path: root/core/java/android/widget/EdgeEffect.java
AgeCommit message (Expand)Author
2021-07-01Limit overscroll stretch for animationGeorge Mount
2021-06-23Linearly complete overscroll stretch when closeGeorge Mount
2021-06-02Updated EdgeEffect to respect accessibility settingsNader Jawad
2021-05-21Fix overscroll doesn't affect scrolling when releasedGeorge Mount
2021-05-05Merge "Update hole punch logic in HWUI" into sc-devNader Jawad
2021-05-03Update hole punch logic in HWUINader Jawad
2021-05-03Allow EdgeEffect to fling during pullGeorge Mount
2021-05-03Remove edge effect type from the API.George Mount
2021-04-22Reduce animation completion epsilon to avoid early end.George Mount
2021-04-14Merge "Fixed and decreased isAtEquilibrium thresholds" into sc-devMichel Comin Escude
2021-04-14Added velocity scalar and updated spring valuesMichel Comin Escude
2021-04-13Fixed and decreased isAtEquilibrium thresholdsMichel Comin Escude
2021-04-13Adjusted interpolation and stretch intensityMichel Comin Escude
2021-04-12Fixed issue with invalid stretch paramsNader Jawad
2021-04-03Merge "Fixed NaN exceptions in EdgeEffect" into sc-devTreeHugger Robot
2021-04-02Fixed NaN exceptions in EdgeEffectNader Jawad
2021-03-23Updated Stretch based on design feedbackMichel Comin Escude
2021-03-22Merge "Fixed EdgeEffect drawn on non-RecordingCanvas" into sc-devTreeHugger Robot
2021-03-19Fixed EdgeEffect drawn on non-RecordingCanvasGeorge Mount
2021-03-19Change the spring constants for EdgeEffectGeorge Mount
2021-03-18Updated EdgeEffect parameters for overscroll stretchNader Jawad
2021-03-17Change targetSdk for USE_STRETCH_EDGE_EFFECT_BY_DEFAULTGeorge Mount
2021-03-17Merge "Fix bug in EdgeEffect with glow" into sc-devTreeHugger Robot
2021-03-16Fix bug in EdgeEffect with glowGeorge Mount
2021-03-16Updated EdgeEffect stretch distanceNader Jawad
2021-03-12Fixed crash in EdgeEffect after fling gestureNader Jawad
2021-03-11Merge "Use spring animation for stretch overscroll" into sc-devGeorge Mount
2021-03-09Use spring animation for stretch overscrollGeorge Mount
2021-03-08Compatibility feature USE_STRETCH_EDGE_EFFECT_BY_DEFAULTGeorge Mount
2021-03-03Wire SKSL based stretch shader to HWUINader Jawad
2021-02-11Placeholder implementation of stretch overscroll using offsetGeorge Mount
2021-02-10Update the EdgeEffect APIGeorge Mount
2021-02-10Add edgeEffectType attribute and type propertyGeorge Mount
2020-10-29Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-10-28Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang
2020-10-27Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-01-06Use new UnsupportedAppUsage annotation.Artur Satayev
2019-02-06Add a EdgeEffect#setBlendMode API.Rahul Ravikumar
2018-08-21Add @UnsupportedAppUsage annotationsMathew Inwood
2017-07-27Revert "Revert "Update overscroll and toast UI""Sergey Vasilinets
2017-07-26Revert "Update overscroll and toast UI"Aurimas Liutikas
2017-07-26Update overscroll and toast UIChet Haase
2016-10-11Fix import statements in android.widget package.Aurimas Liutikas
2015-03-05Annotate ARGB integer parameters with @ColorIntTor Norbye
2015-02-12Remove usages of FloatMathNeil Fuller
2014-09-19Add colorEdgeEffect to themes, default it to colorPrimaryAdam Powell
2014-09-04Material EdgeEffect refinementsAdam Powell
2014-07-15Avoid arc for edge effect drawing.Chris Craik
2014-07-07Avoid texture path drawing for EdgeEffectAdam Powell
2014-06-24Add EdgeEffect#setColorBrian Attwell