Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
DGestureBot.java64 double diffY = endCoord.centerY() - startCoord.centerY(); in gestureSelectFiles() local
75 int newY = startCoord.centerY() + (int) (diffY / TRAVELING_STEPS * i); in gestureSelectFiles()
/packages/apps/Launcher3/src/com/android/launcher3/views/
DFloatingIconView.java269 int diffY = mIsVerticalBarLayout ? 0 in update() local
274 sTmpRect.offset(diffX, diffY); in update()
280 int diffY = (int) (dY / mLauncher.getDeviceProfile().availableHeightPx in update() local
284 mFgSpringY.animateToFinalPosition(diffY); in update()