android.view
Class SoundEffectConstants

java.lang.Object
  extended by android.view.SoundEffectConstants

public class SoundEffectConstants
extends Object


Field Summary
static int CLICK
           
static int NAVIGATION_DOWN
           
static int NAVIGATION_LEFT
           
static int NAVIGATION_RIGHT
           
static int NAVIGATION_UP
           
 
Method Summary
static int getContantForFocusDirection(int direction)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLICK

public static final int CLICK
See Also:
Constant Field Values

NAVIGATION_LEFT

public static final int NAVIGATION_LEFT
See Also:
Constant Field Values

NAVIGATION_UP

public static final int NAVIGATION_UP
See Also:
Constant Field Values

NAVIGATION_RIGHT

public static final int NAVIGATION_RIGHT
See Also:
Constant Field Values

NAVIGATION_DOWN

public static final int NAVIGATION_DOWN
See Also:
Constant Field Values
Method Detail

getContantForFocusDirection

public static int getContantForFocusDirection(int direction)


Copyright © 2008-2012. All Rights Reserved.