@Override public boolean isDragOut(TabLabel tabLabel, int deltaX, int deltaY) { return Math.abs(deltaY) > tabLabel.getHeight() * TabLayout.getDragOutMultiplier(); }
@Override public boolean isDragOut(TabLabel tabLabel, int deltaX, int deltaY) { return Math.abs(deltaX) > tabLabel.getHeight() * TabLayout.getDragOutMultiplier(); }