+63
−0
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
DocumentsUI uses View#setActivated instead of View#setSelected for its selction states, because setActivated propagates downward in the view hierarchy (i.e. updates the state on its child views), while setSelected does not. a11y services uses View#isSelected to communication selection state. Thus, we attach the information to the accessibilityNodeInfo for each RecyclerView item. Bug: 35322527 Change-Id: I734fe7c00cfc8f2e57eadb519a09067097191d7a