Home
last modified time | relevance | path

Searched refs:styleIds (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/core/java/android/content/res/
H A DAssetManager.java1228 @StyleRes int[] styleIds, @StyleRes boolean[] force, int count) { in rebaseTheme() argument
1244 nativeThemeRebase(newAssetManager.mObject, themePtr, styleIds, force, count); in rebaseTheme()
1643 private static native void nativeThemeRebase(long ptr, long themePtr, @NonNull int[] styleIds, in nativeThemeRebase() argument