Home
last modified time | relevance | path

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

/test/ostest/wukong/common/src/
H A Dcomponent_manager.cpp25 const int DIV = 2; member
234 int32_t elementTouchX = startX_ + (endX_ - startX_) / DIV; in ComponentTouchInput()
235 int32_t elementTouchY = startY_ + (endY_ - startY_) / DIV; in ComponentTouchInput()
259 int32_t componentUpSwapStartX = startX_ + (endX_ - startX_) / DIV; in ComponentUpSwapInput()
274 int32_t componentDownSwapStartX = startX_ + (endX_ - startX_) / DIV; in ComponentDownSwapInput()
303 int32_t leftSwapStartY = startY_ + (endY_ - startY_) / DIV; in ComponentLeftSwapInput()

Completed in 1 milliseconds