Home
last modified time | relevance | path

Searched refs:allowCaching (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/jni/
Dandroid_graphics_drawable_VectorDrawable.cpp92 static void setAllowCaching(JNIEnv*, jobject, jlong treePtr, jboolean allowCaching) { in setAllowCaching() argument
94 tree->setAllowCaching(allowCaching); in setAllowCaching()
/frameworks/base/libs/hwui/
DVectorDrawable.h519 void setAllowCaching(bool allowCaching) { mAllowCaching = allowCaching; } in setAllowCaching() argument
/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java893 void setAllowCaching(boolean allowCaching) { in setAllowCaching() argument
894 nSetAllowCaching(mVectorState.getNativeRenderer(), allowCaching); in setAllowCaching() local
2308 private static native void nSetAllowCaching(long rendererPtr, boolean allowCaching); in nSetAllowCaching() argument
/frameworks/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java145 static void nSetAllowCaching(long rendererPtr, boolean allowCaching) { in nSetAllowCaching() argument