There seems to be no way to explicitly specify z-order for the nodes.
With a node structure like this, where "ListBox" is popup and its bounding box overlaps button and its parent container. Android TalkBack explore by touch seems to randomly select button and overlapping list item.
-
- "Root Containter"
- 1.1. "ListBox"
- 1.1.1. "ListBox Item 1"
- 1.1.2. "ListBox Item 2"
- 1.2. "Containter"