| java.lang.Object | |
| ↳ | android.view.accessibility.AccessibilityNodeInfo.RangeInfo |
Class with information if a node is a range. Use
obtain(int, float, float, float) to get an instance.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| int | RANGE_TYPE_FLOAT | Range type: float. | |||||||||
| int | RANGE_TYPE_INT | Range type: integer. | |||||||||
| int | RANGE_TYPE_PERCENT | Range type: percent with values from zero to one. | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the current value.
| |||||||||||
Gets the max value.
| |||||||||||
Gets the min value.
| |||||||||||
Gets the range type.
| |||||||||||
Obtains a pooled instance.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Range type: float.
Range type: integer.
Range type: percent with values from zero to one.
Obtains a pooled instance.
| type | The type of the range. |
|---|---|
| min | The min value. |
| max | The max value. |
| current | The current value. |