Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
DHandleMenuAnimator.kt83 runAnimations() in animateOpen()
97 runAnimations() in animateCaptionHandleExpandToOpen()
112 runAnimations(after) in animateCollapseIntoHandleClose()
128 runAnimations(after) in animateClose()
387 private fun runAnimations(after: Runnable? = null) { in runAnimations() method
/frameworks/base/libs/hwui/
DTreeInfo.h89 bool runAnimations = true; variable
DRenderNode.cpp247 if (CC_LIKELY(info.runAnimations)) { in prepareTreeImpl()
316 if (CC_LIKELY(info.runAnimations)) { in pushStagingPropertiesChanges()
/frameworks/base/libs/hwui/renderthread/
DCanvasContext.cpp987 info.runAnimations = false; in buildLayer()