Home
last modified time | relevance | path

Searched refs:rootRect (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dtext_field_manager.cpp33 void TextFieldManager::MovePage(int32_t pageId, const Offset& rootRect, double offsetHeight) in MovePage() argument
43 if (GreatNotEqual(position_.GetY(), rootRect.GetY())) { in MovePage()
H A Dmanager_interface.h36 virtual void MovePage(int32_t pageId, const Offset& rootRect, double offsetHeight) {} in MovePage() argument
H A Dtext_field_manager.h37 void MovePage(int32_t pageId, const Offset& rootRect, double offsetHeight) override;
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/common/
H A Dmock_text_field_manager.cpp32 void TextFieldManager::MovePage(int32_t pageId, const Offset& rootRect, double offsetHeight) in MovePage() argument
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_manager.h67 void MovePage(int32_t pageId, const Offset& rootRect, double offsetHeight) override {} in MovePage() argument
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dselect_overlay_layout_algorithm.cpp490 auto rootRect = layoutWrapper->GetGeometryNode()->GetFrameRect(); in AdjustSelectMenuOffset() local
491 auto shouldAvoidBottom = GreatNotEqual(menuRect.Bottom(), rootRect.Height()); in AdjustSelectMenuOffset()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.h480 void MovePage(const Offset& rootRect, double offsetHeight);
H A Dpipeline_context.cpp2848 void PipelineContext::MovePage(const Offset& rootRect, double offsetHeight) in MovePage() argument
2851 textFieldManager_->MovePage(GetLastPage()->GetPageId(), rootRect, offsetHeight); in MovePage()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Djs_accessibility_manager.cpp1869 auto rootRect = root->GetTransformRectRelativeToWindow(); in IsNodeInRoot() local
1870 return LessNotEqual(rect.GetX(), rootRect.GetX() + rootRect.Width()); in IsNodeInRoot()