am f079a6d0: Merge "Set live region property on AccessibilityNodeInfo" into klp-dev

* commit 'f079a6d07f64045526a094077a1e9f4ceb40da76':
  Set live region property on AccessibilityNodeInfo
This commit is contained in:
Alan Viverette
2013-10-01 11:35:36 -07:00
committed by Android Git Automerger

View File

@@ -5249,6 +5249,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback,
info.setAccessibilityFocused(isAccessibilityFocused());
info.setSelected(isSelected());
info.setLongClickable(isLongClickable());
info.setLiveRegion(getAccessibilityLiveRegion());
// TODO: These make sense only if we are in an AdapterView but all
// views can be selected. Maybe from accessibility perspective