Searched refs:motionRange (Results 1 – 1 of 1) sorted by relevance
625 private int computeAxisDuration(int delta, int velocity, int motionRange) { in computeAxisDuration() argument641 final float range = (float) Math.abs(delta) / motionRange; in computeAxisDuration()