summaryrefslogtreecommitdiff
path: root/core/java/android/widget/AnalogClock.java
AgeCommit message (Expand)Author
2021-07-13AnalogClock: Allow subclasses to override the "now" instant.Dan Sandler
2021-06-25Add a config value for the default of the analog clock flagStevie Kideckel
2021-06-08Schedule time ticks for the next minute when no seconds hand is presentStevie Kideckel
2021-05-25Merge "Add a flag for the fps of the AnalogClock" into sc-devStevie Kideckel
2021-05-20Add a flag for the fps of the AnalogClockStevie Kideckel
2021-05-19Attaching broadcast receiver on attach/detachSunny Goyal
2021-05-12Performance/jank improvements to AnalogClockStevie Kideckel
2021-04-08Apply tints when setting dial/hands to iconsStevie Kideckel
2021-02-25Recycle the TypedArray used in AnalogClock's constructorStevie Kideckel
2021-02-17Add tint list/mode APIs to AnalogClockStevie Kideckel
2021-02-02Add support for time zones to AnalogClockSteven Kideckel
2021-02-02Add support for seconds hand to AnalogClockSteven Kideckel
2020-03-10Making time-zone an API constantSuprabh Shukla
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2019-07-09Merge "Switch widgets away from android.text.format.Time"Neil Fuller
2019-06-18Switch widgets away from android.text.format.TimeNeil Fuller
2019-02-07Update core widgets to save attribute source info.Aurimas Liutikas
2018-08-21Add @UnsupportedAppUsage annotationsMathew Inwood
2018-08-21Add @UnsupportedAppUsage annotationsMathew Inwood
2016-10-11Fix import statements in android.widget package.Aurimas Liutikas
2015-10-20Fix a few view ctors to not call Looper.myLooperJohn Reck
2015-03-18Deprecate AnalogClock widget, Integer methods on TimePickerViewAlan Viverette
2014-08-06Allow adding widgets from user profiles.Svetoslav
2014-02-03Add APIs for obtaining themed Drawable from Theme, ContextAlan Viverette
2013-09-09Add View constructor that supplies a default style resourceAlan Viverette
2012-09-26add analog clock attributes to docsScott Main
2011-10-03Accessibility services cannot obtain the source of an event coming from a roo...Svetoslav Ganov
2010-12-03Implement smarter sizing of WRAP_CONTENT windows.Dianne Hackborn
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@132589The Android Open Source Project
2009-03-02auto import from //depot/cupcake/@137055The Android Open Source Project
2009-02-10auto import from //branches/cupcake/...@130745The Android Open Source Project
2008-12-17Code drop from //branches/cupcake/...@124589The Android Open Source Project
2008-10-21Initial ContributionThe Android Open Source Project