summaryrefslogtreecommitdiff
path: root/core/java/android/widget/AbsSeekBar.java
AgeCommit message (Expand)Author
2021-01-18AbsSeekBar: Fix growRect computationAdrian Roos
2020-11-04Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-09-14Update language to comply with Android's inclusive language guidanceJeff Sharkey
2020-01-09Use new UnsupportedAppUsage annotation.Artur Satayev
2019-08-07Merge "GestureNav: Fix AbsSeekBar thumb exclusion" into qt-r1-devAdrian Roos
2019-08-07GestureNav: Fix AbsSeekBar thumb exclusionAdrian Roos
2019-06-27Merge "Stable seek bar positioning" am: 874b481cdfSergey
2019-06-21Stable seek bar positioningSergey
2019-06-10Gesture exclusion for seekbar thumbs/edit handlesAdam Powell
2019-04-17Added BlendMode equivalent APIs to replace deprecated PorterDuffNader Jawad
2019-02-07Update core widgets to save attribute source info.Aurimas Liutikas
2019-02-04@InspectableProperty coverage for android.widgetAshley Rose
2018-08-21Add @UnsupportedAppUsage annotationsMathew Inwood
2018-08-21Add @UnsupportedAppUsage annotationsMathew Inwood
2018-03-07Fix min handling in AbsSeekBarMakoto Onuki
2017-03-20Add color temperature preference for Night DisplayChristine Franks
2016-10-11Fix import statements in android.widget package.Aurimas Liutikas
2016-10-04Added min support to ProgressBar and SeekBarKeyvan Amiri
2016-08-25Document and deprecate various old, undocumented classesChet Haase
2016-03-11Add consistent @NonNull annotations for drawable callbacksAlan Viverette
2016-02-22Fix rounding error in SeekBar tickmark drawingChris Banes
2016-02-05Decrease the key progress increment step size to allow finer control ofshwetachahar
2016-01-13Apply tick mark tint during view constructionAlan Viverette
2016-01-07Add support for tick marks in SeekBarAlan Viverette
2015-12-08Snap AbsSeekBar touches to nearest progress tickAlan Viverette
2015-09-30Forward SeekBarPreference key events to seekBar viewToni Barzic
2015-09-29Mark progress updates from AbsSeekBar.trackTouchEvent as from userToni Barzic
2015-09-23Smooth progress bar animationsAlan Viverette
2015-09-04Invalidate when Drawable.setState() returns trueAlan Viverette
2015-06-01am e2fa70ea: am 8dbdd860: am db291132: Merge "Replace PNG-based seekbar thumb...Alan Viverette
2015-05-29Replace PNG-based seekbar thumb animation with AVDAlan Viverette
2015-05-07Add API for set progress on ProgressBar/SeekBarMaxim Bogatov
2015-04-16D-pad should be able to push seek bar to 0 or max valueAlan Viverette
2015-02-28Remove unused imports in frameworks/base.John Spurlock
2015-02-26Vertically center seek bar track and thumb when maxHeight is setAlan Viverette
2015-02-23Update progress bar and seek bar backgrounds, fix seek bar thumbAlan Viverette
2015-02-11Pass the new progress when updating a ProgressBarRoboErik
2015-02-06First quick implementation of auto assist data.Dianne Hackborn
2015-01-07Fix accessibility delegationAlan Viverette
2014-12-02resolved conflicts for merge of 850cdbe5 to lmp-mr1-dev-plus-aospAlan Viverette
2014-11-26Revert "Animates AbsSeekBar progress movement from key presses."Alan Viverette
2014-11-11Consider RTL layout in DPAD navigation in AbsSeekBarJohan Redestig
2014-10-29Update drawable state after updating tint listAlan Viverette
2014-09-14Clean up view drawable tinting methods, fix default modesAlan Viverette
2014-08-06Separate tint and tintMode propertiesAlan Viverette
2014-07-25Fixes the build.Jon Miranda
2014-07-25Animates AbsSeekBar progress movement from key presses.Jon Miranda
2014-07-22Clean up view tinting APIs, tileModeX/Y attribute docsAlan Viverette
2014-06-18Merge "Fix clamped starting position, seek bar hotspot bounds"Alan Viverette
2014-06-18Fix clamped starting position, seek bar hotspot boundsAlan Viverette