Searched refs:style_ids (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/jni/ |
D | android_util_AssetManager.cpp | 1365 jintArray style_ids, jbooleanArray force, in NativeThemeRebase() argument 1372 if (style_ids != nullptr) { in NativeThemeRebase() 1373 CHECK(style_count <= env->GetArrayLength(style_ids)); in NativeThemeRebase() 1374 style_id_args = reinterpret_cast<uint32_t*>(env->GetPrimitiveArrayCritical(style_ids, nullptr)); in NativeThemeRebase() 1382 if (style_ids != nullptr) { in NativeThemeRebase() 1383 env->ReleasePrimitiveArrayCritical(style_ids, style_id_args, JNI_ABORT); in NativeThemeRebase() 1391 env->ReleasePrimitiveArrayCritical(style_ids, style_id_args, JNI_ABORT); in NativeThemeRebase()
|
/frameworks/base/libs/androidfw/include/androidfw/ |
D | AssetManager2.h | 563 void Rebase(AssetManager2* am, const uint32_t* style_ids, const uint8_t* force,
|
/frameworks/base/libs/androidfw/ |
D | AssetManager2.cpp | 1672 void Theme::Rebase(AssetManager2* am, const uint32_t* style_ids, const uint8_t* force, in Rebase() argument 1681 ApplyStyle(style_ids[i], force[i]); in Rebase()
|