Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
DGestureBot.java61 double diffY = endCoord.centerY() - startCoord.centerY(); in gestureSelectFiles() local
72 int newY = startCoord.centerY() + (int) (diffY / TRAVELING_STEPS * i); in gestureSelectFiles()