summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget/AbsSeekBar.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* | AbsSeekBar slightly optimized by removing a redundant snippet of codeCyril Mottier2009-03-091-6/+0
|/
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-091-2/+29
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-0/+11
* Initial ContributionThe Android Open Source Project2008-10-211-0/+298