/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | js_third_accessibility_hover_ng.cpp | 172 auto left = rectInScreen.GetLeftTopXScreenPostion(); in HoverPathForThirdRecursive() 174 …auto width = rectInScreen.GetRightBottomXScreenPostion() - rectInScreen.GetLeftTopXScreenPostion(); in HoverPathForThirdRecursive() 303 … auto left = rectInScreen.GetLeftTopXScreenPostion() - static_cast<int32_t>(displayOffset.GetX()); in ActThirdAccessibilityFocus() 305 …auto width = rectInScreen.GetRightBottomXScreenPostion() - rectInScreen.GetLeftTopXScreenPostion(); in ActThirdAccessibilityFocus()
|
H A D | js_accessibility_manager.cpp | 2236 … "width: ", std::to_string(rect.GetRightBottomXScreenPostion() - rect.GetLeftTopXScreenPostion())); in DumpRectNG() 2239 DumpLog::GetInstance().AddDesc("left: ", std::to_string(rect.GetLeftTopXScreenPostion())); in DumpRectNG() 3291 std::to_string(accessibilityInfo.GetRectInScreen().GetLeftTopXScreenPostion())); in DumpAccessibilityElementInfosTreeNG() 3294 accessibilityInfo.GetRectInScreen().GetLeftTopXScreenPostion())); in DumpAccessibilityElementInfosTreeNG() 5730 auto left = focusElement.GetRectInScreen().GetLeftTopXScreenPostion(); in FindExtensionNodeInAbsoluteDirection() 5733 focusElement.GetRectInScreen().GetLeftTopXScreenPostion(); in FindExtensionNodeInAbsoluteDirection() 5760 left = nodeItem.GetRectInScreen().GetLeftTopXScreenPostion(); in FindExtensionNodeInAbsoluteDirection() 5763 nodeItem.GetRectInScreen().GetLeftTopXScreenPostion(); in FindExtensionNodeInAbsoluteDirection() 5801 element.GetRectInScreen().GetLeftTopXScreenPostion(); in FilterAccessibilityElementByFocusable()
|
H A D | js_third_provider_interaction_operation.cpp | 103 oldRect.GetLeftTopXScreenPostion() + static_cast<int32_t>(config.offset.GetX()), in FillNodeConfig()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/accessibility/ |
H A D | js_third_provider_interaction_operation_utils_test.cpp | 46 accessibilityElementInfo.GetRectInScreen().GetLeftTopXScreenPostion(), in FillNativeAccessibilityElementInfoPart() 220 EXPECT_EQ(beforeInfo.GetRectInScreen().GetLeftTopXScreenPostion(), in CheckTransformElementInfoResultPart() 221 afterInfo.GetRectInScreen().GetLeftTopXScreenPostion()); in CheckTransformElementInfoResultPart()
|
/ohos5.0/foundation/barrierfree/accessibility/frameworks/common/src/ |
H A D | accessibility_window_info.cpp | 67 boundsInScreen_.SetLeftTopScreenPostion(const_cast<Rect &>(bounds).GetLeftTopXScreenPostion(), in SetRectInScreen()
|
H A D | accessibility_element_info.cpp | 156 …bounds_.SetLeftTopScreenPostion(bounds.GetLeftTopXScreenPostion(), bounds.GetLeftTopYScreenPostion… in SetRectInScreen()
|
/ohos5.0/foundation/barrierfree/accessibility/frameworks/common/test/unittest/ |
H A D | accessibility_window_info_test.cpp | 123 EXPECT_EQ(boundRet.GetLeftTopXScreenPostion(), 1);
|
H A D | accessibility_element_info_test.cpp | 479 EXPECT_EQ(elementInfo_->GetRectInScreen().GetLeftTopXScreenPostion(), 1); 1265 EXPECT_EQ(rect.GetLeftTopXScreenPostion(), 1);
|
/ohos5.0/foundation/barrierfree/accessibility/services/aams/src/ |
H A D | accessibility_window_manager.cpp | 306 outRect.GetLeftTopXScreenPostion(), outRect.GetLeftTopYScreenPostion(), in UpdateAccessibilityWindowInfo() 502 if (rectAccessibility.GetLeftTopXScreenPostion() == leftTopX_ && in CompareRect()
|
H A D | accessibility_zoom_gesture.cpp | 86 int32_t leftTopX = inputRect.GetLeftTopXScreenPostion(); in IsTapOnInputMethod()
|
H A D | accessibility_touch_guider.cpp | 708 leftTopX_ = focusedElementInfo.GetRectInScreen().GetLeftTopXScreenPostion(); in HandleTouchGuidingStateInnerDown()
|
/ohos5.0/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/ |
H A D | accessibility_element_info.h | 398 int32_t GetLeftTopXScreenPostion() const in GetLeftTopXScreenPostion() function
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/dynamic_component/ |
H A D | dynamic_component_renderer_impl.cpp | 50 bounds.SetLeftTopScreenPostion(rect.GetLeftTopXScreenPostion() + offset.GetX(), in ApplyAccessibilityElementInfoOffset()
|
/ohos5.0/foundation/barrierfree/accessibility/services/aams/test/unittest/ |
H A D | accessibility_window_manager_test.cpp | 1407 … EXPECT_EQ(rect.GetLeftTopXScreenPostion(), mapInfo.GetRectInScreen().GetLeftTopXScreenPostion());
|
/ohos5.0/foundation/barrierfree/accessibility/interfaces/kits/napi/src/ |
H A D | napi_accessibility_utils.cpp | 241 NAPI_CALL_RETURN_VOID(env, napi_create_int32(env, rect.GetLeftTopXScreenPostion(), &nLeftTopX)); in ConvertRectToJS() 249 int32_t width = rect.GetRightBottomXScreenPostion() - rect.GetLeftTopXScreenPostion(); in ConvertRectToJS()
|