Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp970 const auto& appConfigOut = appWindowSceneConfig_.keyboardAnimationOut_; in ConfigKeyboardAnimation() local
971 systemConfig_.animationOut_ = KeyboardAnimationCurve(appConfigOut.curveType_, in ConfigKeyboardAnimation()
972 {appConfigOut.ctrlX1_, appConfigOut.ctrlY1_, appConfigOut.ctrlX2_, appConfigOut.ctrlY2_}, in ConfigKeyboardAnimation()
973 appConfigOut.duration_); in ConfigKeyboardAnimation()