HomeSort by relevance Sort by last modified time
    Searched defs:rightside (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/android/gesture/
GestureUtils.java 548 float rightside = (float) Math.sqrt(Math.pow(value, 2) - b); local
549 float lambda1 = -value + rightside;
550 float lambda2 = -value - rightside;
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 565 milliseconds