Searched refs:INDEX_FOUR (Results 1 - 6 of 6) sorted by relevance
/test/testfwk/arkxtest/uitest/input/ |
H A D | ui_input.cpp | 64 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 D | server_main.cpp | 260 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 D | rect_algorithm.cpp | 30 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 D | frontend_api_handler.cpp | 901 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 D | common_utilities_hpp.h | 35 constexpr size_t INDEX_FOUR = 4; member
|
/test/testfwk/arkxtest/uitest/test/ |
H A D | frontend_api_handler_test.cpp | 68 ASSERT_EQ(nlohmann::detail::value_t::null, container.at(INDEX_FOUR).type()); in TEST_F()
|
Completed in 7 milliseconds