Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_graphics_drawable_VectorDrawable.cpp94 static void setAllowCaching(JNIEnv*, jobject, jlong treePtr, jboolean allowCaching) { in setAllowCaching() argument
96 tree->setAllowCaching(allowCaching); in setAllowCaching()
/frameworks/base/libs/hwui/
DVectorDrawable.h555 void setAllowCaching(bool allowCaching) { in setAllowCaching() argument
556 mAllowCaching = allowCaching; in setAllowCaching()
/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java793 void setAllowCaching(boolean allowCaching) { in setAllowCaching() argument
794 nSetAllowCaching(mVectorState.getNativeRenderer(), allowCaching); in setAllowCaching() local
2194 private static native void nSetAllowCaching(long rendererPtr, boolean allowCaching); in nSetAllowCaching() argument
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
DVectorDrawableCompat.java815 void setAllowCaching(boolean allowCaching) { in setAllowCaching() argument
816 mAllowCaching = allowCaching; in setAllowCaching()
/frameworks/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java136 static void nSetAllowCaching(long rendererPtr, boolean allowCaching) { in nSetAllowCaching() argument