Most visited

Recently visited

AccessibilityNodeInfoCompat.RangeInfoCompat

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()

Inherited methods

From class java.lang.Object

Constants

RANGE_TYPE_FLOAT

int RANGE_TYPE_FLOAT

Range type: float.

Constant Value: 1 (0x00000001)

RANGE_TYPE_INT

int RANGE_TYPE_INT

Range type: integer.

Constant Value: 0 (0x00000000)

RANGE_TYPE_PERCENT

int RANGE_TYPE_PERCENT

Range type: percent with values from zero to one.

Constant Value: 2 (0x00000002)

Public methods

getCurrent

float getCurrent ()

Returns
float

getMax

float getMax ()

Returns
float

getMin

float getMin ()

Returns
float

getType

int getType ()

Returns
int

Hooray!