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

  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
GestureUtils.java 31 final double deltaMove = computeDistance(first, second, actionIndex);
38 public static double computeDistance(MotionEvent first, MotionEvent second, int pointerIndex) {
  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestDistance.java 97 CoreMathVerifier.computeDistance(args, target);
189 CoreMathVerifier.computeDistance(args, target);
279 CoreMathVerifier.computeDistance(args, target);
369 CoreMathVerifier.computeDistance(args, target);
463 CoreMathVerifier.computeDistance(args, target);
564 CoreMathVerifier.computeDistance(args, target);
    [all...]
  /packages/apps/Messaging/jni/
GifTranscoder.cpp 475 int distance = computeDistance(targetColor, indexedColor);
484 int GifTranscoder::computeDistance(ColorARGB c1, ColorARGB c2) {
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
CoreMathVerifier.java     [all...]
  /external/protobuf/conformance/third_party/jsoncpp/
jsoncpp.cpp     [all...]

Completed in 752 milliseconds