Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelViewController.java404 private int mQsFalsingThreshold; field in NotificationPanelViewController
928 mQsFalsingThreshold = mResources.getDimensionPixelSize(R.dimen.qs_falsing_threshold); in loadDimens()
2123 return (int) (mQsFalsingThreshold * factor); in getFalsingThreshold()