Searched refs:mayRunAsync (Results 1 – 6 of 6) sorted by relevance
66 ANDROID_API void setAllowRunningAsync(bool mayRunAsync) { mMayRunAsync = mayRunAsync; } in setAllowRunningAsync() argument67 bool mayRunAsync() { return mMayRunAsync; } in mayRunAsync() function
109 if (CC_UNLIKELY(!animator->mayRunAsync())) { in operator ()()
520 public void setAllowRunningAsynchronously(boolean mayRunAsync) { in setAllowRunningAsynchronously() argument522 nSetAllowRunningAsync(mNativePtr.get(), mayRunAsync); in setAllowRunningAsynchronously() local538 private static native void nSetAllowRunningAsync(long animPtr, boolean mayRunAsync); in nSetAllowRunningAsync() argument
170 …ic void setAllowRunningAsync(JNIEnv* env, jobject clazz, jlong animatorPtr, jboolean mayRunAsync) { in setAllowRunningAsync() argument172 animator->setAllowRunningAsync(mayRunAsync); in setAllowRunningAsync()
644 public void setAllowRunningAsynchronously(boolean mayRunAsync) { in setAllowRunningAsynchronously() argument
1678 public void setAllowRunningAsynchronously(boolean mayRunAsync) { in setAllowRunningAsynchronously() argument