Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/sections/
H A DDefaultLockIconSection.kt46 val mBottomPaddingPx = regex
71 (heightPixels - ((mBottomPaddingPx + lockIconRadiusPx) * scaleFactor)).toInt()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DLockIconViewController.java142 private int mBottomPaddingPx; field in LockIconViewController
408 mBottomPaddingPx = getResources().getDimensionPixelSize(R.dimen.lock_icon_margin_bottom); in updateConfiguration()
433 - ((mBottomPaddingPx + sLockIconRadiusPx) * scaleFactor))), in updateLockIconLocation()