Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DNumPadKey.java144 int digitHeight = mDigitText.getMeasuredHeight(); in onLayout() local
146 int totalHeight = digitHeight + klondikeHeight; in onLayout()
150 int bottom = top + digitHeight; in onLayout()