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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPanelView.java78 private int mUnlockFalsingThreshold; field in class:PanelView
201 mUnlockFalsingThreshold = res.getDimensionPixelSize(R.dimen.unlock_falsing_threshold);
415 return (int) (mUnlockFalsingThreshold * factor);

Completed in 58 milliseconds