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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
SuddenJumpingTouchEventHandler.java 54 mNeedsSuddenJumpingHack = Boolean.parseBoolean(Utils.getDeviceOverrideValue(
LatinKeyboardView.java 342 Utils.getDeviceOverrideValue(context.getResources(),
    [all...]
Keyboard.java 741 final String keyboardHeightString = Utils.getDeviceOverrideValue(
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SettingsValues.java 330 Utils.getDeviceOverrideValue(res, R.array.keypress_volumes, "-1.0f"));
343 Utils.getDeviceOverrideValue(res, R.array.keypress_vibration_durations, "-1"));
Utils.java 478 public static String getDeviceOverrideValue(Resources res, int overrideResId, String defValue) {

Completed in 131 milliseconds