Searched refs:mMayRunAsync (Results 1 – 2 of 2) sorted by relevance
66 ANDROID_API void setAllowRunningAsync(bool mayRunAsync) { mMayRunAsync = mayRunAsync; } in setAllowRunningAsync()67 bool mayRunAsync() { return mMayRunAsync; } in mayRunAsync()152 bool mMayRunAsync; variable
46 , mMayRunAsync(true) in BaseRenderNodeAnimator()