Home
last modified time | relevance | path

Searched defs:setAllowCaching (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/libs/hwui/
H A DVectorDrawable.h520 void setAllowCaching(bool allowCaching) { mAllowCaching = allowCaching; } in setAllowCaching() function
/aosp14/frameworks/base/libs/hwui/jni/
H A Dandroid_graphics_drawable_VectorDrawable.cpp92 static void setAllowCaching(JNIEnv*, jobject, jlong treePtr, jboolean allowCaching) { in setAllowCaching() function
/aosp14/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java893 void setAllowCaching(boolean allowCaching) { in setAllowCaching() method in VectorDrawable