Home
last modified time | relevance | path

Searched refs:GetRectInScreen (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/accessibility/
H A Djs_third_provider_interaction_operation_utils_test.cpp46 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 Daccessibility_window_info.h87 const Rect &GetRectInScreen() const;
H A Daccessibility_element_info.h719 const Rect &GetRectInScreen() const;
/ohos5.0/foundation/barrierfree/accessibility/frameworks/common/test/unittest/
H A Daccessibility_element_info_test.cpp479 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 Daccessibility_window_info_test.cpp122 Rect boundRet = windowInfo_->GetRectInScreen();
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Djs_third_accessibility_hover_ng.cpp171 auto rectInScreen = nodeInfo.GetRectInScreen(); in HoverPathForThirdRecursive()
302 auto rectInScreen = nodeInfo.GetRectInScreen(); in ActThirdAccessibilityFocus()
H A Djs_accessibility_manager.cpp2337 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 Djs_third_provider_interaction_operation.cpp101 OHOS::Accessibility::Rect oldRect = info.GetRectInScreen(); in FillNodeConfig()
/ohos5.0/foundation/barrierfree/accessibility/frameworks/common/src/
H A Daccessibility_window_info.cpp60 const Rect &AccessibilityWindowInfo::GetRectInScreen() const in GetRectInScreen() function in OHOS::Accessibility::AccessibilityWindowInfo
H A Daccessibility_element_info.cpp149 const Rect &AccessibilityElementInfo::GetRectInScreen() const in GetRectInScreen() function in OHOS::Accessibility::AccessibilityElementInfo
/ohos5.0/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_touch_guider.cpp708 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 Daccessibility_zoom_gesture.cpp85 Rect inputRect = window.GetRectInScreen(); in IsTapOnInputMethod()
H A Daccessibility_window_manager.cpp533 return CompareRect(accWindowInfo.GetRectInScreen(), windowInfo->windowRect_); in EqualBound()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/dynamic_component/
H A Ddynamic_component_renderer_impl.cpp48 auto& rect = output.GetRectInScreen(); in ApplyAccessibilityElementInfoOffset()
/ohos5.0/foundation/barrierfree/accessibility/services/aams/test/unittest/
H A Daccessibility_window_manager_test.cpp1407 … 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 Dnapi_accessibility_element.cpp602 …cessibility::Rect screenRect = callbackInfo->accessibilityElement_.elementInfo_->GetRectInScreen(); in GetElementInfoRect()
1443 …ccessibility::Rect screenRect = callbackInfo->accessibilityElement_.windowInfo_->GetRectInScreen(); in GetWindowInfoScreenRect()