Searched refs:animationConfig_ (Results 1 - 5 of 5) sorted by relevance
/foundation/window/window_manager/wmserver/src/ |
H A D | starting_window.cpp | 60 AnimationConfig StartingWindow::animationConfig_; member in OHOS::Rosen::StartingWindow 214 weakNode->startingWinSurfaceNode_->SetAlpha(animationConfig_.startWinAnimationConfig_.opacityStart_); in SetStartingWindowAnimation() 223 weakNode->startingWinSurfaceNode_->SetAlpha(animationConfig_.startWinAnimationConfig_.opacityEnd_); in SetStartingWindowAnimation() 241 RSNode::Animate(animationConfig_.startWinAnimationConfig_.timingProtocol_, in SetStartingWindowAnimation() 242 animationConfig_.startWinAnimationConfig_.timingCurve_, execute, finish); in SetStartingWindowAnimation() 344 RSNode::Animate(animationConfig_.windowAnimationConfig_.animationTiming_.timingProtocol_, in AddNodeOnRSTree() 345 animationConfig_.windowAnimationConfig_.animationTiming_.timingCurve_, in AddNodeOnRSTree() 394 animationConfig_ = config; in SetAnimationConfig()
|
H A D | window_node_container.cpp | 64 AnimationConfig WindowNodeContainer::animationConfig_; 213 return animationConfig_; in GetAnimationConfigRef() 836 RSNode::Animate(animationConfig_.windowAnimationConfig_.animationTiming_.timingProtocol_, in AddNodeOnRSTree() 837 animationConfig_.windowAnimationConfig_.animationTiming_.timingCurve_, updateRSTreeFunc); in AddNodeOnRSTree() 842 auto timingProtocol = animationConfig_.keyboardAnimationIn_.duration_; in AddNodeOnRSTree() 844 RSNode::Animate(timingProtocol, animationConfig_.keyboardAnimationIn_.curve_, updateRSTreeFunc); in AddNodeOnRSTree() 902 RSNode::Animate(animationConfig_.windowAnimationConfig_.animationTiming_.timingProtocol_, in RemoveNodeFromRSTree() 903 animationConfig_.windowAnimationConfig_.animationTiming_.timingCurve_, updateRSTreeFunc, [weakNode]() { in RemoveNodeFromRSTree() 914 auto timingProtocol = animationConfig_.keyboardAnimationOut_.duration_; in RemoveNodeFromRSTree() 915 RSNode::Animate(timingProtocol, animationConfig_ in RemoveNodeFromRSTree() [all...] |
/foundation/window/window_manager/wmserver/include/ |
H A D | starting_window.h | 56 static AnimationConfig animationConfig_; member in OHOS::Rosen::StartingWindow
|
H A D | window_node_container.h | 212 static AnimationConfig animationConfig_; member in OHOS::Rosen::WindowNodeContainer
|
/foundation/window/window_manager/wmserver/test/unittest/ |
H A D | starting_window_test.cpp | 46 AnimationConfig animationConfig_; member in OHOS::Rosen::StartingWindowTest 76 StartingWindow::SetAnimationConfig(animationConfig_); in SetUp()
|
Completed in 6 milliseconds