Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/clock/
H A DSmallClockPositionTest.kt32 private val lockPadding = 15 regex
40 position = SmallClockPosition(statusBarHeight, lockPadding, lockHeight, burnInY)
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/clock/
H A DSmallClockPosition.java53 SmallClockPosition(int statusBarHeight, int lockPadding, int lockHeight, int burnInY) { in SmallClockPosition() argument
55 mKeyguardLockPadding = lockPadding; in SmallClockPosition()