Searched defs:mayRunAsync (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_view_RenderNodeAnimator.cpp170 static void setAllowRunningAsync(JNIEnv* env, jobject clazz, jlong animatorPtr, jboolean mayRunAsync) { argument
172 animator->setAllowRunningAsync(mayRunAsync);
/frameworks/base/core/java/android/animation/
H A DAnimator.java642 public void setAllowRunningAsynchronously(boolean mayRunAsync) { argument
H A DValueAnimator.java1640 public void setAllowRunningAsynchronously(boolean mayRunAsync) { argument
/frameworks/base/libs/hwui/
H A DAnimator.h66 ANDROID_API void setAllowRunningAsync(bool mayRunAsync) { argument
67 mMayRunAsync = mayRunAsync;
69 bool mayRunAsync() { return mMayRunAsync; } function in class:android::uirenderer::RepeatMode::BaseRenderNodeAnimator
/frameworks/base/core/java/android/view/
H A DRenderNodeAnimator.java496 public void setAllowRunningAsynchronously(boolean mayRunAsync) { argument
498 nSetAllowRunningAsync(mNativePtr.get(), mayRunAsync);
514 private static native void nSetAllowRunningAsync(long animPtr, boolean mayRunAsync); argument

Completed in 712 milliseconds