public final class UIAccessibilityNavigationStyle
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
Automatic
The assistive technology will automatically determine how the receiver's elements should be navigated.
|
static long |
Combined
The receiver’s elements should be combined and navigated as a single item.
|
static long |
Separate
The receiver's elements should be navigated as separate elements.
|
public static final long Automatic
public static final long Separate
public static final long Combined