summaryrefslogtreecommitdiff
path: root/core/java/android/widget/FastScroller.java
Commit message (Expand)AuthorAgeFilesLines
* 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 @UnsupportedAppUsage annotationsMathew Inwood2018-08-211-0/+15
* Resolve pointer icon over FastScroller to arrow.Vladislav Kaznacheev2017-02-161-0/+8
* Merge "To call TypedArray.recycle() when we are done with the array."Alan Viverette2015-10-071-0/+1
|\
| * To call TypedArray.recycle() when we are done with the array.ferro_chang2015-03-091-0/+1
* | Constrain width and height to >= 0 in FastScroller layoutAlan Viverette2015-06-251-8/+11
* | Constrain FastScroller max width to be >= 0Alan Viverette2015-06-241-1/+1
* | Check targetSdkVersion when passing size hints for UNSPECIFIED specsAdam Powell2015-06-111-3/+3
* | Correctly handle intercepted touch events in FastScrollerAlan Viverette2015-05-011-1/+13
* | Make UNSPECIFIED measure spec include size hint.Filip Gruszczynski2015-04-161-3/+6
* | Fix fast scroller thumb and track margins for MaterialAlan Viverette2015-04-071-57/+85
* | Remove unnecessary null check in FastScrollerAlan Viverette2015-03-181-3/+3
* | Add resource type annotations to some APIsTor Norbye2015-03-131-1/+2
* | Update scrollbars to match Material specAlan Viverette2014-11-201-3/+22
* | Prevent NPE when computing FastScroller position with no visible itemsAlan Viverette2014-11-131-6/+26
|/
* Fix scroll position calculation when clipToPadding is falseYigit Boyar2014-09-181-4/+13
* Update fast scroller preview for MaterialAlan Viverette2014-08-151-7/+23
* Quick fix for updating the FastScroller long list propertyAlan Viverette2014-01-141-12/+20
* Merge "Peek the fast scroll thumb when it transitions to enabled state"Alan Viverette2013-12-181-4/+9
|\
| * Peek the fast scroll thumb when it transitions to enabled stateAlan Viverette2013-12-121-4/+9
* | Don't cast FastScroller adapter to BaseAdapterAlan Viverette2013-12-131-4/+4
|/
* Defer event interception in FastScrollerAlan Viverette2013-12-031-34/+16
* Allow styling of fast scroll decorations, add default stylesAlan Viverette2013-10-311-104/+141
* Fix assorted FastScroller regressionsAlan Viverette2013-10-151-4/+27
* Fix updating fast scroll state for data set changesAdam Powell2013-10-131-2/+4
* Account for translationY when targeting the fast scroller via touchAdam Powell2013-10-131-2/+4
* Fix font scaling issues in FastScroller and SubtitleViewAlan Viverette2013-10-041-2/+3
* Fix monkey bugs in ListViewAdam Powell2013-09-241-1/+1
* Only activate FastScroller when it's neededAlan Viverette2013-09-061-44/+51
* Fix padding adjustment for scrollbars in View, FastScrollerAlan Viverette2013-08-091-27/+74
* Fix initial FastScroller enabled state, fix padding during layoutAlan Viverette2013-08-071-33/+72
* Fix FastScroller regression for non-UI threadsAlan Viverette2013-08-071-1/+2
* Show FastScroller thumb on mouse-overAlan Viverette2013-07-251-5/+25
* Add disabled state to FastScroller.Alan Viverette2013-07-151-13/+45
* resolved conflicts for merge of 9058a6c8 to masterJean-Baptiste Queru2013-07-081-1/+6
|\
| * am fa42e774: Merge "FastScroller: Fix to use appropriate index"Jean-Baptiste Queru2013-07-081-1/+6
| |\
| | * FastScroller: Fix to use appropriate indexVairavan Srinivasan2013-03-051-1/+6
* | | Fix FastScroller for single-section lists and untitled sections.Alan Viverette2013-06-251-41/+61
* | | Implement FastScroller as an animated overlay.Alan Viverette2013-06-211-578/+987
* | | Clean up FastScroller. Expand overlay to fit text content.Alan Viverette2013-06-071-64/+81
|/ /
* / Fix bug #8629386 FastScroller is on the wrong side when switching to Hebrew i...Fabrice Di Meglio2013-04-161-5/+35
|/
* Make ListView's FastScroller aware of layout directionFabrice Di Meglio2012-06-221-6/+4
* Fix bug 5173029 - make fast scroller aware of scrolling containersAdam Powell2011-10-111-22/+117
* Fix bug 5199326 - ListView's fast scroller is out of sync with contentsAdam Powell2011-08-251-2/+4
* Fix bug 5073637 - Market apps crashing FastScrollerAdam Powell2011-08-041-2/+7
* Make FastScroller behave kinder and gentler when an app decides toAdam Powell2011-06-141-2/+4
* Fix external bug http://code.google.com/p/android/issues/detail?id=15183Adam Powell2011-03-091-0/+3