Logo
Explore Help
Sign In
atl/android_translation_layer
0
0
Fork 0
You've already forked android_translation_layer
mirror of https://gitlab.com/android_translation_layer/android_translation_layer.git synced 2025-10-27 11:48:10 -07:00
Code Issues Packages Projects Releases Wiki Activity
Files
451e23fcd24112dc0a19e599270a70be9645bd59
android_translation_layer/src/api-impl/android/view/SoundEffectConstants.java

12 lines
210 B
Java
Raw Normal View History

stub FocusFinder to fix crash when pressing arrow keys Since we now have basic support for keyboard input, new code paths can be reached. For example in the ViewPager in the MainActivity of NewPipe.
2025-01-26 18:27:27 +01:00
package android.view;
public class SoundEffectConstants {
ExpandableListView: borrow from AOSP master (commit 272d3ffb52e10ee821eaf58fa398376c45b16b06)
2025-03-07 18:35:56 +01:00
public static final int CLICK = 0;
stub FocusFinder to fix crash when pressing arrow keys Since we now have basic support for keyboard input, new code paths can be reached. For example in the ViewPager in the MainActivity of NewPipe.
2025-01-26 18:27:27 +01:00
// the typo is part of the API
public static int getContantForFocusDirection(int direction) {
return 0;
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Page: 139ms Template: 7ms
English
English
Licenses API