Searched refs:GetRightBottomXScreenPostion (Results 1 – 15 of 15) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/accessibility/ |
H A D | js_third_provider_interaction_operation_utils_test.cpp | 48 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 D | js_third_accessibility_hover_ng.cpp | 174 …auto width = rectInScreen.GetRightBottomXScreenPostion() - rectInScreen.GetLeftTopXScreenPostion(); in HoverPathForThirdRecursive() 305 …auto width = rectInScreen.GetRightBottomXScreenPostion() - rectInScreen.GetLeftTopXScreenPostion(); in ActThirdAccessibilityFocus()
|
H A D | js_third_provider_interaction_operation.cpp | 105 oldRect.GetRightBottomXScreenPostion() + static_cast<int32_t>(config.offset.GetX()), in FillNodeConfig()
|
H A D | js_accessibility_manager.cpp | 2236 … "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 D | accessibility_window_info.cpp | 69 …ndsInScreen_.SetRightBottomScreenPostion(const_cast<Rect &>(bounds).GetRightBottomXScreenPostion(), in SetRectInScreen()
|
H A D | accessibility_element_info.cpp | 157 …bounds_.SetRightBottomScreenPostion(bounds.GetRightBottomXScreenPostion(), bounds.GetRightBottomYS… in SetRectInScreen()
|
/ohos5.0/foundation/barrierfree/accessibility/frameworks/common/test/unittest/ |
H A D | accessibility_window_info_test.cpp | 125 EXPECT_EQ(boundRet.GetRightBottomXScreenPostion(), 2);
|
H A D | accessibility_element_info_test.cpp | 481 EXPECT_EQ(elementInfo_->GetRectInScreen().GetRightBottomXScreenPostion(), 1); 1267 EXPECT_EQ(rect.GetRightBottomXScreenPostion(), 1);
|
/ohos5.0/foundation/barrierfree/accessibility/services/aams/src/ |
H A D | accessibility_window_manager.cpp | 307 outRect.GetRightBottomXScreenPostion(), outRect.GetRightBottomYScreenPostion()); in UpdateAccessibilityWindowInfo() 504 rectAccessibility.GetRightBottomXScreenPostion() == rightBottomX_ && in CompareRect()
|
H A D | accessibility_zoom_gesture.cpp | 88 int32_t rightBottomX = inputRect.GetRightBottomXScreenPostion(); in IsTapOnInputMethod()
|
H A D | accessibility_touch_guider.cpp | 710 rightBottomX_ = focusedElementInfo.GetRectInScreen().GetRightBottomXScreenPostion(); in HandleTouchGuidingStateInnerDown()
|
/ohos5.0/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/ |
H A D | accessibility_element_info.h | 420 int32_t GetRightBottomXScreenPostion() const in GetRightBottomXScreenPostion() function
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/dynamic_component/ |
H A D | dynamic_component_renderer_impl.cpp | 52 bounds.SetRightBottomScreenPostion(rect.GetRightBottomXScreenPostion() + offset.GetX(), in ApplyAccessibilityElementInfoOffset()
|
/ohos5.0/foundation/barrierfree/accessibility/services/aams/test/unittest/ |
H A D | accessibility_window_manager_test.cpp | 1408 …EXPECT_EQ(rect.GetRightBottomXScreenPostion(), mapInfo.GetRectInScreen().GetRightBottomXScreenPost…
|
/ohos5.0/foundation/barrierfree/accessibility/interfaces/kits/napi/src/ |
H A D | napi_accessibility_utils.cpp | 249 int32_t width = rect.GetRightBottomXScreenPostion() - rect.GetLeftTopXScreenPostion(); in ConvertRectToJS()
|