ViewGroup: handle scroll events

This commit is contained in:
Julian Winkler
2023-08-22 18:08:16 +02:00
parent 960930a348
commit c4b7bdc63d
13 changed files with 53 additions and 11 deletions

View File

@@ -301,9 +301,8 @@ public final class AssetManager {
return map;
}
/*package*/ final boolean getThemeValue(int theme, int ident,
/*package*/ final boolean getThemeValue(Map<Integer,ValueItem> style, int ident,
TypedValue outValue, boolean resolveRefs) {
Map<Integer,ValueItem> style = loadStyle(theme);
EntryGroup entryGroup = tableBlockSearch(ident);
if (entryGroup == null)
return false;