Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/accessibility/
H A DBalanceSeekBar.java74 && progress > mCenter - mSnapThreshold
75 && progress < mCenter + mSnapThreshold) {
108 private float mSnapThreshold; field in BalanceSeekBar
149 mSnapThreshold = max * SNAP_TO_PERCENTAGE; in setMax()