Android APIs
public static class

AccessibilityNodeInfoCompat.RangeInfoCompat

extends Object
java.lang.Object
   ↳ android.support.v4.view.accessibility.AccessibilityNodeInfoCompat.RangeInfoCompat

Summary

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()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int RANGE_TYPE_FLOAT

Range type: float.

Constant Value: 1 (0x00000001)

public static final int RANGE_TYPE_INT

Range type: integer.

Constant Value: 0 (0x00000000)

public static final int RANGE_TYPE_PERCENT

Range type: percent with values from zero to one.

Constant Value: 2 (0x00000002)

Public Methods

public float getCurrent ()

public float getMax ()

public float getMin ()

public int getType ()