Searched refs:UNDEFINED_PREFERENCE_VALUE_INT (Results 1 – 1 of 1) sorted by relevance
121 private static final int UNDEFINED_PREFERENCE_VALUE_INT = -1; field in Settings307 PREF_KEY_LONGPRESS_TIMEOUT, UNDEFINED_PREFERENCE_VALUE_INT); in readKeyLongpressTimeout()308 return (milliseconds != UNDEFINED_PREFERENCE_VALUE_INT) ? milliseconds in readKeyLongpressTimeout()319 PREF_VIBRATION_DURATION_SETTINGS, UNDEFINED_PREFERENCE_VALUE_INT); in readKeypressVibrationDuration()320 return (milliseconds != UNDEFINED_PREFERENCE_VALUE_INT) ? milliseconds in readKeypressVibrationDuration()341 final int milliseconds = prefs.getInt(prefKey, UNDEFINED_PREFERENCE_VALUE_INT); in readKeyPreviewAnimationDuration()342 return (milliseconds != UNDEFINED_PREFERENCE_VALUE_INT) ? milliseconds : defaultValue; in readKeyPreviewAnimationDuration()