summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget/AbsSeekBar.java
Commit message (Expand)AuthorAgeFilesLines
* resolved conflicts for merge of 850cdbe5 to lmp-mr1-dev-plus-aospAlan Viverette2014-12-021-10/+11
|\
| * Consider RTL layout in DPAD navigation in AbsSeekBarJohan Redestig2014-11-111-10/+11
* | Revert "Animates AbsSeekBar progress movement from key presses."Alan Viverette2014-11-261-57/+10
* | Update drawable state after updating tint listAlan Viverette2014-10-291-0/+6
|/
* Clean up view drawable tinting methods, fix default modesAlan Viverette2014-09-141-10/+26
* Separate tint and tintMode propertiesAlan Viverette2014-08-061-13/+14
* Fixes the build.Jon Miranda2014-07-251-0/+3
* Animates AbsSeekBar progress movement from key presses.Jon Miranda2014-07-251-10/+54
* Clean up view tinting APIs, tileModeX/Y attribute docsAlan Viverette2014-07-221-30/+15
* Merge "Fix clamped starting position, seek bar hotspot bounds"Alan Viverette2014-06-181-2/+2
|\
| * Fix clamped starting position, seek bar hotspot boundsAlan Viverette2014-06-181-2/+2
* | Fix switch & slider anim, make View drawable hotspot API publicAlan Viverette2014-06-181-25/+10
|/
* Add attributes and accessors for tinting View drawablesAlan Viverette2014-06-171-1/+107
* Support hotspots in View drawablesAlan Viverette2014-06-131-0/+16
* Update switch, checkbox, radio button, button, and toggle buttonAlan Viverette2014-05-221-0/+10
* TouchFeedbackDrawable is now RippleDrawableAlan Viverette2014-05-191-15/+5
* Support for hollow switch and seek bar thumbsAlan Viverette2014-05-121-81/+138
* Fix null and bounds checksAlan Viverette2014-04-231-1/+1
* Add ripple to switches, radio buttons, check boxes, seek barsAlan Viverette2014-04-221-14/+44
* am 1c4d86c7: am f54d62dc: am fc7315c6: am 6d71e165: Merge "Round off when cal...Jeff Brown2014-03-111-1/+1
|\
| * Round off when calculate next step in SeekbarMarcus Danielsson2014-01-201-1/+1
* | Add View constructor that supplies a default style resourceAlan Viverette2013-09-091-4/+8
|/
* Fix progress bar and spinner in RTL modeFabrice Di Meglio2013-01-311-2/+2
* Fix bug #7345139: The First Volume Down Click looses its place on the volume ...Fabrice Di Meglio2012-10-161-0/+20
* Fix bug #6427629 Clean up layout direction APIsFabrice Di Meglio2012-09-231-1/+1
* Fix bug #6427629 Clean up layout direction APIsFabrice Di Meglio2012-09-231-0/+3
* Fix SeekBar when in RTL layout directionFabrice Di Meglio2012-09-111-1/+2
* Make ProgressBar / SeekBar / RatingBar widgets aware of layout directionFabrice Di Meglio2012-09-061-8/+30
* Make AbsSeekBar widget adjustable via accessibility actions.alanv2012-05-161-0/+42
* Fix crash setting null seekbar thumbAdam Powell2012-04-191-1/+1
* Add SeekBar property accessors to match available style attributesAdam Powell2012-03-211-0/+10
* AccessibilityEvent/AccessibilityNodeInfo class name property should be set to...Svetoslav Ganov2012-01-171-0/+13
* Fix bug 5455676 - seek bars without thumbsAdam Powell2011-10-131-2/+6
* Fix bug 5434403 - invalidation problem with seek bars at edgesAdam Powell2011-10-111-0/+2
* Fix bug 5159596 - Slider grabs touch point when trying to scroll a listAdam Powell2011-08-141-10/+43
* ProgressBar does not fire accessibility events on update.Svetoslav Ganov2011-03-181-1/+2
* Implement smarter sizing of WRAP_CONTENT windows.Dianne Hackborn2010-12-031-2/+2
* Make AbsSeekBar support having setThumb called after initialization is done.Joe Onorato2010-12-021-0/+30
* Push the jumpDrawablesToCurrentState() thing off everywhere it should be.Dianne Hackborn2010-11-041-0/+6
* Ignore key events when the widget is disabled.Romain Guy2010-01-041-18/+19
* Fix http://b/issue?id=2098873 (drawing glitch in SeekBar).Daniel Sandler2009-09-141-0/+5
* Address b/2064664 by setting mThumbOffset to half the width of the thumb by d...Daniel Sandler2009-08-201-4/+12
* Merge commit 'korg/cupcake'The Android Open Source Project2009-03-271-5/+12
|\
| * auto import from //branches/cupcake_rel/...@140373The Android Open Source Project2009-03-181-5/+12
* | Merge commit 'remotes/korg/cupcake' into mergeJean-Baptiste Queru2009-03-181-3/+42
|\ \ | |/
| * auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+375
| * auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-336/+0
| * auto import from //depot/cupcake/@132589The Android Open Source Project2009-03-031-42/+3
| * auto import from //depot/cupcake/@137055The Android Open Source Project2009-03-021-3/+42
* | Fix build.Jean-Baptiste Queru2009-03-091-0/+1