Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/clock/
DSmallClockPosition.java35 private final int mKeyguardLockHeight; field in SmallClockPosition
55 mKeyguardLockHeight = lockHeight; in SmallClockPosition()
71 int aodY = mStatusBarHeight + mKeyguardLockHeight + 2 * mKeyguardLockPadding in getPreferredY()
74 int lockY = mStatusBarHeight + mKeyguardLockHeight + 2 * mKeyguardLockPadding; in getPreferredY()