order property

double order
final

Determines the placement of this key in a sequence of keys that defines the order in which this node is traversed by the platform's accessibility services.

Lower values will be traversed first. Keys with the same name will be grouped together and sorted by name first, and then sorted by order.

Implementation

final double order;