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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
ProximityInfo.java 39 private static final float SEARCH_DISTANCE = 1.2f;
250 final int threshold = (int) (defaultWidth * SEARCH_DISTANCE);
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
Keyboard.java 161 private static float SEARCH_DISTANCE = 1.8f;
846 mProximityThreshold = (int) (mDefaultWidth * SEARCH_DISTANCE);
  /frameworks/base/core/java/android/inputmethodservice/
Keyboard.java 145 private static float SEARCH_DISTANCE = 1.8f;
    [all...]

Completed in 430 milliseconds