summaryrefslogtreecommitdiff
path: root/core/java/android/widget/DayPickerViewPager.java
Commit message (Collapse)AuthorAgeFilesLines
* Implicitly cast views obtained via View.findView methodsAlan Viverette2017-02-271-4/+5
| | | | | | | | | | Removes all explicit casts from android.widget classes. Also @removes methods on ListView that were overriding @hidden methods and should never have been exposed as public API. Bug: 24137209 Test: make Change-Id: I89f0e51258560987b3942251fd249210f825ac2a
* Replace com.android.internal.util.Predicate with java.util.function.PredicatePaul Duffin2017-02-081-2/+2
| | | | | | | Bug: 35089332 Bug: 30188076 Test: make checkbuild Change-Id: I0a5b4bf520fc39b59d8d790b01e9cff0d54e6d21
* Revert "Implicitly cast views obtained via View.findView methods"Alan Viverette2017-02-031-5/+4
| | | | | | | | This reverts commit 06c2fffdaa81544522de751846754f781a9970a9. Reason for revert: Java 8 doesn't support this magic. Change-Id: Iaa41f4e4d0072b9a97cff9cd3788403d4ab79d13
* Implicitly cast views obtained via View.findView methodsAlan Viverette2017-01-271-4/+5
| | | | | | | | | | Removes all explicit casts from android.widget classes. Also @removes methods on ListView that were overriding @hidden methods and should never have been exposed as public API. Bug: 24137209 Test: make Change-Id: I6ccfc6f001b355c4880f2b54e1a5474df78d6228
* Fix import statements in android.widget package.Aurimas Liutikas2016-10-111-5/+0
| | | | | | | Additionally this CL removes spaces at the end of the line. Test: code still compiles. Change-Id: I1ce98b4e70aa3ae614f87966c3bc6181fa4389a4
* Improve DatePicker focus for keyboards.George Mount2015-11-061-2/+41
| | | | | | | | | Bug 24873983 Focus moves properly within the SimpleMonthView and between components of the DatePicker. Change-Id: I61778f9b4f19536ff6c7a512f9b4faf7bf4447a7
* Move date picker arrows out of SimpleMonthViewAlan Viverette2015-04-171-0/+137
Also fixes incorrect docs in Drawable. Bug: 20188255 Change-Id: I01c8563f734d9c1dad1e149bee80c651981e469f