FileDocCategorySizeDatePackage
SoundEffectConstants.javaAPI DocAndroid 5.1 API441Sat Mar 14 14:09:34 GMT 2015android.view

SoundEffectConstants.java

package android.view;
public class SoundEffectConstants
{
SoundEffectConstants() { throw new RuntimeException("Stub!"); }
public static  int getContantForFocusDirection(int direction) { throw new RuntimeException("Stub!"); }
public static final int CLICK = 0;
public static final int NAVIGATION_DOWN = 4;
public static final int NAVIGATION_LEFT = 1;
public static final int NAVIGATION_RIGHT = 3;
public static final int NAVIGATION_UP = 2;
}