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

* commit '6320305a609d0c4a3b64088fe826c5cebadec985':
  Set live region property on AccessibilityNodeInfo
This commit is contained in:
Alan Viverette
2013-10-02 09:35:29 -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