Searched refs:allowCaching (Results 1 – 4 of 4) sorted by relevance
92 static void setAllowCaching(JNIEnv*, jobject, jlong treePtr, jboolean allowCaching) { in setAllowCaching() argument94 tree->setAllowCaching(allowCaching); in setAllowCaching()
519 void setAllowCaching(bool allowCaching) { mAllowCaching = allowCaching; } in setAllowCaching() argument
893 void setAllowCaching(boolean allowCaching) { in setAllowCaching() argument894 nSetAllowCaching(mVectorState.getNativeRenderer(), allowCaching); in setAllowCaching() local2308 private static native void nSetAllowCaching(long rendererPtr, boolean allowCaching); in nSetAllowCaching() argument
145 static void nSetAllowCaching(long rendererPtr, boolean allowCaching) { in nSetAllowCaching() argument