Home
last modified time | relevance | path

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

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DNumPadKey.java145 int klondikeHeight = mKlondikeText.getMeasuredHeight(); in onLayout() local
146 int totalHeight = digitHeight + klondikeHeight; in onLayout()
152 top = (int) (bottom - klondikeHeight * 0.35f); in onLayout()
153 bottom = top + klondikeHeight; in onLayout()