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.h558 void setAllowCaching(bool allowCaching) { in setAllowCaching() argument
559 mAllowCaching = allowCaching; in setAllowCaching()
/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java779 void setAllowCaching(boolean allowCaching) { in setAllowCaching() argument
780 nSetAllowCaching(mVectorState.getNativeRenderer(), allowCaching); in setAllowCaching() local
2128 private static native void nSetAllowCaching(long rendererPtr, boolean allowCaching); in nSetAllowCaching() argument
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
DVectorDrawableCompat.java810 void setAllowCaching(boolean allowCaching) { in setAllowCaching() argument
811 mAllowCaching = allowCaching; in setAllowCaching()
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java122 static void nSetAllowCaching(long rendererPtr, boolean allowCaching) { in nSetAllowCaching() argument