Searched refs:isRotating (Results 1 - 7 of 7) sorted by relevance
/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | keyboard_session.cpp | 573 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 D | keyboard_session.h | 53 void CloseKeyboardSyncTransaction(const WSRect& keyboardPanelRect, bool isKeyboardShow, bool isRotating) override;
|
H A D | scene_session.h | 193 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 D | keyboard_session_test.cpp | 837 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 D | rs_surface_render_node.h | 144 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 D | rs_surface_render_node.cpp | 807 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 D | js_scene_session.cpp | 2535 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