Home
last modified time | relevance | path

Searched refs:INDEX_FOUR (Results 1 - 6 of 6) sorted by relevance

/test/testfwk/arkxtest/uitest/input/
H A Dui_input.cpp64 from.px_ = to.px_ - screenSize.px_ / INDEX_FOUR; in CreateFlingPoint()
68 from.px_ = to.px_ + screenSize.px_ / INDEX_FOUR; in CreateFlingPoint()
73 from.py_ = to.py_ - screenSize.py_ / INDEX_FOUR; in CreateFlingPoint()
77 from.py_ = to.py_ + screenSize.py_ / INDEX_FOUR; in CreateFlingPoint()
132 if (opt == "dircFling" && CheckParams(argc, INDEX_FOUR)) { in FlingActionInput()
199 if (key == "Home" && (size_t)argc == INDEX_FOUR) { in KeyEventActionInput()
201 } else if (key == "Back" && (size_t)argc == INDEX_FOUR) { in KeyEventActionInput()
203 } else if (key == "Power" && (size_t)argc == INDEX_FOUR) { in KeyEventActionInput()
209 if ((size_t)argc == INDEX_FOUR) { in KeyEventActionInput()
280 if (!CheckParams(argc, INDEX_FOUR)) { in UiActionInput()
[all...]
/test/testfwk/arkxtest/uitest/server/
H A Dserver_main.cpp260 if (!(argc == INDEX_THREE || argc == INDEX_FOUR)) { in UiRecord()
267 if (argc == INDEX_FOUR) { in UiRecord()
291 if ((size_t)argc < INDEX_FOUR) { in UiInput()
/test/testfwk/arkxtest/uitest/core/
H A Drect_algorithm.cpp30 array<int32_t, INDEX_FOUR> px = {ra.left_, ra.right_, rb.left_, rb.right_}; in ComputeIntersection()
31 array<int32_t, INDEX_FOUR> py = {ra.top_, ra.bottom_, rb.top_, rb.bottom_}; in ComputeIntersection()
H A Dfrontend_api_handler.cpp901 uiOpArgs.swipeVelocityPps_ = ReadCallArg<uint32_t>(in, INDEX_FOUR, uiOpArgs.swipeVelocityPps_); in RegisterUiDriverTouchOperators()
906 uiOpArgs.swipeVelocityPps_ = ReadCallArg<uint32_t>(in, INDEX_FOUR, uiOpArgs.swipeVelocityPps_); in RegisterUiDriverTouchOperators()
942 from.px_ = to.px_ - screenSize.px_ / INDEX_FOUR; in CreateFlingPoint()
946 from.px_ = to.px_ + screenSize.px_ / INDEX_FOUR; in CreateFlingPoint()
951 from.py_ = to.py_ - screenSize.py_ / INDEX_FOUR; in CreateFlingPoint()
955 from.py_ = to.py_ + screenSize.py_ / INDEX_FOUR; in CreateFlingPoint()
1092 auto key2 = ReadCallArg<int32_t>(in, INDEX_FOUR, KEYCODE_NONE); in RegisterUiDriverMouseOperators2()
H A Dcommon_utilities_hpp.h35 constexpr size_t INDEX_FOUR = 4; member
/test/testfwk/arkxtest/uitest/test/
H A Dfrontend_api_handler_test.cpp68 ASSERT_EQ(nlohmann::detail::value_t::null, container.at(INDEX_FOUR).type()); in TEST_F()

Completed in 7 milliseconds