Searched refs:MAJOR_MOVE (Results 1 – 1 of 1) sorted by relevance
31 private static final int MAJOR_MOVE = 60; field in PanelSwitcher61 if (Math.abs(dx) > MAJOR_MOVE && Math.abs(velocityX) > Math.abs(velocityY)) { in PanelSwitcher()