public
static
class
AccessibilityNodeInfoCompat.RangeInfoCompat
extends Object
| java.lang.Object | |
| ↳ | android.support.v4.view.accessibility.AccessibilityNodeInfoCompat.RangeInfoCompat |
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 | |
|---|---|
float
|
getCurrent()
|
float
|
getMax()
|
float
|
getMin()
|
int
|
getType()
|
Inherited methods | |
|---|---|
java.lang.Object
| |
int RANGE_TYPE_FLOAT
Range type: float.
Constant Value: 1 (0x00000001)
int RANGE_TYPE_INT
Range type: integer.
Constant Value: 0 (0x00000000)
int RANGE_TYPE_PERCENT
Range type: percent with values from zero to one.
Constant Value: 2 (0x00000002)
float getCurrent ()
| Returns | |
|---|---|
float |
|
float getMax ()
| Returns | |
|---|---|
float |
|
float getMin ()
| Returns | |
|---|---|
float |
|
int getType ()
| Returns | |
|---|---|
int |
|