Home
last modified time | relevance | path

Searched refs:mMayRunAsync (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
DAnimator.h66 ANDROID_API void setAllowRunningAsync(bool mayRunAsync) { mMayRunAsync = mayRunAsync; } in setAllowRunningAsync()
67 bool mayRunAsync() { return mMayRunAsync; } in mayRunAsync()
152 bool mMayRunAsync; variable
DAnimator.cpp46 , mMayRunAsync(true) in BaseRenderNodeAnimator()