summaryrefslogtreecommitdiffstats
path: root/core/java/android/view/View.java
Commit message (Expand)AuthorAgeFilesLines
* Accessibility focus traversal in virtual nodes.Svetoslav Ganov2012-05-151-5/+8
* Merge "Improving accessibility focus traversal." into jb-devSvetoslav Ganov2012-05-141-51/+24
|\
| * Improving accessibility focus traversal.Svetoslav Ganov2012-05-141-51/+24
* | Merge "Fix inconsitency in aAccessibilityNodeInfo cache." into jb-devSvetoslav Ganov2012-05-141-5/+6
|\ \
| * | Fix inconsitency in aAccessibilityNodeInfo cache.Svetoslav Ganov2012-05-111-5/+6
* | | Merge "Minor touch-up of Animation docs" into jb-devChet Haase2012-05-141-2/+4
|\ \ \
| * | | Minor touch-up of Animation docsChet Haase2012-05-111-2/+4
* | | | Merge "Implement new window cropping." into jb-devDianne Hackborn2012-05-131-6/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | Implement new window cropping.Dianne Hackborn2012-05-131-6/+0
* | | | accessibility bug fix in NumberPickerGuang Zhu2012-05-121-7/+36
|/ / /
* | | Merge "Automatic persistent text selection for ListViews" into jb-devAdam Powell2012-05-111-1/+1
|\ \ \ | |/ / |/| |
| * | Automatic persistent text selection for ListViewsAdam Powell2012-05-111-1/+1
| |/
* | Fix quickReject logic for transformed viewsChet Haase2012-05-111-0/+65
* | Merge "Clear animations in DisplayLists when done" into jb-devChet Haase2012-05-111-9/+27
|\ \ | |/ |/|
| * Clear animations in DisplayLists when doneChet Haase2012-05-101-9/+27
* | Fix build.Dianne Hackborn2012-05-101-0/+5
* | Fix issue #6475693: OnSystemUiVisibilityChangeListener reporting...Dianne Hackborn2012-05-101-9/+25
|/
* Add callback hack to find out when to load system properties.Dianne Hackborn2012-05-091-1/+1
* Fixing View.getBoundsOnScreen()Svetoslav Ganov2012-05-081-2/+2
* Merge "Invalidate display lists immediately when views are removed/added quic...Romain Guy2012-05-081-6/+9
|\
| * Invalidate display lists immediately when views are removed/added quicklyRomain Guy2012-05-081-6/+9
* | Merge "Add performAccessibilityAction to AccessibilityDelegate." into jb-devSvetoslav Ganov2012-05-081-0/+39
|\ \ | |/ |/|
| * Add performAccessibilityAction to AccessibilityDelegate.alanv2012-05-071-0/+39
* | Merge "AccessibilityNodeInfo for visible views should reported." into jb-devSvetoslav Ganov2012-05-081-6/+54
|\ \
| * | AccessibilityNodeInfo for visible views should reported.Svetoslav Ganov2012-05-071-6/+54
* | | Accessibility focus on temporary detached view not cleared.Svetoslav Ganov2012-05-081-1/+1
| |/ |/|
* | Merge "Accessibility focus actinos incorectly set on accessibility node info....Svetoslav Ganov2012-05-071-2/+5
|\ \
| * | Accessibility focus actinos incorectly set on accessibility node info.Svetoslav Ganov2012-05-071-2/+5
| |/
* | Text traversal at various granularities.Svetoslav Ganov2012-05-071-6/+162
|/
* Merge "API REVIEW: android.view.accessibility" into jb-devSvetoslav Ganov2012-05-061-4/+4
|\
| * API REVIEW: android.view.accessibilitySvetoslav Ganov2012-05-041-4/+4
* | Merge "Performing click and long click for accessiblity not returning result....Svetoslav Ganov2012-05-061-2/+2
|\ \
| * | Performing click and long click for accessiblity not returning result.Svetoslav Ganov2012-05-051-2/+2
* | | Merge "Remove unnecessary framework allocations" into jb-devRomain Guy2012-05-061-1/+6
|\ \ \
| * | | Remove unnecessary framework allocationsRomain Guy2012-05-061-1/+6
| |/ /
* | | Fix issue #6404215: New ActionBar auto-hide can conflict with applicationDianne Hackborn2012-05-061-0/+17
|/ /
* | Implement cropping of windows based on system UI elements.Dianne Hackborn2012-05-051-0/+6
|/
* Hide RTL related APIs - DO NOT MERGEFabrice Di Meglio2012-05-041-17/+57
* Merge "Minor doc fixes for animation- and view-related things" into jb-devChet Haase2012-05-041-4/+23
|\
| * Minor doc fixes for animation- and view-related thingsChet Haase2012-05-031-4/+23
* | JB API cleanup; ActionMode and View docsAdam Powell2012-05-021-0/+10
|/
* Merge "Enabling accessibility focus only if explore by touch is on." into jb-devSvetoslav Ganov2012-04-301-1/+2
|\
| * Enabling accessibility focus only if explore by touch is on.Svetoslav Ganov2012-04-301-1/+2
* | Populating accessibility node info with supported actions.Svetoslav Ganov2012-04-281-0/+18
|/
* Fixes for optical bounds feature.Philip Milne2012-04-271-1/+1
* New constant used by dev settingsRomain Guy2012-04-271-1/+8
* Merge "Removing hierarchical accessibility focus directions."Svetoslav Ganov2012-04-241-20/+0
|\
| * Removing hierarchical accessibility focus directions.Svetoslav Ganov2012-04-231-20/+0
* | Merge "Promote layout debugging code from GridLayout to ViewGroup."Philip Milne2012-04-241-0/+6
|\ \ | |/ |/|
| * Promote layout debugging code from GridLayout to ViewGroup.Philip Milne2012-04-231-0/+6