Searched refs:GetRightBottomYScreenPostion (Results 1 – 14 of 14) sorted by relevance
49 accessibilityElementInfo.GetRectInScreen().GetRightBottomYScreenPostion()}; in FillNativeAccessibilityElementInfoPart()226 EXPECT_EQ(beforeInfo.GetRectInScreen().GetRightBottomYScreenPostion(), in CheckTransformElementInfoResultPart()227 afterInfo.GetRectInScreen().GetRightBottomYScreenPostion()); in CheckTransformElementInfoResultPart()
175 …auto height = rectInScreen.GetRightBottomYScreenPostion() - rectInScreen.GetLeftTopYScreenPostion(… in HoverPathForThirdRecursive()306 …auto height = rectInScreen.GetRightBottomYScreenPostion() - rectInScreen.GetLeftTopYScreenPostion(… in ActThirdAccessibilityFocus()
106 oldRect.GetRightBottomYScreenPostion() + static_cast<int32_t>(config.offset.GetY())); in FillNodeConfig()
2238 …"height: ", std::to_string(rect.GetRightBottomYScreenPostion() - rect.GetLeftTopYScreenPostion())); in DumpRectNG()2242 DumpLog::GetInstance().AddDesc("bottom: ", std::to_string(rect.GetRightBottomYScreenPostion())); in DumpRectNG()3296 accessibilityInfo.GetRectInScreen().GetRightBottomYScreenPostion() - in DumpAccessibilityElementInfosTreeNG()5734 auto height = focusElement.GetRectInScreen().GetRightBottomYScreenPostion() - in FindExtensionNodeInAbsoluteDirection()5764 height = nodeItem.GetRectInScreen().GetRightBottomYScreenPostion() - in FindExtensionNodeInAbsoluteDirection()5802 auto height = element.GetRectInScreen().GetRightBottomYScreenPostion() - in FilterAccessibilityElementByFocusable()
70 const_cast<Rect &>(bounds).GetRightBottomYScreenPostion()); in SetRectInScreen()
157 …tBottomScreenPostion(bounds.GetRightBottomXScreenPostion(), bounds.GetRightBottomYScreenPostion()); in SetRectInScreen()
126 EXPECT_EQ(boundRet.GetRightBottomYScreenPostion(), 2);
482 EXPECT_EQ(elementInfo_->GetRectInScreen().GetRightBottomYScreenPostion(), 1);1268 EXPECT_EQ(rect.GetRightBottomYScreenPostion(), 1);
307 outRect.GetRightBottomXScreenPostion(), outRect.GetRightBottomYScreenPostion()); in UpdateAccessibilityWindowInfo()505 rectAccessibility.GetRightBottomYScreenPostion() == rightBottomY_) { in CompareRect()
89 int32_t rightBottomY = inputRect.GetRightBottomYScreenPostion(); in IsTapOnInputMethod()
711 rightBottomY_ = focusedElementInfo.GetRectInScreen().GetRightBottomYScreenPostion(); in HandleTouchGuidingStateInnerDown()
431 int32_t GetRightBottomYScreenPostion() const in GetRightBottomYScreenPostion() function
53 rect.GetRightBottomYScreenPostion() + offset.GetY()); in ApplyAccessibilityElementInfoOffset()
254 int32_t height = rect.GetRightBottomYScreenPostion() - rect.GetLeftTopYScreenPostion(); in ConvertRectToJS()