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

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

Completed in 1724 milliseconds