java.lang.Object | |
↳ | android.view.SoundEffectConstants |
Constants to be used to play sound effects via
playSoundEffect(int)
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | CLICK | ||||||||||
int | NAVIGATION_DOWN | ||||||||||
int | NAVIGATION_LEFT | ||||||||||
int | NAVIGATION_RIGHT | ||||||||||
int | NAVIGATION_UP |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
Get the sonification constant for the focus directions.
|
[Expand]
Inherited Methods
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Get the sonification constant for the focus directions.
direction |
One of
FOCUS_UP
,
FOCUS_DOWN
,
FOCUS_LEFT
,
FOCUS_RIGHT
,
FOCUS_FORWARD
or
FOCUS_BACKWARD
|
---|