Home
last modified time | relevance | path

Searched defs:to (Results 1 – 8 of 8) sorted by relevance

/test/testfwk/arkxtest/uitest/core/
Dwindow_operator.cpp105 Point to(rect.GetCenterX(), rect.top_ + step2); in CallBar() local
134 Point to(endX + step, endY + step); in MoveTo() local
147 Point to; in Resize() local
Dui_action.cpp58 …static void DecomposeComputeSwipe(PointerMatrix &recv, const Point &from, const Point &to, bool dr… in DecomposeComputeSwipe()
Dui_action.h208 …explicit GenericSwipe(TouchOp type, const Point &from, const Point &to) : type_(type), from_(from)… in GenericSwipe()
Dui_model.cpp596 void WidgetTree::MergeTrees(const vector<unique_ptr<WidgetTree>> &from, WidgetTree &to, in MergeTrees()
Dfrontend_api_handler.cpp893 static void CreateFlingPoint(Point &to, Point &from, Point screenSize, Direction direction) in CreateFlingPoint()
927 Point to; in RegisterUiDriverFlingOperators() local
/test/xts/hats/kernel/purgeableMem/
Dpurgeable_cpp_test.cpp71 TestDataModifier(char from, char to) in TestDataModifier()
94 char from, to; member in OHOS::PurgeableMem::TestDataModifier
/test/testfwk/arkxtest/uitest/server/
Dsystem_ui_controller.cpp220 …static void MarshalAccessibilityNodeAttributes(AccessibilityElementInfo &node, json &to, Rect wind… in MarshalAccessibilityNodeAttributes()
264 … static void MarshallAccessibilityNodeInfo(AccessibilityElementInfo &from, json &to, int32_t index, in MarshallAccessibilityNodeInfo()
/test/testfwk/arkxtest/uitest/test/
Dfrontend_api_handler_test.cpp579 auto to = json(); in TEST_F() local