Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
DSeekBarDialogPreference.java87 final int clippedValue = Math.min(mMaxValue, Math.max(mMinValue, value)); in clipValue() local
89 return clippedValue; in clipValue()
91 return clippedValue - (clippedValue % mStepValue); in clipValue()