Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dkeyboard_session.cpp586 bool isKeyboardShow, bool isRotating) in CloseKeyboardSyncTransaction() argument
588 auto task = [weakThis = wptr(this), keyboardPanelRect, isKeyboardShow, isRotating]() { in CloseKeyboardSyncTransaction()
595 isKeyboardShow, isRotating); in CloseKeyboardSyncTransaction()
597 if (!isRotating && session->isKeyboardSyncTransactionOpen_) { in CloseKeyboardSyncTransaction()
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dkeyboard_session.h53 …ardSyncTransaction(const WSRect& keyboardPanelRect, bool isKeyboardShow, bool isRotating) override;
H A Dscene_session.h207 bool isKeyboardShow, bool isRotating) {} in CloseKeyboardSyncTransaction() argument
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_surface_render_node.h151 void SetInFixedRotation(bool isRotating);
205 void SetIsRotating(bool isRotating) in SetIsRotating() argument
207 isRotating_ = isRotating; in SetIsRotating()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_surface_render_node.cpp786 void RSSurfaceRenderNode::SetInFixedRotation(bool isRotating) in SetInFixedRotation() argument
788 if (isFixRotationByUser_ && !isInFixedRotation_ && isRotating) { in SetInFixedRotation()
798 isInFixedRotation_ = isFixRotationByUser_ && isRotating; in SetInFixedRotation()
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dkeyboard_session_test.cpp861 bool isRotating = false; variable
863 keyboardSession->CloseKeyboardSyncTransaction(keyboardPanelRect, isKeyboardShow, isRotating);
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_session.cpp2579 bool isRotating = false; in OnCloseKeyboardSyncTransaction() local
2580 if (!ConvertFromJsValue(env, argv[ARG_INDEX_2], isRotating)) { in OnCloseKeyboardSyncTransaction()
2592 session->CloseKeyboardSyncTransaction(keyboardPanelRect, isKeyboardShow, isRotating); in OnCloseKeyboardSyncTransaction()