summaryrefslogtreecommitdiff
path: root/core/java/android/widget/AbsSeekBar.java
Commit message (Expand)AuthorAgeFilesLines
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
* Merge "GestureNav: Fix AbsSeekBar thumb exclusion" into qt-r1-devAdrian Roos2019-08-071-0/+21
|\
| * GestureNav: Fix AbsSeekBar thumb exclusionAdrian Roos2019-08-071-0/+21
* | Merge "Stable seek bar positioning" am: 874b481cdfSergey2019-06-271-2/+12
|\ \ | |/ |/|
| * Stable seek bar positioningSergey2019-06-211-2/+12
| * Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-211-0/+9
* | Gesture exclusion for seekbar thumbs/edit handlesAdam Powell2019-06-101-0/+30
* | Added BlendMode equivalent APIs to replace deprecated PorterDuffNader Jawad2019-04-171-22/+84
* | Update core widgets to save attribute source info.Aurimas Liutikas2019-02-071-0/+2
* | @InspectableProperty coverage for android.widgetAshley Rose2019-02-041-0/+5
* | Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-211-0/+9
|/
* Fix min handling in AbsSeekBarMakoto Onuki2018-03-071-1/+1
* Add color temperature preference for Night DisplayChristine Franks2017-03-201-3/+2
* Fix import statements in android.widget package.Aurimas Liutikas2016-10-111-2/+2
* Added min support to ProgressBar and SeekBarKeyvan Amiri2016-10-041-10/+27
* Document and deprecate various old, undocumented classesChet Haase2016-08-251-0/+4
* Add consistent @NonNull annotations for drawable callbacksAlan Viverette2016-03-111-1/+2
* Fix rounding error in SeekBar tickmark drawingChris Banes2016-02-221-1/+1
* Decrease the key progress increment step size to allow finer control ofshwetachahar2016-02-051-1/+1
* Apply tick mark tint during view constructionAlan Viverette2016-01-131-0/+1
* Add support for tick marks in SeekBarAlan Viverette2016-01-071-4/+179
* Snap AbsSeekBar touches to nearest progress tickAlan Viverette2015-12-081-26/+30
* Forward SeekBarPreference key events to seekBar viewToni Barzic2015-09-301-0/+3
* Mark progress updates from AbsSeekBar.trackTouchEvent as from userToni Barzic2015-09-291-1/+1
* Smooth progress bar animationsAlan Viverette2015-09-231-13/+14
* Invalidate when Drawable.setState() returns trueAlan Viverette2015-09-041-2/+3
* am e2fa70ea: am 8dbdd860: am db291132: Merge "Replace PNG-based seekbar thumb...Alan Viverette2015-06-011-11/+15
|\
| * Replace PNG-based seekbar thumb animation with AVDAlan Viverette2015-05-291-11/+15
* | Add API for set progress on ProgressBar/SeekBarMaxim Bogatov2015-05-071-11/+34
|/
* D-pad should be able to push seek bar to 0 or max valueAlan Viverette2015-04-161-20/+17
* Remove unused imports in frameworks/base.John Spurlock2015-02-281-1/+0
* Vertically center seek bar track and thumb when maxHeight is setAlan Viverette2015-02-261-5/+8
* Update progress bar and seek bar backgrounds, fix seek bar thumbAlan Viverette2015-02-231-3/+2
* Pass the new progress when updating a ProgressBarRoboErik2015-02-111-2/+2
* First quick implementation of auto assist data.Dianne Hackborn2015-02-061-5/+2
* Fix accessibility delegationAlan Viverette2015-01-071-6/+9
* 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