Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
DFalsingDataProvider.java49 private final int mWidthPixels; field in FalsingDataProvider
85 mWidthPixels = displayMetrics.widthPixels; in FalsingDataProvider()
164 return mWidthPixels; in getWidthPixels()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DLegacyLockIconViewController.java151 private float mWidthPixels; field in LegacyLockIconViewController
437 mWidthPixels = bounds.right; in updateConfiguration()
442 mWidthPixels -= insets.getSystemWindowInsetLeft() + insets.getSystemWindowInsetRight(); in updateConfiguration()
466 new Point((int) mWidthPixels / 2, in updateLockIconLocation()