summaryrefslogtreecommitdiff
path: root/core/java/android/view
Commit message (Expand)AuthorAgeFilesLines
* Merge "Replace com.android.internal.util.Predicate with java.util.function.Pr...Paul Duffin2017-02-083-11/+11
|\
| * Merge "Replace com.android.internal.util.Predicate with java.util.function.Pr...Paul Duffin2017-02-083-11/+11
| |\
| | * Replace com.android.internal.util.Predicate with java.util.function.PredicatePaul Duffin2017-02-073-11/+11
| * | Use correct APIs to detect conditions for round scrollbars.Aga Madurska2017-02-061-2/+2
| |\ \
* | \ \ Use correct APIs to detect conditions for round scrollbars. am: 99485ef841Aga Madurska2017-02-061-2/+2
|\ \ \ \
| * \ \ \ Use correct APIs to detect conditions for round scrollbars.Aga Madurska2017-02-061-2/+2
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Use correct APIs to detect conditions for round scrollbars.Aga Madurska2017-02-061-2/+2
| * | | | Fix @links in reference docs. am: 54de77470dElliot Waite2017-01-264-5/+5
| |\| | |
| * | | | Merge "Support shadows and reordering in ViewOverlay" into nyc-mr2-devChris Craik2017-01-131-0/+12
| |\ \ \ \
* | \ \ \ \ Fix @links in reference docs. am: 54de77470d am: ab978c035eElliot Waite2017-01-264-5/+5
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Fix @links in reference docs. am: 54de77470dElliot Waite2017-01-264-5/+5
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | Fix @links in reference docs.Elliot Waite2017-01-264-5/+5
| | |\ \ \ \
| | | * | | | Fix @links in reference docs.Elliot Waite2017-01-254-5/+5
* | | | | | | Support shadows and reordering in ViewOverlayChris Craik2017-01-131-0/+12
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | Support shadows and reordering in ViewOverlayChris Craik2017-01-121-0/+12
* | | | | | | Add Brightness setting for VR Mode.Santos Cordon2017-01-111-1/+13
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | Add Brightness setting for VR Mode.Santos Cordon2017-01-091-1/+13
| |/ / / / /
* | | | | | Merge "Remove unused variable." am: f3b1881bb2 am: f338ed34f9Tao Wu2017-01-101-11/+0
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge "Remove unused variable." am: f3b1881bb2Tao Wu2017-01-101-11/+0
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | Merge "Remove unused variable."Treehugger Robot2017-01-101-11/+0
| | |\ \ \ \
| | | * | | | Remove unused variable.Tao Wu2017-01-101-11/+0
* | | | | | | DO NOT MERGE Revert "Add Brightness setting for VR Mode."Selim Cinek2016-12-271-13/+1
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | DO NOT MERGE Revert "Add Brightness setting for VR Mode."Selim Cinek2016-12-271-13/+1
* | | | | | | Add Brightness setting for VR Mode.Santos Cordon2016-12-221-1/+13
|\| | | | | |
| * | | | | | Add Brightness setting for VR Mode.Santos Cordon2016-12-221-1/+13
| * | | | | | Fix OnCancelListener for Dialogs on swipe to dismiss.Michael Kwan2016-12-191-0/+25
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
* | | | | | | Fix OnCancelListener for Dialogs on swipe to dismiss. am: 67639a5f67Michael Kwan2016-12-191-0/+25
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | Fix OnCancelListener for Dialogs on swipe to dismiss.Michael Kwan2016-12-191-0/+25
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | Fix OnCancelListener for Dialogs on swipe to dismiss.Michael Kwan2016-12-161-0/+25
| * | | | | | Add null check to a11y interrupt.Phil Weaver2016-12-151-1/+12
| |\| | | | |
| * | | | | | Modify SwipeDismissLayout to perform its own exit animationNed Burns2016-12-061-3/+6
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Add null check to a11y interrupt. am: 74f9e1b867Phil Weaver2016-12-151-1/+12
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| * | | | | | | Add null check to a11y interrupt.Phil Weaver2016-12-151-1/+12
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| | * | | | | | Add null check to a11y interrupt.Phil Weaver2016-12-151-1/+12
| | | |/ / / / | | |/| | | |
* | | | | | | Revert "Allow power button to close an input method"Mark Renouf2016-12-071-10/+0
|\| | | | | |
| * | | | | | Revert "Allow power button to close an input method"Mark Renouf2016-12-061-10/+0
| |/ / / / /
* | / / / / Modify SwipeDismissLayout to perform its own exit animation am: 7d6cb913deNed Burns2016-12-061-3/+6
|\| | | | | | |/ / / / |/| | | |
| * | | | Modify SwipeDismissLayout to perform its own exit animationNed Burns2016-12-051-3/+6
* | | | | Disable swipe-to-dismiss for not cancelable dialogs.Michael Kwan2016-12-051-0/+18
|\| | | |
| * | | | Disable swipe-to-dismiss for not cancelable dialogs.Michael Kwan2016-12-021-0/+18
* | | | | Allow power button to close an input methodMark Renouf2016-12-011-0/+10
|\| | | |
| * | | | Allow power button to close an input methodMark Renouf2016-11-301-0/+10
* | | | | Merge remote-tracking branch 'goog/cw-f-dev' into fix_mergerBaligh Uddin2016-11-222-14/+17
|\| | | | | |/ / / |/| | |
| * | | Clean up InputConnection.commitContent() javadocs DO NOT MERGEChet Haase2016-11-011-12/+15
| |\ \ \ | | | |/ | | |/|
| | * | Clean up InputConnection.commitContent() javadocs DO NOT MERGEChet Haase2016-11-011-12/+15
| * | | Update colors for the round scroll bar.Aga Madurska2016-10-311-2/+2
* | | | SurfaceView only call forceDisconnect if isValid am: 6ba466ff3eJohn Reck2016-09-301-1/+3
|\| | |
| * | | SurfaceView only call forceDisconnect if isValidJohn Reck2016-09-301-1/+3
| |\| |
| | * | SurfaceView only call forceDisconnect if isValidJohn Reck2016-09-301-1/+3
| * | | docs: Clarified definition of KeyEvent.Callback.onKeyMultiple() am: b248b1f68...Kevin Hufnagle2016-09-271-2/+3
| |\| |