Searched refs:rootRect (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | text_field_manager.cpp | 33 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 D | manager_interface.h | 36 virtual void MovePage(int32_t pageId, const Offset& rootRect, double offsetHeight) {} in MovePage() argument
|
H A D | text_field_manager.h | 37 void MovePage(int32_t pageId, const Offset& rootRect, double offsetHeight) override;
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/common/ |
H A D | mock_text_field_manager.cpp | 32 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 D | text_field_manager.h | 67 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 D | select_overlay_layout_algorithm.cpp | 490 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 D | pipeline_context.h | 480 void MovePage(const Offset& rootRect, double offsetHeight);
|
H A D | pipeline_context.cpp | 2848 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 D | js_accessibility_manager.cpp | 1869 auto rootRect = root->GetTransformRectRelativeToWindow(); in IsNodeInRoot() local 1870 return LessNotEqual(rect.GetX(), rootRect.GetX() + rootRect.Width()); in IsNodeInRoot()
|