Home
last modified time | relevance | path

Searched refs:GetRightBottomYScreenPostion (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/accessibility/
H A Djs_third_provider_interaction_operation_utils_test.cpp49 accessibilityElementInfo.GetRectInScreen().GetRightBottomYScreenPostion()}; in FillNativeAccessibilityElementInfoPart()
226 EXPECT_EQ(beforeInfo.GetRectInScreen().GetRightBottomYScreenPostion(), in CheckTransformElementInfoResultPart()
227 afterInfo.GetRectInScreen().GetRightBottomYScreenPostion()); in CheckTransformElementInfoResultPart()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Djs_third_accessibility_hover_ng.cpp175 …auto height = rectInScreen.GetRightBottomYScreenPostion() - rectInScreen.GetLeftTopYScreenPostion(… in HoverPathForThirdRecursive()
306 …auto height = rectInScreen.GetRightBottomYScreenPostion() - rectInScreen.GetLeftTopYScreenPostion(… in ActThirdAccessibilityFocus()
H A Djs_third_provider_interaction_operation.cpp106 oldRect.GetRightBottomYScreenPostion() + static_cast<int32_t>(config.offset.GetY())); in FillNodeConfig()
H A Djs_accessibility_manager.cpp2238 …"height: ", std::to_string(rect.GetRightBottomYScreenPostion() - rect.GetLeftTopYScreenPostion())); in DumpRectNG()
2242 DumpLog::GetInstance().AddDesc("bottom: ", std::to_string(rect.GetRightBottomYScreenPostion())); in DumpRectNG()
3296 accessibilityInfo.GetRectInScreen().GetRightBottomYScreenPostion() - in DumpAccessibilityElementInfosTreeNG()
5734 auto height = focusElement.GetRectInScreen().GetRightBottomYScreenPostion() - in FindExtensionNodeInAbsoluteDirection()
5764 height = nodeItem.GetRectInScreen().GetRightBottomYScreenPostion() - in FindExtensionNodeInAbsoluteDirection()
5802 auto height = element.GetRectInScreen().GetRightBottomYScreenPostion() - in FilterAccessibilityElementByFocusable()
/ohos5.0/foundation/barrierfree/accessibility/frameworks/common/src/
H A Daccessibility_window_info.cpp70 const_cast<Rect &>(bounds).GetRightBottomYScreenPostion()); in SetRectInScreen()
H A Daccessibility_element_info.cpp157 …tBottomScreenPostion(bounds.GetRightBottomXScreenPostion(), bounds.GetRightBottomYScreenPostion()); in SetRectInScreen()
/ohos5.0/foundation/barrierfree/accessibility/frameworks/common/test/unittest/
H A Daccessibility_window_info_test.cpp126 EXPECT_EQ(boundRet.GetRightBottomYScreenPostion(), 2);
H A Daccessibility_element_info_test.cpp482 EXPECT_EQ(elementInfo_->GetRectInScreen().GetRightBottomYScreenPostion(), 1);
1268 EXPECT_EQ(rect.GetRightBottomYScreenPostion(), 1);
/ohos5.0/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_window_manager.cpp307 outRect.GetRightBottomXScreenPostion(), outRect.GetRightBottomYScreenPostion()); in UpdateAccessibilityWindowInfo()
505 rectAccessibility.GetRightBottomYScreenPostion() == rightBottomY_) { in CompareRect()
H A Daccessibility_zoom_gesture.cpp89 int32_t rightBottomY = inputRect.GetRightBottomYScreenPostion(); in IsTapOnInputMethod()
H A Daccessibility_touch_guider.cpp711 rightBottomY_ = focusedElementInfo.GetRectInScreen().GetRightBottomYScreenPostion(); in HandleTouchGuidingStateInnerDown()
/ohos5.0/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/
H A Daccessibility_element_info.h431 int32_t GetRightBottomYScreenPostion() const in GetRightBottomYScreenPostion() function
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/dynamic_component/
H A Ddynamic_component_renderer_impl.cpp53 rect.GetRightBottomYScreenPostion() + offset.GetY()); in ApplyAccessibilityElementInfoOffset()
/ohos5.0/foundation/barrierfree/accessibility/interfaces/kits/napi/src/
H A Dnapi_accessibility_utils.cpp254 int32_t height = rect.GetRightBottomYScreenPostion() - rect.GetLeftTopYScreenPostion(); in ConvertRectToJS()