Home
last modified time | relevance | path

Searched refs:isRotating (Results 1 - 7 of 7) sorted by relevance

/foundation/window/window_manager/window_scene/session/host/src/
H A Dkeyboard_session.cpp573 bool isKeyboardShow, bool isRotating) in CloseKeyboardSyncTransaction()
575 TLOGI(WmsLogTag::WMS_KEYBOARD, "keyboardPanelRect: %{public}s, isKeyboardShow: %{public}d, isRotating: %{public}d", in CloseKeyboardSyncTransaction()
576 keyboardPanelRect.ToString().c_str(), isKeyboardShow, isRotating); in CloseKeyboardSyncTransaction()
577 auto task = [weakThis = wptr(this), keyboardPanelRect, isKeyboardShow, isRotating]() { in CloseKeyboardSyncTransaction()
585 if (!isRotating && session->isKeyboardSyncTransactionOpen_) { in CloseKeyboardSyncTransaction()
572 CloseKeyboardSyncTransaction(const WSRect& keyboardPanelRect, bool isKeyboardShow, bool isRotating) CloseKeyboardSyncTransaction() argument
/foundation/window/window_manager/window_scene/session/host/include/
H A Dkeyboard_session.h53 void CloseKeyboardSyncTransaction(const WSRect& keyboardPanelRect, bool isKeyboardShow, bool isRotating) override;
H A Dscene_session.h193 bool isKeyboardShow, bool isRotating) {}; in CloseKeyboardSyncTransaction()
192 CloseKeyboardSyncTransaction(const WSRect& keyboardPanelRect, bool isKeyboardShow, bool isRotating) CloseKeyboardSyncTransaction() argument
/foundation/window/window_manager/window_scene/test/unittest/
H A Dkeyboard_session_test.cpp837 bool isRotating = false; in HWTEST_F() local
839 keyboardSession->CloseKeyboardSyncTransaction(keyboardPanelRect, isKeyboardShow, isRotating); in HWTEST_F()
855 bool isRotating = false; in HWTEST_F() local
859 keyboardSession->CloseKeyboardSyncTransaction(keyboardPanelRect, isKeyboardShow, isRotating); in HWTEST_F()
1316 bool isRotating = false; in HWTEST_F() local
1322 keyboardSession->CloseKeyboardSyncTransaction(keyboardPanelRect, isKeyboardShow, isRotating); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_surface_render_node.h144 void SetInFixedRotation(bool isRotating);
198 void SetIsRotating(bool isRotating) in SetIsRotating() argument
200 isRotating_ = isRotating; in SetIsRotating()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_surface_render_node.cpp807 void RSSurfaceRenderNode::SetInFixedRotation(bool isRotating) in SetInFixedRotation() argument
809 if (isFixRotationByUser_ && !isInFixedRotation_ && isRotating) { in SetInFixedRotation()
819 isInFixedRotation_ = isFixRotationByUser_ && isRotating; in SetInFixedRotation()
/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_session.cpp2535 bool isRotating = false; in OnCloseKeyboardSyncTransaction() local
2536 if (!ConvertFromJsValue(env, argv[ARG_INDEX_2], isRotating)) { in OnCloseKeyboardSyncTransaction()
2548 session->CloseKeyboardSyncTransaction(keyboardPanelRect, isKeyboardShow, isRotating); in OnCloseKeyboardSyncTransaction()

Completed in 20 milliseconds