Home
last modified time | relevance | path

Searched refs:setAllowCaching (Results 1 – 7 of 7) 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()
366 {"nSetAllowCaching", "(JZ)V", (void*)setAllowCaching},
/frameworks/support/graphics/drawable/animated/src/android/support/graphics/drawable/
DAnimatedVectorDrawableCompat.java460 vectorDrawable.setAllowCaching(false); in inflate()
598 mVectorDrawable.setAllowCaching(false); in AnimatedVectorDrawableCompatState()
/frameworks/base/libs/hwui/
DVectorDrawable.h555 void setAllowCaching(bool allowCaching) { in setAllowCaching() function
/frameworks/base/graphics/java/android/graphics/drawable/
DAnimatedVectorDrawable.java543 vectorDrawable.setAllowCaching(false); in inflate()
725 mVectorDrawable.setAllowCaching(false); in AnimatedVectorDrawableState()
DVectorDrawable.java793 void setAllowCaching(boolean allowCaching) { in setAllowCaching() method in VectorDrawable
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
DVectorDrawableCompat.java815 void setAllowCaching(boolean allowCaching) { in setAllowCaching() method in VectorDrawableCompat
/frameworks/base/config/
Dboot-image-profile.txt22770 HSPLandroid/graphics/drawable/VectorDrawable;->setAllowCaching(Z)V