Home
last modified time | relevance | path

Searched refs:leftSwapStartY (Results 1 – 1 of 1) sorted by relevance

/test/ostest/wukong/common/src/
Dcomponent_manager.cpp293 int32_t leftSwapStartY = startY_ + (endY_ - startY_) / DIV; in ComponentLeftSwapInput() local
294 int32_t leftSwapEndY = leftSwapStartY; in ComponentLeftSwapInput()
295 …INFO_LOG_STR("Component Left Swap: (%d, %d) -> (%d, %d)", leftSwapStartX, leftSwapStartY, leftSwap… in ComponentLeftSwapInput()
297 …result = MultimodeManager::GetInstance()->IntervalSwap(leftSwapStartX, leftSwapStartY, leftSwapEnd… in ComponentLeftSwapInput()