Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DNumPadKey.java193 int klondikeHeight = mKlondikeText.getMeasuredHeight(); in onLayout() local
194 int totalHeight = digitHeight + klondikeHeight; in onLayout()
200 top = (int) (bottom - klondikeHeight * 0.35f); in onLayout()
201 bottom = top + klondikeHeight; in onLayout()