HomeSort by relevance Sort by last modified time
    Searched refs:thresholdSquared (Results 1 - 3 of 3) sorted by null

  /frameworks/base/libs/hwui/
PathTessellator.h 42 : thresholdSquared(pixelThreshold * pixelThreshold)
48 const float thresholdSquared;
PathTessellator.cpp     [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
ProximityInfo.java 249 final int thresholdSquared = threshold * threshold;
348 if (key.squaredDistanceToEdge(centerX, centerY) < thresholdSquared) {

Completed in 228 milliseconds