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