Home
last modified time | relevance | path

Searched defs:diffX (Results 1 – 2 of 2) sorted by relevance

/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
DGestureBot.java63 double diffX = endCoord.centerX() - startCoord.centerX(); in gestureSelectFiles() local
/packages/apps/Launcher3/src/com/android/launcher3/views/
DFloatingIconView.java271 int diffX = mIsVerticalBarLayout ? (int) (((width * drawableScale) - width) / 2) in update() local
278 int diffX = (int) (dX / mLauncher.getDeviceProfile().availableWidthPx in update() local