HomeSort by relevance Sort by last modified time
    Searched defs:mayRunAsync (Results 1 - 2 of 2) sorted by null

  /frameworks/base/libs/hwui/
Animator.h 58 ANDROID_API void setAllowRunningAsync(bool mayRunAsync) {
59 mMayRunAsync = mayRunAsync;
61 bool mayRunAsync() { return mMayRunAsync; }
  /frameworks/base/core/java/android/view/
RenderNodeAnimator.java 492 public void setAllowRunningAsynchronously(boolean mayRunAsync) {
494 nSetAllowRunningAsync(mNativePtr.get(), mayRunAsync);
510 private static native void nSetAllowRunningAsync(long animPtr, boolean mayRunAsync);

Completed in 58 milliseconds