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.java124 private static final float UNDEFINED_PREFERENCE_VALUE_FLOAT = -1.0f; field in Settings
300 PREF_KEYPRESS_SOUND_VOLUME, UNDEFINED_PREFERENCE_VALUE_FLOAT); in readKeypressSoundVolume()
301 return (volume != UNDEFINED_PREFERENCE_VALUE_FLOAT) ? volume in readKeypressSoundVolume()
345 final float fraction = prefs.getFloat(prefKey, UNDEFINED_PREFERENCE_VALUE_FLOAT); in readKeyPreviewAnimationScale()
346 return (fraction != UNDEFINED_PREFERENCE_VALUE_FLOAT) ? fraction : defaultValue; in readKeyPreviewAnimationScale()