index
:
frameworks_base.git
kitkat
lp5.0
lp5.1
mm6.0
n7.0
n7.1
o8.0
o8.1
q10.0
r11.0
r11.1
s12.0
s12.1
t13.0
t13.0_pre-rebase_jan22-23
u14.0
v15.0
w16.0
w16.1
frameworks_base
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
widget
/
ProgressBar.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
docs: Update ProgressBar JavaDoc comments
Joe Fernandez
2017-04-25
1
-88
/
+46
*
Add color temperature preference for Night Display
Christine Franks
2017-03-20
1
-0
/
+7
*
Add methods to query animation state
Chet Haase
2017-01-30
1
-0
/
+12
*
Fix import statements in android.widget package.
Aurimas Liutikas
2016-10-11
1
-2
/
+1
*
Merge "Added min support to ProgressBar and SeekBar"
Keyvan Amiri
2016-10-11
1
-9
/
+65
|
\
|
*
Added min support to ProgressBar and SeekBar
Keyvan Amiri
2016-10-04
1
-9
/
+65
*
|
Scale bitmap shaders for target density
Alan Viverette
2016-10-07
1
-8
/
+8
|
/
*
API review feedback for ProgressBar
Alan Viverette
2016-04-20
1
-1
/
+5
*
Fall back to setting the level of the entire progress drawable
Alan Viverette
2016-04-12
1
-0
/
+7
*
Refinement for onVisibilityAggregated
Adam Powell
2016-03-16
1
-3
/
+3
*
Add View#onVisibilityAggregated
Adam Powell
2016-03-15
1
-38
/
+14
*
Add consistent @NonNull annotations for drawable callbacks
Alan Viverette
2016-03-11
1
-2
/
+2
*
Stop ProgressBar animations when not visible
Adam Powell
2016-03-04
1
-16
/
+44
*
Fix @code escapes
Neil Fuller
2015-12-02
1
-1
/
+1
*
Smooth progress bar animations
Alan Viverette
2015-09-23
1
-34
/
+114
*
Invalidate when Drawable.setState() returns true
Alan Viverette
2015-09-04
1
-4
/
+11
*
am aa439dc3: am eb5d77e9: am 1f861997: Merge "Use new hierarchy viewer protoc...
Siva Velusamy
2015-05-08
1
-0
/
+13
|
\
|
*
Use new hierarchy viewer protocol in all View subclasses
Siva Velusamy
2015-05-07
1
-0
/
+13
*
|
Add API for set progress on ProgressBar/SeekBar
Maxim Bogatov
2015-05-07
1
-0
/
+13
|
/
*
D-pad should be able to push seek bar to 0 or max value
Alan Viverette
2015-04-16
1
-11
/
+11
*
Update rating bar assets for Material
Alan Viverette
2015-04-08
1
-18
/
+61
*
am f401d637: am 947b5029: am 8391e03b: Merge "ProgressBar: Fix error of proce...
Adam Powell
2015-04-07
1
-3
/
+1
|
\
|
*
Merge "ProgressBar: Fix error of process bar cannot update on some condition."
Adam Powell
2015-04-07
1
-3
/
+1
|
|
\
|
|
*
ProgressBar: Fix error of process bar cannot update on some condition.
Bing Deng
2014-03-18
1
-3
/
+1
*
|
|
Fix progress tint attributes
Alan Viverette
2015-04-06
1
-3
/
+3
*
|
|
Remove unused imports in frameworks/base.
John Spurlock
2015-02-28
1
-2
/
+0
*
|
|
Vertically center seek bar track and thumb when maxHeight is set
Alan Viverette
2015-02-26
1
-18
/
+0
*
|
|
Update progress bar and seek bar backgrounds, fix seek bar thumb
Alan Viverette
2015-02-23
1
-21
/
+37
*
|
|
Add @ResourceInt annotations on APIs
Tor Norbye
2015-02-18
1
-1
/
+2
*
|
|
Pass the new progress when updating a ProgressBar
RoboErik
2015-02-11
1
-51
/
+52
*
|
|
First quick implementation of auto assist data.
Dianne Hackborn
2015-02-06
1
-8
/
+5
*
|
|
am eeb69d17: Move layer-list to be top-level element in seek bar progress aut...
Alan Viverette
2015-02-05
1
-1
/
+1
|
\
|
|
|
*
|
Move layer-list to be top-level element in seek bar progress
Alan Viverette
2015-02-04
1
-1
/
+1
*
|
|
am c2bf7440: Merge "Allow top-level drawable container in progressDrawable" i...
Alan Viverette
2015-02-05
1
-1
/
+1
|
\
|
|
|
*
|
Allow top-level drawable container in progressDrawable
Alan Viverette
2015-02-04
1
-1
/
+1
*
|
|
Fix accessibility delegation
Alan Viverette
2015-01-07
1
-4
/
+6
|
/
/
*
|
Revert "Animates AbsSeekBar progress movement from key presses."
Alan Viverette
2014-11-26
1
-105
/
+52
*
|
Update drawable state after updating tint list
Alan Viverette
2014-10-29
1
-0
/
+24
*
|
Apply color to progress bar for notifications
Jorim Jaggi
2014-10-09
1
-0
/
+3
*
|
Clean up view drawable tinting methods, fix default modes
Alan Viverette
2014-09-14
1
-103
/
+266
*
|
Separate tint and tintMode properties
Alan Viverette
2014-08-06
1
-64
/
+70
*
|
Animates AbsSeekBar progress movement from key presses.
Jon Miranda
2014-07-25
1
-52
/
+105
*
|
Clean up view tinting APIs, tileModeX/Y attribute docs
Alan Viverette
2014-07-22
1
-146
/
+61
*
|
Fix switch & slider anim, make View drawable hotspot API public
Alan Viverette
2014-06-18
1
-3
/
+2
*
|
Add attributes and accessors for tinting View drawables
Alan Viverette
2014-06-17
1
-37
/
+516
*
|
Support hotspots in View drawables
Alan Viverette
2014-06-13
1
-0
/
+14
*
|
Clean up drawable theming APIs
Alan Viverette
2014-06-02
1
-3
/
+2
*
|
Support for hollow switch and seek bar thumbs
Alan Viverette
2014-05-12
1
-5
/
+16
*
|
Fix progress bar tinting, add tint support to ShapeDrawable
Alan Viverette
2014-02-26
1
-5
/
+10
*
|
ProgressBar is important for accessibility by default.
Svetoslav
2014-01-13
1
-0
/
+5
[next]