Searched refs:startX_ (Results 1 - 8 of 8) sorted by relevance
/test/ostest/wukong/common/src/ |
H A D | component_manager.cpp | 234 int32_t elementTouchX = startX_ + (endX_ - startX_) / DIV; in ComponentTouchInput() 259 int32_t componentUpSwapStartX = startX_ + (endX_ - startX_) / DIV; in ComponentUpSwapInput() 274 int32_t componentDownSwapStartX = startX_ + (endX_ - startX_) / DIV; in ComponentDownSwapInput() 301 int32_t leftSwapStartX = startX_ + OFFSET; in ComponentLeftSwapInput() 314 startX_ = componentBounds.GetLeftTopXScreenPostion(); 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() 67 int startX_ = -1; member in OHOS::WuKong::SwapParam
|
H A D | component_manager.h | 68 * @return Return startX_. 72 return startX_; in GetStartX() 107 int32_t startX_ = -1; member in OHOS::WuKong::ComponentManager
|
/test/ostest/wukong/input_factory/src/ |
H A D | swap_input.cpp | 43 int xSrcPosition = swapPtr->startX_; in OrderInput() 54 xDstPosition = swapPtr->startX_; in OrderInput()
|
H A D | component_input.cpp | 352 componentInputMsg->startX_ = componentManager->GetStartX(); in FocusInput()
|
/test/ostest/wukong/report/include/ |
H A D | input_msg_object.h | 110 int32_t startX_ = 0; member in OHOS::WuKong::ComponmentInputMsg
|
/test/ostest/wukong/test_flow/src/ |
H A D | special_test_flow.cpp | 104 swapParam->startX_ = stoi(swapStartPoint_[0]); in EnvInit()
|
/test/ostest/wukong/report/src/ |
H A D | report.cpp | 274 item += std::to_string(inputCompMsgPtr->startX_) + ","; in GroupFocusDataAndRecord()
|
Completed in 5 milliseconds