Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSwipeHelper.java134 private final int mFalsingThreshold; field in SwipeHelper
156 mFalsingThreshold = resources.getDimensionPixelSize(R.dimen.swipe_helper_falsing_threshold); in SwipeHelper()
740 return (int) (mFalsingThreshold * factor); in getFalsingThreshold()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DQuickSettingsController.java189 private int mFalsingThreshold; field in QuickSettingsController
436 mFalsingThreshold = mResources.getDimensionPixelSize(R.dimen.qs_falsing_threshold); in loadDimens()
656 return mFalsingThreshold; in getFalsingThreshold()
2050 ipw.println(mFalsingThreshold); in dump()