ExpandableListView: borrow from AOSP master (commit 272d3ffb52e10ee821eaf58fa398376c45b16b06)

This commit is contained in:
Mis012
2025-03-07 18:35:56 +01:00
parent 2e9099baed
commit 582307f74c
8 changed files with 3063 additions and 10 deletions

View File

@@ -2,6 +2,8 @@ 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;