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

10 lines
173 B
Java
Raw Normal View History

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