summaryrefslogtreecommitdiffstats
path: root/core/java/android/view
Commit message (Expand)AuthorAgeFilesLines
* Document special case in hasOverlappingRenderingChris Craik2013-10-111-9/+14
* Merge "Ensure accessibility node cache is synced with service state" into klp...Alan Viverette2013-10-101-1/+2
|\
| * Ensure accessibility node cache is synced with service stateAlan Viverette2013-10-091-1/+2
* | Fix accessibility state callbacksAlan Viverette2013-10-091-2/+6
* | Merge "Add listener for changes to touch exploration state" into klp-devAlan Viverette2013-10-091-20/+76
|\ \ | |/ |/|
| * Add listener for changes to touch exploration stateAlan Viverette2013-10-091-20/+76
* | Merge "Clear accessibility focus when view becomes invisible" into klp-devAlan Viverette2013-10-091-2/+2
|\ \
| * | Clear accessibility focus when view becomes invisibleAlan Viverette2013-10-081-2/+2
* | | Merge "Introduce View.SYSTEM_UI_FLAG_IMMERSIVE_STICKY." into klp-devJohn Spurlock2013-10-091-3/+15
|\ \ \
| * | | Introduce View.SYSTEM_UI_FLAG_IMMERSIVE_STICKY.John Spurlock2013-10-091-3/+15
| | |/ | |/|
* | | Add missing locking when updating the accessibility node info cache.Svetoslav2013-10-081-1/+3
|/ /
* | Merge "Fix HIDE_DESCENDANTS accessibility importance mode" into klp-devAlan Viverette2013-10-081-53/+51
|\ \
| * | Fix HIDE_DESCENDANTS accessibility importance modeAlan Viverette2013-10-071-53/+51
| |/
* | Merge "Provide example actions in AccessibilityEvent.setAction() docs" into k...Alan Viverette2013-10-081-1/+11
|\ \
| * | Provide example actions in AccessibilityEvent.setAction() docsAlan Viverette2013-10-041-1/+11
* | | Ignore certain WindowManager flags when touch exploration is enabledAlan Viverette2013-10-072-0/+14
| |/ |/|
* | Fix transparent -> translucent reference in private docs.John Spurlock2013-10-071-1/+1
* | Transparent system ui flags -> Translucent WM flags.John Spurlock2013-10-063-25/+94
|/
* Merge "Add importantForAccessibility mode to block entire hierarchy" into klp...Alan Viverette2013-10-031-14/+30
|\
| * Add importantForAccessibility mode to block entire hierarchyAlan Viverette2013-10-021-14/+30
* | Merge "Store decor rects per window for transition cropping." into klp-devJohn Spurlock2013-10-031-13/+6
|\ \
| * | Store decor rects per window for transition cropping.John Spurlock2013-10-021-13/+6
| |/
* | Merge "Private flags are masked in correct variable" into klp-devAdam Lesinski2013-10-035-12/+26
|\ \
| * | Private flags are masked in correct variableAdam Lesinski2013-10-025-12/+26
| |/
* | Reduce max recents on lowramJohn Reck2013-10-021-1/+2
|/
* Make room for new public flagsAdam Lesinski2013-10-013-30/+30
* Merge "Set live region property on AccessibilityNodeInfo" into klp-devAlan Viverette2013-10-011-0/+1
|\
| * Set live region property on AccessibilityNodeInfoAlan Viverette2013-09-301-0/+1
* | Merge "Add findFocus API for AccessibilityNodeProvider" into klp-devAlan Viverette2013-10-012-2/+23
|\ \
| * | Add findFocus API for AccessibilityNodeProviderAlan Viverette2013-09-302-2/+23
| |/
* | Reset insets when inset computer is removed.Jeff Brown2013-09-303-1/+18
|/
* Merge "Fix permissions on WindowManagerService.showAssistant()" into klp-devJim Miller2013-09-282-12/+0
|\
| * Fix permissions on WindowManagerService.showAssistant()Jim Miller2013-09-272-12/+0
* | Add missing constructor parameter to KeyEventMichael Wright2013-09-271-2/+2
* | Merge "Fix conflicting/unclear documentation in InputConnection." into klp-devJean Chalard2013-09-271-15/+21
|\ \
| * | Fix conflicting/unclear documentation in InputConnection.Jean Chalard2013-09-261-15/+21
| |/
* | Expose View.executeHardwareAction()Romain Guy2013-09-262-2/+29
|/
* Merge "Use transition-only alpha property for fading transitions" into klp-devChet Haase2013-09-181-8/+61
|\
| * Use transition-only alpha property for fading transitionsChet Haase2013-09-181-8/+61
* | Merge "Fix leak fix in ViewTreeObserver" into klp-devChet Haase2013-09-181-2/+2
|\ \
| * | Fix leak fix in ViewTreeObserverChet Haase2013-09-181-2/+2
| |/
* | Add isQuickScaleEnabled to ScaleGestureDetectorMindy Pereira2013-09-171-4/+12
|/
* Plug leaks in transitionsChet Haase2013-09-141-0/+2
* Only buildLayer() on attached viewsChet Haase2013-09-131-1/+3
* Merge "Don't send the same values to onUpdateSelection repeatedly" into klp-devJean Chalard2013-09-131-2/+7
|\
| * Don't send the same values to onUpdateSelection repeatedlyJean Chalard2013-09-121-2/+7
* | Merge "Add live region politeness to View, AccessibilityNodeInfo" into klp-devAlan Viverette2013-09-137-140/+278
|\ \
| * | Add live region politeness to View, AccessibilityNodeInfoAlan Viverette2013-09-127-140/+278
* | | Remove unneeded print APIs and update the min margins APIs.Svetoslav2013-09-121-1/+1
|/ /
* | Merge "Make View onKeyUp symmetric with onKeyDown." into klp-devJeff Brown2013-09-121-19/+12
|\ \ | |/ |/|