Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSwipeHelper.java93 private final int mFalsingThreshold; field in SwipeHelper
114 mFalsingThreshold = res.getDimensionPixelSize(R.dimen.swipe_helper_falsing_threshold); in SwipeHelper()
663 return (int) (mFalsingThreshold * factor); in getFalsingThreshold()