Searched refs:DIV (Results 1 – 1 of 1) sorted by relevance
25 const int DIV = 2; variable224 int32_t elementTouchX = startX_ + (endX_ - startX_) / DIV; in ComponentTouchInput()225 int32_t elementTouchY = startY_ + (endY_ - startY_) / DIV; in ComponentTouchInput()249 int32_t componentUpSwapStartX = startX_ + (endX_ - startX_) / DIV; in ComponentUpSwapInput()264 int32_t componentDownSwapStartX = startX_ + (endX_ - startX_) / DIV; in ComponentDownSwapInput()293 int32_t leftSwapStartY = startY_ + (endY_ - startY_) / DIV; in ComponentLeftSwapInput()