summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget/ProgressBar.java
Commit message (Expand)AuthorAgeFilesLines
* Remove unused imports in frameworks/base.John Spurlock2015-02-281-2/+0
* Vertically center seek bar track and thumb when maxHeight is setAlan Viverette2015-02-261-18/+0
* Update progress bar and seek bar backgrounds, fix seek bar thumbAlan Viverette2015-02-231-21/+37
* Add @ResourceInt annotations on APIsTor Norbye2015-02-181-1/+2
* Pass the new progress when updating a ProgressBarRoboErik2015-02-111-51/+52
* First quick implementation of auto assist data.Dianne Hackborn2015-02-061-8/+5
* am eeb69d17: Move layer-list to be top-level element in seek bar progress aut...Alan Viverette2015-02-051-1/+1
|\
| * Move layer-list to be top-level element in seek bar progressAlan Viverette2015-02-041-1/+1
* | am c2bf7440: Merge "Allow top-level drawable container in progressDrawable" i...Alan Viverette2015-02-051-1/+1
|\ \ | |/
| * Allow top-level drawable container in progressDrawableAlan Viverette2015-02-041-1/+1
* | Fix accessibility delegationAlan Viverette2015-01-071-4/+6
|/
* Revert "Animates AbsSeekBar progress movement from key presses."Alan Viverette2014-11-261-105/+52
* Update drawable state after updating tint listAlan Viverette2014-10-291-0/+24
* Apply color to progress bar for notificationsJorim Jaggi2014-10-091-0/+3
* Clean up view drawable tinting methods, fix default modesAlan Viverette2014-09-141-103/+266
* Separate tint and tintMode propertiesAlan Viverette2014-08-061-64/+70
* Animates AbsSeekBar progress movement from key presses.Jon Miranda2014-07-251-52/+105
* Clean up view tinting APIs, tileModeX/Y attribute docsAlan Viverette2014-07-221-146/+61
* Fix switch & slider anim, make View drawable hotspot API publicAlan Viverette2014-06-181-3/+2
* Add attributes and accessors for tinting View drawablesAlan Viverette2014-06-171-37/+516
* Support hotspots in View drawablesAlan Viverette2014-06-131-0/+14
* Clean up drawable theming APIsAlan Viverette2014-06-021-3/+2
* Support for hollow switch and seek bar thumbsAlan Viverette2014-05-121-5/+16
* Fix progress bar tinting, add tint support to ShapeDrawableAlan Viverette2014-02-261-5/+10
* ProgressBar is important for accessibility by default.Svetoslav2014-01-131-0/+5
* am 7595aa94: am 3be09114: am b320f4d5: Merge "Revert "Fixed incorrect calcula...Chris Craik2013-10-311-2/+4
|\
| * Revert "Fixed incorrect calculation of dirty invalidation area"Chris Craik2013-10-311-2/+4
* | Add ProgressBar methods to set tileable DrawablesAlan Viverette2013-09-261-10/+42
* | Add View constructor that supplies a default style resourceAlan Viverette2013-09-091-9/+7
|/
* am 8113b17c: Merge "Fixed incorrect calculation of dirty invalidation area"Jean-Baptiste Queru2013-07-021-4/+2
|\
| * Fixed incorrect calculation of dirty invalidation areaJohan Viktorsson2013-07-011-4/+2
* | add docs for new attributes, including account restriction for restricted pro...Scott Main2013-04-251-0/+1
* | Fix progress bar and spinner in RTL modeFabrice Di Meglio2013-01-311-2/+6
* | Simplification of the poolable management utils.Svetoslav Ganov2012-11-271-46/+10
|/
* Merge "Fix bug #7158772 ProgressBar / SeekBar / RatingBar drawables should be...Fabrice Di Meglio2012-09-251-2/+12
|\
| * Fix bug #7158772 ProgressBar / SeekBar / RatingBar drawables should be revers...Fabrice Di Meglio2012-09-251-2/+12
* | Fix bug #6427629 Clean up layout direction APIsFabrice Di Meglio2012-09-231-3/+3
* | Fix bug #6427629 Clean up layout direction APIsFabrice Di Meglio2012-09-231-0/+3
|/
* Make ProgressBar / SeekBar / RatingBar widgets aware of layout directionFabrice Di Meglio2012-09-061-3/+22
* Fix indeterminate ProgressBars with weird sizes and padding; optimizeAdam Powell2012-08-081-3/+7
* Replace left/right with start/end for Gravity / LayoutParams / PaddingFabrice Di Meglio2012-07-191-1/+1
* Revert "Revert "Clean up layout direction APIs for Drawable""Fabrice Di Meglio2012-06-041-6/+4
* Revert "Clean up layout direction APIs for Drawable"Jean-Baptiste Queru2012-06-021-4/+6
* Clean up layout direction APIs for DrawableFabrice Di Meglio2012-06-011-6/+4
* am 95b0c45b: am aaa71475: Merge "Remove unnecessary framework allocations" in...Romain Guy2012-05-061-14/+22
|\
| * Remove unnecessary framework allocationsRomain Guy2012-05-061-14/+22
| * Hide RTL related APIs - DO NOT MERGEFabrice Di Meglio2012-05-041-0/+3
|/
* Avoid potential leaks with Runnables posted from ProgressBarAdam Powell2012-04-101-25/+98
* Make Drawable RTL APIs publicFabrice Di Meglio2012-03-091-3/+0
* Change widgets to post invalidate to the animation timer.Jeff Brown2012-03-051-11/+2