Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPanelView.java101 private int mUnlockFalsingThreshold; field in PanelView
229 mUnlockFalsingThreshold = res.getDimensionPixelSize(R.dimen.unlock_falsing_threshold); in loadDimens()
523 return (int) (mUnlockFalsingThreshold * factor); in getFalsingThreshold()