Searched refs:allowCaching (Results 1 – 5 of 5) sorted by relevance
94 static void setAllowCaching(JNIEnv*, jobject, jlong treePtr, jboolean allowCaching) { in setAllowCaching() argument96 tree->setAllowCaching(allowCaching); in setAllowCaching()
558 void setAllowCaching(bool allowCaching) { in setAllowCaching() argument559 mAllowCaching = allowCaching; in setAllowCaching()
779 void setAllowCaching(boolean allowCaching) { in setAllowCaching() argument780 nSetAllowCaching(mVectorState.getNativeRenderer(), allowCaching); in setAllowCaching() local2128 private static native void nSetAllowCaching(long rendererPtr, boolean allowCaching); in nSetAllowCaching() argument
810 void setAllowCaching(boolean allowCaching) { in setAllowCaching() argument811 mAllowCaching = allowCaching; in setAllowCaching()
122 static void nSetAllowCaching(long rendererPtr, boolean allowCaching) { in nSetAllowCaching() argument