Home
last modified time | relevance | path

Searched refs:UNDEFINED_PREFERENCE_VALUE_FLOAT (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
DSettings.java120 private static final float UNDEFINED_PREFERENCE_VALUE_FLOAT = -1.0f; field in Settings
290 PREF_KEYPRESS_SOUND_VOLUME, UNDEFINED_PREFERENCE_VALUE_FLOAT); in readKeypressSoundVolume()
291 return (volume != UNDEFINED_PREFERENCE_VALUE_FLOAT) ? volume in readKeypressSoundVolume()
335 final float fraction = prefs.getFloat(prefKey, UNDEFINED_PREFERENCE_VALUE_FLOAT); in readKeyPreviewAnimationScale()
336 return (fraction != UNDEFINED_PREFERENCE_VALUE_FLOAT) ? fraction : defaultValue; in readKeyPreviewAnimationScale()
348 DebugSettings.PREF_KEYBOARD_HEIGHT_SCALE, UNDEFINED_PREFERENCE_VALUE_FLOAT); in readKeyboardHeight()
349 return (percentage != UNDEFINED_PREFERENCE_VALUE_FLOAT) ? percentage : defaultValue; in readKeyboardHeight()