Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DProperties.h268 static bool enableRTAnimations; variable
DProperties.cpp76 bool Properties::enableRTAnimations = true; member in android::uirenderer::Properties
/frameworks/base/libs/hwui/renderthread/
DCanvasContext.cpp432 if (CC_UNLIKELY(!Properties::enableRTAnimations)) { in prepareTree()
/frameworks/base/libs/hwui/jni/
Dandroid_graphics_HardwareRenderer.cpp768 Properties::enableRTAnimations = enable; in android_view_ThreadedRenderer_hackySetRTAnimationsEnabled()