HomeSort by relevance Sort by last modified time
    Searched full:absdx (Results 1 - 1 of 1) sorted by null

  /frameworks/support/v4/java/android/support/v4/widget/
ViewDragHelper.java 599 final int absDx = Math.abs(dx);
604 final int addedDistance = absDx + absDy;
607 (float) absDx / addedDistance;
    [all...]

Completed in 35 milliseconds