Home
last modified time | relevance | path

Searched refs:enableRTAnimations (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/
DProperties.h238 ANDROID_API static bool enableRTAnimations; variable
DProperties.cpp73 bool Properties::enableRTAnimations = true; member in android::uirenderer::Properties
/frameworks/base/libs/hwui/renderthread/
DCanvasContext.cpp396 if (CC_UNLIKELY(!Properties::enableRTAnimations)) { in prepareTree()
/frameworks/base/libs/hwui/jni/
Dandroid_graphics_HardwareRenderer.cpp564 Properties::enableRTAnimations = enable; in android_view_ThreadedRenderer_hackySetRTAnimationsEnabled()