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
AssetManager: implement resolveAttrs
This commit is contained in:
@@ -812,8 +812,13 @@ public final class AssetManager {
|
||||
}
|
||||
return true;
|
||||
}
|
||||
/*package*/ native final boolean retrieveAttributes(
|
||||
int xmlParser, int[] inAttrs, int[] outValues, int[] outIndices);
|
||||
|
||||
/*package*/ native static final boolean resolveAttrs(long theme, int defStyleAttr,
|
||||
int defStyleRes, int[] inValues,
|
||||
int[] inAttrs, int[] outValues,
|
||||
int[] outIndices);
|
||||
/*package*/ native final boolean retrieveAttributes(int xmlParser, int[] inAttrs,
|
||||
int[] outValues, int[] outIndices);
|
||||
/*package*/ native final int getArraySize(int resource);
|
||||
/*package*/ native final int retrieveArray(int resource, int[] outValues);
|
||||
private native final int getStringBlockCount();
|
||||
|
||||
Reference in New Issue
Block a user