Home
last modified time | relevance | path

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

/packages/apps/Calculator/src/com/android/calculator2/
DPanelSwitcher.java31 private static final int MAJOR_MOVE = 60; field in PanelSwitcher
61 if (Math.abs(dx) > MAJOR_MOVE && Math.abs(velocityX) > Math.abs(velocityY)) { in PanelSwitcher()