Home
last modified time | relevance | path

Searched refs:rect_ (Results 1 - 4 of 4) sorted by relevance

/test/ostest/wukong/component_event/src/
H A Dcomponent_tree.cpp71 rect_ = elementInfo->GetRectInScreen(); in SetNodeId()
77 uint64_t w = (uint64_t)(rect_.GetRightBottomXScreenPostion() - rect_.GetLeftTopXScreenPostion()); in SetNodeId()
79 uint64_t h = (uint64_t)(rect_.GetRightBottomYScreenPostion() - rect_.GetLeftTopYScreenPostion()); in SetNodeId()
/test/testfwk/arkxtest/uitest/core/
H A Dui_action.cpp133 const int32_t distanceX0 = abs(rect_.GetCenterX() - rect_.left_) * abs(scale_ - 1); in Decompose()
137 auto fromPoint0 = Point(rect_.GetCenterX() - options.pinchWidgetDeadZone_, rect_.GetCenterY()); in Decompose()
138 auto toPoint0 = Point((fromPoint0.px_ - distanceX0), rect_.GetCenterY()); in Decompose()
139 auto fromPoint1 = Point(rect_.GetCenterX() + options.pinchWidgetDeadZone_, rect_.GetCenterY()); in Decompose()
140 auto toPoint1 = Point((fromPoint1.px_ + distanceX0), rect_.GetCenterY()); in Decompose()
144 auto fromPoint0 = Point(rect_.left_ + options.pinchWidgetDeadZone_, rect_ in Decompose()
[all...]
H A Dui_action.h208 explicit GenericPinch(const Rect &rect, float_t scale) : rect_(rect), scale_(scale) {}; in GenericPinch()
215 const Rect rect_; member in OHOS::uitest::GenericPinch
/test/ostest/wukong/component_event/include/
H A Dcomponent_tree.h50 return rect_; in GetPosition()
86 OHOS::Accessibility::Rect rect_ {};

Completed in 3 milliseconds