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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
ProximityInfo.java 32 private static float SEARCH_DISTANCE = 1.2f;
178 final int thresholdBase = (int) (defaultWidth * SEARCH_DISTANCE);
  /frameworks/base/core/java/android/inputmethodservice/
Keyboard.java 145 private static float SEARCH_DISTANCE = 1.8f;
    [all...]

Completed in 121 milliseconds