Home
last modified time | relevance | path

Searched refs:setAllowCaching (Results 1 – 6 of 6) 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()
358 {"nSetAllowCaching", "!(JZ)V", (void*)setAllowCaching},
/frameworks/support/graphics/drawable/animated/src/android/support/graphics/drawable/
DAnimatedVectorDrawableCompat.java358 vectorDrawable.setAllowCaching(false); in inflate()
486 mVectorDrawable.setAllowCaching(false); in AnimatedVectorDrawableCompatState()
/frameworks/base/graphics/java/android/graphics/drawable/
DAnimatedVectorDrawable.java375 vectorDrawable.setAllowCaching(false); in inflate()
490 mVectorDrawable.setAllowCaching(false); in AnimatedVectorDrawableState()
DVectorDrawable.java745 void setAllowCaching(boolean allowCaching) { in setAllowCaching() method in VectorDrawable
/frameworks/base/libs/hwui/
DVectorDrawable.h558 void setAllowCaching(bool allowCaching) { in setAllowCaching() function
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
DVectorDrawableCompat.java656 void setAllowCaching(boolean allowCaching) { in setAllowCaching() method in VectorDrawableCompat