Searched refs:endY_ (Results 1 - 8 of 8) sorted by relevance
/test/ostest/wukong/common/src/ |
H A D | component_manager.cpp | 235 int32_t elementTouchY = startY_ + (endY_ - startY_) / DIV; in ComponentTouchInput() 260 int32_t componentUpSwapStartY = endY_ - OFFSET; in ComponentUpSwapInput() 277 int32_t componentDownSwapEndY = endY_ - OFFSET; in ComponentDownSwapInput() 303 int32_t leftSwapStartY = startY_ + (endY_ - startY_) / DIV; in ComponentLeftSwapInput() 317 endY_ = componentBounds.GetRightBottomYScreenPostion(); in GetComponentPosition()
|
/test/ostest/wukong/common/include/ |
H A D | special_test_object.h | 58 result = sprintf_s(buffer, sizeof(buffer), "Swap: (%d, %d) -> (%d, %d)", endX_, endY_, startX_, startY_); in toString() 60 result = sprintf_s(buffer, sizeof(buffer), "Swap: (%d, %d) -> (%d, %d)", startX_, startY_, endX_, endY_); in toString() 70 int endY_ = -1; member in OHOS::WuKong::SwapParam
|
H A D | component_manager.h | 95 * @return Return endY_. 99 return endY_; in GetEndY() 110 int32_t endY_ = -1; member in OHOS::WuKong::ComponentManager
|
/test/ostest/wukong/input_factory/src/ |
H A D | swap_input.cpp | 46 int yDstPosition = swapPtr->endY_; in OrderInput() 53 ySrcPosition = swapPtr->endY_; in OrderInput()
|
H A D | component_input.cpp | 355 componentInputMsg->endY_ = componentManager->GetEndY(); in FocusInput()
|
/test/ostest/wukong/report/include/ |
H A D | input_msg_object.h | 113 int32_t endY_ = 0; member in OHOS::WuKong::ComponmentInputMsg
|
/test/ostest/wukong/test_flow/src/ |
H A D | special_test_flow.cpp | 107 swapParam->endY_ = stoi(swapEndPoint_[1]); in EnvInit()
|
/test/ostest/wukong/report/src/ |
H A D | report.cpp | 277 item += std::to_string(inputCompMsgPtr->endY_) + ","; in GroupFocusDataAndRecord()
|
Completed in 5 milliseconds