Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/sections/
DDefaultDeviceEntrySection.kt129 val mBottomPaddingPx = in <lambda>() constant
170 (heightPixels - ((mBottomPaddingPx + iconRadiusPx) * scaleFactor)).toInt() in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DLegacyLockIconViewController.java152 private int mBottomPaddingPx; field in LegacyLockIconViewController
445 mBottomPaddingPx = mResources.getDimensionPixelSize(R.dimen.lock_icon_margin_bottom); in updateConfiguration()
468 - ((mBottomPaddingPx + sLockIconRadiusPx) * scaleFactor))), in updateLockIconLocation()