Home
last modified time | relevance | path

Searched refs:rsConfig (Results 1 - 4 of 4) sorted by relevance

/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_ability.cpp480 auto rsConfig = window->GetKeyboardAnimationConfig(); in OnStart() local
482 rsConfig.curveIn.curveType_, rsConfig.curveIn.curveParams_, rsConfig.curveIn.duration_}; in OnStart()
484 rsConfig.curveOut.curveType_, rsConfig.curveOut.curveParams_, rsConfig.curveOut.duration_}; in OnStart()
H A Dui_content_impl.cpp1941 auto rsConfig = window_->GetKeyboardAnimationConfig(); in CommonInitialize() local
1943 rsConfig.curveIn.curveType_, rsConfig.curveIn.curveParams_, rsConfig.curveIn.duration_}; in CommonInitialize()
1945 rsConfig.curveOut.curveType_, rsConfig.curveOut.curveParams_, rsConfig.curveOut.duration_}; in CommonInitialize()
/foundation/window/window_manager/window_scene/session/screen/src/
H A Dscreen_session.cpp48 Rosen::RSDisplayNodeConfig rsConfig; in ScreenSession() local
57 rsConfig.screenId = rsId_; in ScreenSession()
61 rsConfig.screenId = screenId_; in ScreenSession()
62 rsConfig.isMirrored = true; in ScreenSession()
63 rsConfig.mirrorNodeId = config.mirrorNodeId; in ScreenSession()
64 rsConfig.isSync = true; in ScreenSession()
68 rsConfig.screenId = screenId_; in ScreenSession()
82 CreateDisplayNode(rsConfig); in ScreenSession()
/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_test.cpp135 Rosen::RSDisplayNodeConfig rsConfig; in HWTEST_F() local
141 rsConfig.isMirrored = true; in HWTEST_F()
142 rsConfig.screenId = 101; in HWTEST_F()
145 screenSession->CreateDisplayNode(rsConfig); in HWTEST_F()
162 Rosen::RSDisplayNodeConfig rsConfig; in HWTEST_F() local
163 rsConfig.isMirrored = true; in HWTEST_F()
164 rsConfig.screenId = 101; in HWTEST_F()

Completed in 14 milliseconds