Merge "Set live region property on AccessibilityNodeInfo" into klp-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
f079a6d07f
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user