Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/clock/
DSmallClockPositionTest.kt33 private val lockHeight = 35 constant
40 position = SmallClockPosition(statusBarHeight, lockPadding, lockHeight, burnInY) in setUp()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/clock/
DSmallClockPosition.java52 SmallClockPosition(int statusBarHeight, int lockPadding, int lockHeight, int burnInY) { in SmallClockPosition() argument
55 mKeyguardLockHeight = lockHeight; in SmallClockPosition()