Files
android_translation_layer/src/api-impl/android/view/SoundEffectConstants.java

12 lines
210 B
Java

package android.view;
public class SoundEffectConstants {
public static final int CLICK = 0;
// the typo is part of the API
public static int getContantForFocusDirection(int direction) {
return 0;
}
}