summaryrefslogtreecommitdiff
path: root/core/java/android/view/View.java
Commit message (Expand)AuthorAgeFilesLines
* Throw exception on non-finite floatsJohn Reck2017-11-081-0/+13
* Replace mNotifyAutofillManagerOnClick by mPrivateFlag.Felipe Leme2017-10-131-42/+19
* New Autofill API: SaveInfo.setTriggerId()Felipe Leme2017-10-121-9/+76
* Deprecate view drawing cacheJohn Reck2017-10-091-0/+196
* An update on dirty rect invalidatesJohn Reck2017-10-051-0/+12
* Improve window manager layout attribute dumpingJorim Jaggi2017-09-251-9/+84
* Merge "Merge "Clarified how to set for autofill views representing creditcard...Felipe Leme2017-09-181-0/+40
|\
| * Clarified how to set for autofill views representing creditcard expiration da...Felipe Leme2017-09-151-0/+40
| * Documented use of AutofillManager.notifyViewVisibilityChanged()Felipe Leme2017-08-311-0/+4
* | Documented use of AutofillManager.notifyViewVisibilityChanged()Felipe Leme2017-08-311-0/+3
* | Add theme attribute for light navigation barJorim Jaggi2017-08-301-0/+2
* | Merge "Merge "Clear focused-in-cluster on focusability changes" into oc-mr1-d...Evan Rosky2017-08-301-2/+15
|\|
| * Merge "Clear focused-in-cluster on focusability changes" into oc-mr1-devTreeHugger Robot2017-08-291-2/+15
| |\
| | * Clear focused-in-cluster on focusability changesEvan Rosky2017-08-161-2/+15
| * | Merge "Clarified that getAutofillValue() must return same value passed to aut...Felipe Leme2017-08-251-5/+9
| |\ \
* | \ \ Merge "Merge "Clarified that getAutofillValue() must return same value passed...Felipe Leme2017-08-251-5/+9
|\ \ \ \
| * \ \ \ Merge "Clarified that getAutofillValue() must return same value passed to aut...Felipe Leme2017-08-251-5/+9
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| | * | Merge "Clarified that getAutofillValue() must return same value passed to aut...Felipe Leme2017-08-251-5/+9
| | |\ \
| | | * | Clarified that getAutofillValue() must return same value passed to autofill().Felipe Leme2017-08-171-5/+9
* | | | | Avoid setting high contrast in every view drawJohn Reck2017-08-241-6/+0
* | | | | Merge "Don't get struct of children of !laidout viewGroup" into oc-mr1-dev am...Philip P. Moltmann2017-08-171-4/+0
|\| | | |
| * | | | Don't get struct of children of !laidout viewGroupPhilip P. Moltmann2017-08-161-4/+0
| | |_|/ | |/| |
* | | | Merge "Add deltaX/Y to a11y scroll events"TreeHugger Robot2017-08-161-20/+39
|\ \ \ \
| * | | | Add deltaX/Y to a11y scroll eventsEugene Susla2017-08-021-20/+39
* | | | | resolve merge conflicts of b90e2c85c06f to masterPhil Weaver2017-08-101-1/+2
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge "Stop focusing views before layout." into oc-dr1-devPhil Weaver2017-08-101-1/+1
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Stop focusing views before layout.Phil Weaver2017-08-101-1/+1
* | | | | Merge "Disabled views won't receive focus"Evan Rosky2017-08-101-5/+23
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Disabled views won't receive focusEvan Rosky2017-07-241-5/+23
* | | | | View: fix setTransientStateDake Gu2017-08-011-2/+4
* | | | | Merge "Clean up @hide usages in cts tests"Evan Rosky2017-07-151-0/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Clean up @hide usages in cts testsEvan Rosky2017-07-131-0/+1
* | | | | Merge "Autofill: Add API for virtual view visibility"TreeHugger Robot2017-07-121-2/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Autofill: Add API for virtual view visibilitySvetoslav Ganov2017-07-111-2/+2
* | | | | Merge "Add docs for new padding/margin attributes." into oc-dev am: 8cdbd6e18...Chet Haase2017-06-301-0/+2
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | Merge "Add docs for new padding/margin attributes." into oc-devChet Haase2017-06-301-0/+2
| |\ \ \ | | | |/ | | |/|
| | * | Add docs for new padding/margin attributes.Chet Haase2017-06-291-0/+2
| * | | Merge "Do not update currently open tooltip." into oc-devVladislav Kaznacheev2017-06-191-3/+0
| |\| |
| * | | Merge "Separate a11y and autofill view ids" into oc-devPhil Weaver2017-06-171-24/+63
| |\ \ \
* | | | | Do not restore same autofill id twicePhilip P. Moltmann2017-06-201-0/+5
* | | | | Merge "Do not update currently open tooltip." into oc-dev am: 139dbe5c1cVladislav Kaznacheev2017-06-191-3/+0
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge "Do not update currently open tooltip." into oc-devTreeHugger Robot2017-06-191-3/+0
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Do not update currently open tooltip.Vladislav Kaznacheev2017-06-161-3/+0
* | | | | Merge "Separate a11y and autofill view ids" into oc-dev am: c91290a6e9Phil Weaver2017-06-171-24/+63
|\| | | | | |_|/ / |/| | |
| * | | Separate a11y and autofill view idsPhil Weaver2017-06-161-24/+63
| |/ /
* | | Merge "Minor fix on autofill() javadoc." into oc-devFelipe Leme2017-06-091-1/+6
|\| |
| * | Merge "Minor fix on autofill() javadoc." into oc-devFelipe Leme2017-06-091-1/+6
| |\ \
| | * | Minor fix on autofill() javadoc.Felipe Leme2017-06-081-1/+6
* | | | Merge "Ignore dispatchProvideStructureForAutofill() when layout is being upda...Felipe Leme2017-06-091-0/+4
|\| | |
| * | | Ignore dispatchProvideStructureForAutofill() when layout is being updated.Felipe Leme2017-06-081-0/+4
| |/ /