Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dform_manager.cpp60 void FormManager::NotifyIsSizeChangeByRotate(bool isRotate, in NotifyIsSizeChangeByRotate() argument
64 isRotate_ = isRotate; in NotifyIsSizeChangeByRotate()
H A Dform_manager.h40 bool isRotate, const std::shared_ptr<Rosen::RSTransaction>& rsTransaction);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Drender_scroll.h218 void SetIsFromRotate(bool isRotate) in SetIsFromRotate() argument
220 isFromRotate_ = isRotate; in SetIsFromRotate()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.h120 void SetSizeChangeByRotateCallback(const std::function<void(bool isRotate, in SetSizeChangeByRotateCallback() argument
126 void FireSizeChangeByRotateCallback(bool isRotate, in FireSizeChangeByRotateCallback() argument
130 sizeChangeByRotateCallback_(isRotate, rsTransaction); in FireSizeChangeByRotateCallback()
1168 std::function<void(bool isRotate,
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_dirty_manager.cpp181 bool isRotate = sceneSession->GetSessionInfo().isRotable_; in CalTransform() local
183 if (isRotate || !sceneSession->GetSessionInfo().isSystem_ || in CalTransform()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/form/
H A Dform_pattern.cpp1378 const std::function<void(bool isRotate, in InitFormManagerDelegate()
1379 … const std::shared_ptr<Rosen::RSTransaction>& rsTransaction)>& callback = [this](bool isRotate, in InitFormManagerDelegate()
1381 FormManager::GetInstance().NotifyIsSizeChangeByRotate(isRotate, rsTransaction); in InitFormManagerDelegate()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dui_content_impl.cpp466 bool isRotate = false; in LaterAvoid() local
472 isRotate = lastRotation != -1 && lastRotation != dmRotation; in LaterAvoid()
485 if (isRotate && !NearZero(lastKeyboardHeight) && !NearZero(keyboardRect.Height())) { in LaterAvoid()