Home
last modified time | relevance | path

Searched refs:updateRSTreeFunc (Results 1 - 2 of 2) sorted by relevance

/foundation/window/window_manager/wmserver/src/
H A Dstarting_window.cpp325 auto updateRSTreeFunc = [&node, isMultiDisplay]() { in AddNodeOnRSTree() local
346 updateRSTreeFunc, finishCallBack); in AddNodeOnRSTree()
349 updateRSTreeFunc(); in AddNodeOnRSTree()
H A Dwindow_node_container.cpp797 auto updateRSTreeFunc = [&]() { in AddNodeOnRSTree() local
826 updateRSTreeFunc(); in AddNodeOnRSTree()
837 animationConfig_.windowAnimationConfig_.animationTiming_.timingCurve_, updateRSTreeFunc); in AddNodeOnRSTree()
844 RSNode::Animate(timingProtocol, animationConfig_.keyboardAnimationIn_.curve_, updateRSTreeFunc); in AddNodeOnRSTree()
848 updateRSTreeFunc(); in AddNodeOnRSTree()
866 auto updateRSTreeFunc = [&]() { in RemoveNodeFromRSTree() local
888 updateRSTreeFunc(); in RemoveNodeFromRSTree()
903 animationConfig_.windowAnimationConfig_.animationTiming_.timingCurve_, updateRSTreeFunc, [weakNode]() { in RemoveNodeFromRSTree()
915 RSNode::Animate(timingProtocol, animationConfig_.keyboardAnimationOut_.curve_, updateRSTreeFunc); in RemoveNodeFromRSTree()
918 updateRSTreeFunc(); in RemoveNodeFromRSTree()
[all...]

Completed in 4 milliseconds