Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_graphics_drawable_VectorDrawable.cpp94 static void setAllowCaching(JNIEnv*, jobject, jlong treePtr, jboolean allowCaching) { in setAllowCaching() function
96 tree->setAllowCaching(allowCaching); in setAllowCaching()
372 {"nSetAllowCaching", "(JZ)V", (void*)setAllowCaching},
/frameworks/base/graphics/java/android/graphics/drawable/
DAnimatedVectorDrawable.java551 vectorDrawable.setAllowCaching(false); in inflate()
734 mVectorDrawable.setAllowCaching(false); in AnimatedVectorDrawableState()
DVectorDrawable.java889 void setAllowCaching(boolean allowCaching) { in setAllowCaching() method in VectorDrawable
/frameworks/base/libs/hwui/
DVectorDrawable.h519 void setAllowCaching(bool allowCaching) { mAllowCaching = allowCaching; } in setAllowCaching() function
/frameworks/base/config/
Dboot-image-profile.txt6870 HSPLandroid/graphics/drawable/VectorDrawable;->setAllowCaching(Z)V