Home
last modified time | relevance | path

Searched refs:GetRightBottomXScreenPostion (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/accessibility/
H A Djs_third_provider_interaction_operation_utils_test.cpp48 accessibilityElementInfo.GetRectInScreen().GetRightBottomXScreenPostion(), in FillNativeAccessibilityElementInfoPart()
224 EXPECT_EQ(beforeInfo.GetRectInScreen().GetRightBottomXScreenPostion(), in CheckTransformElementInfoResultPart()
225 afterInfo.GetRectInScreen().GetRightBottomXScreenPostion()); in CheckTransformElementInfoResultPart()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Djs_third_accessibility_hover_ng.cpp174 …auto width = rectInScreen.GetRightBottomXScreenPostion() - rectInScreen.GetLeftTopXScreenPostion(); in HoverPathForThirdRecursive()
305 …auto width = rectInScreen.GetRightBottomXScreenPostion() - rectInScreen.GetLeftTopXScreenPostion(); in ActThirdAccessibilityFocus()
H A Djs_third_provider_interaction_operation.cpp105 oldRect.GetRightBottomXScreenPostion() + static_cast<int32_t>(config.offset.GetX()), in FillNodeConfig()
H A Djs_accessibility_manager.cpp2236 … "width: ", std::to_string(rect.GetRightBottomXScreenPostion() - rect.GetLeftTopXScreenPostion())); in DumpRectNG()
2241 DumpLog::GetInstance().AddDesc("right: ", std::to_string(rect.GetRightBottomXScreenPostion())); in DumpRectNG()
3293 accessibilityInfo.GetRectInScreen().GetRightBottomXScreenPostion() - in DumpAccessibilityElementInfosTreeNG()
5732 auto width = focusElement.GetRectInScreen().GetRightBottomXScreenPostion() - in FindExtensionNodeInAbsoluteDirection()
5762 width = nodeItem.GetRectInScreen().GetRightBottomXScreenPostion() - in FindExtensionNodeInAbsoluteDirection()
5800 auto width = element.GetRectInScreen().GetRightBottomXScreenPostion() - in FilterAccessibilityElementByFocusable()
/ohos5.0/foundation/barrierfree/accessibility/frameworks/common/src/
H A Daccessibility_window_info.cpp69 …ndsInScreen_.SetRightBottomScreenPostion(const_cast<Rect &>(bounds).GetRightBottomXScreenPostion(), in SetRectInScreen()
H A Daccessibility_element_info.cpp157 …bounds_.SetRightBottomScreenPostion(bounds.GetRightBottomXScreenPostion(), bounds.GetRightBottomYS… in SetRectInScreen()
/ohos5.0/foundation/barrierfree/accessibility/frameworks/common/test/unittest/
H A Daccessibility_window_info_test.cpp125 EXPECT_EQ(boundRet.GetRightBottomXScreenPostion(), 2);
H A Daccessibility_element_info_test.cpp481 EXPECT_EQ(elementInfo_->GetRectInScreen().GetRightBottomXScreenPostion(), 1);
1267 EXPECT_EQ(rect.GetRightBottomXScreenPostion(), 1);
/ohos5.0/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_window_manager.cpp307 outRect.GetRightBottomXScreenPostion(), outRect.GetRightBottomYScreenPostion()); in UpdateAccessibilityWindowInfo()
504 rectAccessibility.GetRightBottomXScreenPostion() == rightBottomX_ && in CompareRect()
H A Daccessibility_zoom_gesture.cpp88 int32_t rightBottomX = inputRect.GetRightBottomXScreenPostion(); in IsTapOnInputMethod()
H A Daccessibility_touch_guider.cpp710 rightBottomX_ = focusedElementInfo.GetRectInScreen().GetRightBottomXScreenPostion(); in HandleTouchGuidingStateInnerDown()
/ohos5.0/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/
H A Daccessibility_element_info.h420 int32_t GetRightBottomXScreenPostion() const in GetRightBottomXScreenPostion() function
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/dynamic_component/
H A Ddynamic_component_renderer_impl.cpp52 bounds.SetRightBottomScreenPostion(rect.GetRightBottomXScreenPostion() + offset.GetX(), in ApplyAccessibilityElementInfoOffset()
/ohos5.0/foundation/barrierfree/accessibility/services/aams/test/unittest/
H A Daccessibility_window_manager_test.cpp1408 …EXPECT_EQ(rect.GetRightBottomXScreenPostion(), mapInfo.GetRectInScreen().GetRightBottomXScreenPost…
/ohos5.0/foundation/barrierfree/accessibility/interfaces/kits/napi/src/
H A Dnapi_accessibility_utils.cpp249 int32_t width = rect.GetRightBottomXScreenPostion() - rect.GetLeftTopXScreenPostion(); in ConvertRectToJS()