Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPanelViewController.java132 private int mUnlockFalsingThreshold; field in PanelViewController
284 mUnlockFalsingThreshold = mResources.getDimensionPixelSize( in loadDimens()
450 return (int) (mUnlockFalsingThreshold * factor); in getFalsingThreshold()