Searched refs:mayRunAsync (Results 1 – 6 of 6) sorted by relevance
66 void setAllowRunningAsync(bool mayRunAsync) { mMayRunAsync = mayRunAsync; } in setAllowRunningAsync() argument67 bool mayRunAsync() { return mMayRunAsync; } in mayRunAsync() function
124 if (CC_UNLIKELY(!animator->mayRunAsync())) { in operator ()()
490 public void setAllowRunningAsynchronously(boolean mayRunAsync) { in setAllowRunningAsynchronously() argument492 nSetAllowRunningAsync(mNativePtr.get(), mayRunAsync); in setAllowRunningAsynchronously() local508 private static native void nSetAllowRunningAsync(long animPtr, boolean mayRunAsync); in nSetAllowRunningAsync() argument
163 …ic void setAllowRunningAsync(JNIEnv* env, jobject clazz, jlong animatorPtr, jboolean mayRunAsync) { in setAllowRunningAsync() argument165 animator->setAllowRunningAsync(mayRunAsync); in setAllowRunningAsync()
798 public void setAllowRunningAsynchronously(boolean mayRunAsync) { in setAllowRunningAsynchronously() argument
1761 public void setAllowRunningAsynchronously(boolean mayRunAsync) { in setAllowRunningAsynchronously() argument