Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
H A DFalsingDataProvider.java42 private final int mWidthPixels; field in FalsingDataProvider
70 mWidthPixels = displayMetrics.widthPixels; in FalsingDataProvider()
131 return mWidthPixels; in getWidthPixels()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DLockIconViewController.java131 private float mWidthPixels; field in LockIconViewController
340 mWidthPixels = bounds.right; in updateConfiguration()
360 new PointF(mWidthPixels / 2, in updateLockIconLocation()