Home
last modified time | relevance | path

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

/test/testfwk/arkxtest/uitest/input/
Dui_input.cpp59 static bool CreateFlingPoint(Point &to, Point &from, Point screenSize, Direction direction) in CreateFlingPoint()
85 bool GetPoints(Point &to, Point &from, int32_t argc, char *argv[]) in GetPoints()
112 bool CheckStepLength(UiOpArgs &uiOpArgs, Point to, Point from, uint32_t stepLength) in CheckStepLength()
131 Point to; in FlingActionInput() local
177 Point to; in SwipeActionInput() local
/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.h191 …explicit GenericSwipe(TouchOp type, const Point &from, const Point &to) : type_(type), from_(from)… in GenericSwipe()
348 …explicit MouseSwipe(TouchOp type, const Point &from, const Point &to) : type_(type), from_(from), … in MouseSwipe()
Dui_action.cpp58 …static void DecomposeComputeSwipe(PointerMatrix &recv, const Point &from, const Point &to, TouchOp… in DecomposeComputeSwipe()
Dfrontend_api_handler.cpp937 static void CreateFlingPoint(Point &to, Point &from, Point screenSize, Direction direction) in CreateFlingPoint()
971 Point to; in RegisterUiDriverFlingOperators() local
1069 auto to = Point(pointJson2["x"], pointJson2["y"]); in RegisterUiDriverMouseOperators2() 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/xts/acts/graphic/graphicnapidrawingtest/
DOH_Drawing_TypographyTest.cpp1854 size_t to = 11; // 11 means font size for test variable
2105 OH_Drawing_TypographyStyle* to = OH_Drawing_CreateTypographyStyle(); variable
2296 OH_Drawing_StrutStyle* to = new OH_Drawing_StrutStyle(); variable
/test/testfwk/arkxtest/uitest/test/
Dfrontend_api_handler_test.cpp598 auto to = json(); in TEST_F() local
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/Dialog/
Darkoala_api.h1205 ArkUI_Float32 to; member