AccessibilityNodeInfo.RangeInfo


public static final class AccessibilityNodeInfo.RangeInfo
extends Object

java.lang.Object
   ↳ android.view.accessibility.AccessibilityNodeInfo.RangeInfo


Class with information if a node is a range.

Summary

Constants

int RANGE_TYPE_FLOAT

Range type: float.

int RANGE_TYPE_INDETERMINATE

Range type: indeterminate.

int RANGE_TYPE_INT

Range type: integer.

int RANGE_TYPE_PERCENT

Range type: percent with values from zero to one hundred.

Fields

public static final AccessibilityNodeInfo.RangeInfo INDETERMINATE

A RangeInfo type used to represent a node which may typically expose range information but is presently in an indeterminate state, such as a ProgressBar representing a loading oper