public class SoundEffectConstants extends Object
View.playSoundEffect(int)
Modifier and Type | Field and Description |
---|---|
static int |
CLICK |
static int |
NAVIGATION_DOWN |
static int |
NAVIGATION_LEFT |
static int |
NAVIGATION_RIGHT |
static int |
NAVIGATION_UP |
Modifier and Type | Method and Description |
---|---|
static int |
getContantForFocusDirection(int direction)
Get the sonification constant for the focus directions.
|
public static final int CLICK
public static final int NAVIGATION_LEFT
public static final int NAVIGATION_UP
public static final int NAVIGATION_RIGHT
public static final int NAVIGATION_DOWN
public static int getContantForFocusDirection(int direction)
direction
- One of View.FOCUS_UP
, View.FOCUS_DOWN
,
View.FOCUS_LEFT
, View.FOCUS_RIGHT
, View.FOCUS_FORWARD
or View.FOCUS_BACKWARD