Searched refs:isRotating (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | keyboard_session.cpp | 586 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 D | keyboard_session.h | 53 …ardSyncTransaction(const WSRect& keyboardPanelRect, bool isKeyboardShow, bool isRotating) override;
|
H A D | scene_session.h | 207 bool isKeyboardShow, bool isRotating) {} in CloseKeyboardSyncTransaction() argument
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/ |
H A D | rs_surface_render_node.h | 151 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 D | rs_surface_render_node.cpp | 786 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 D | keyboard_session_test.cpp | 861 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 D | js_scene_session.cpp | 2579 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()
|