/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() 47 accessibilityElementInfo.GetRectInScreen().GetLeftTopYScreenPostion(), in FillNativeAccessibilityElementInfoPart() 48 accessibilityElementInfo.GetRectInScreen().GetRightBottomXScreenPostion(), in FillNativeAccessibilityElementInfoPart() 220 EXPECT_EQ(beforeInfo.GetRectInScreen().GetLeftTopXScreenPostion(), in CheckTransformElementInfoResultPart() 221 afterInfo.GetRectInScreen().GetLeftTopXScreenPostion()); in CheckTransformElementInfoResultPart() 222 EXPECT_EQ(beforeInfo.GetRectInScreen().GetLeftTopYScreenPostion(), in CheckTransformElementInfoResultPart() 223 afterInfo.GetRectInScreen().GetLeftTopYScreenPostion()); in CheckTransformElementInfoResultPart() 224 EXPECT_EQ(beforeInfo.GetRectInScreen().GetRightBottomXScreenPostion(), in CheckTransformElementInfoResultPart() 225 afterInfo.GetRectInScreen().GetRightBottomXScreenPostion()); in CheckTransformElementInfoResultPart() 226 EXPECT_EQ(beforeInfo.GetRectInScreen().GetRightBottomYScreenPostion(), in CheckTransformElementInfoResultPart() [all …]
|
/ohos5.0/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/ |
H A D | accessibility_window_info.h | 87 const Rect &GetRectInScreen() const;
|
H A D | accessibility_element_info.h | 719 const Rect &GetRectInScreen() const;
|
/ohos5.0/foundation/barrierfree/accessibility/frameworks/common/test/unittest/ |
H A D | accessibility_element_info_test.cpp | 479 EXPECT_EQ(elementInfo_->GetRectInScreen().GetLeftTopXScreenPostion(), 1); 480 EXPECT_EQ(elementInfo_->GetRectInScreen().GetLeftTopYScreenPostion(), 1); 481 EXPECT_EQ(elementInfo_->GetRectInScreen().GetRightBottomXScreenPostion(), 1); 482 EXPECT_EQ(elementInfo_->GetRectInScreen().GetRightBottomYScreenPostion(), 1);
|
H A D | accessibility_window_info_test.cpp | 122 Rect boundRet = windowInfo_->GetRectInScreen();
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | js_third_accessibility_hover_ng.cpp | 171 auto rectInScreen = nodeInfo.GetRectInScreen(); in HoverPathForThirdRecursive() 302 auto rectInScreen = nodeInfo.GetRectInScreen(); in ActThirdAccessibilityFocus()
|
H A D | js_accessibility_manager.cpp | 2337 DumpRectNG(nodeInfo.GetRectInScreen()); in DumpCommonPropertyNG() 5730 auto left = focusElement.GetRectInScreen().GetLeftTopXScreenPostion(); in FindExtensionNodeInAbsoluteDirection() 5731 auto top = focusElement.GetRectInScreen().GetLeftTopYScreenPostion(); in FindExtensionNodeInAbsoluteDirection() 5733 focusElement.GetRectInScreen().GetLeftTopXScreenPostion(); in FindExtensionNodeInAbsoluteDirection() 5735 focusElement.GetRectInScreen().GetLeftTopYScreenPostion(); in FindExtensionNodeInAbsoluteDirection() 5760 left = nodeItem.GetRectInScreen().GetLeftTopXScreenPostion(); in FindExtensionNodeInAbsoluteDirection() 5761 top = nodeItem.GetRectInScreen().GetLeftTopYScreenPostion(); in FindExtensionNodeInAbsoluteDirection() 5763 nodeItem.GetRectInScreen().GetLeftTopXScreenPostion(); in FindExtensionNodeInAbsoluteDirection() 5765 nodeItem.GetRectInScreen().GetLeftTopYScreenPostion(); in FindExtensionNodeInAbsoluteDirection() 5801 element.GetRectInScreen().GetLeftTopXScreenPostion(); in FilterAccessibilityElementByFocusable() [all …]
|
H A D | js_third_provider_interaction_operation.cpp | 101 OHOS::Accessibility::Rect oldRect = info.GetRectInScreen(); in FillNodeConfig()
|
/ohos5.0/foundation/barrierfree/accessibility/frameworks/common/src/ |
H A D | accessibility_window_info.cpp | 60 const Rect &AccessibilityWindowInfo::GetRectInScreen() const in GetRectInScreen() function in OHOS::Accessibility::AccessibilityWindowInfo
|
H A D | accessibility_element_info.cpp | 149 const Rect &AccessibilityElementInfo::GetRectInScreen() const in GetRectInScreen() function in OHOS::Accessibility::AccessibilityElementInfo
|
/ohos5.0/foundation/barrierfree/accessibility/services/aams/src/ |
H A D | accessibility_touch_guider.cpp | 708 leftTopX_ = focusedElementInfo.GetRectInScreen().GetLeftTopXScreenPostion(); in HandleTouchGuidingStateInnerDown() 709 leftTopY_ = focusedElementInfo.GetRectInScreen().GetLeftTopYScreenPostion(); in HandleTouchGuidingStateInnerDown() 710 rightBottomX_ = focusedElementInfo.GetRectInScreen().GetRightBottomXScreenPostion(); in HandleTouchGuidingStateInnerDown() 711 rightBottomY_ = focusedElementInfo.GetRectInScreen().GetRightBottomYScreenPostion(); in HandleTouchGuidingStateInnerDown()
|
H A D | accessibility_zoom_gesture.cpp | 85 Rect inputRect = window.GetRectInScreen(); in IsTapOnInputMethod()
|
H A D | accessibility_window_manager.cpp | 533 return CompareRect(accWindowInfo.GetRectInScreen(), windowInfo->windowRect_); in EqualBound()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/dynamic_component/ |
H A D | dynamic_component_renderer_impl.cpp | 48 auto& rect = output.GetRectInScreen(); 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()); 1408 …EXPECT_EQ(rect.GetRightBottomXScreenPostion(), mapInfo.GetRectInScreen().GetRightBottomXScreenPost…
|
/ohos5.0/foundation/barrierfree/accessibility/interfaces/kits/napi/accessibility_extension_module_loader/src/ |
H A D | napi_accessibility_element.cpp | 602 …cessibility::Rect screenRect = callbackInfo->accessibilityElement_.elementInfo_->GetRectInScreen(); in GetElementInfoRect() 1443 …ccessibility::Rect screenRect = callbackInfo->accessibilityElement_.windowInfo_->GetRectInScreen(); in GetWindowInfoScreenRect()
|