Searched refs:setAllowCaching (Results 1 – 5 of 5) sorted by relevance
94 static void setAllowCaching(JNIEnv*, jobject, jlong treePtr, jboolean allowCaching) { in setAllowCaching() function96 tree->setAllowCaching(allowCaching); in setAllowCaching()372 {"nSetAllowCaching", "(JZ)V", (void*)setAllowCaching},
551 vectorDrawable.setAllowCaching(false); in inflate()734 mVectorDrawable.setAllowCaching(false); in AnimatedVectorDrawableState()
889 void setAllowCaching(boolean allowCaching) { in setAllowCaching() method in VectorDrawable
519 void setAllowCaching(bool allowCaching) { mAllowCaching = allowCaching; } in setAllowCaching() function
6870 HSPLandroid/graphics/drawable/VectorDrawable;->setAllowCaching(Z)V