Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardView.java354 final int bgWidth, bgHeight, bgX, bgY; in onDrawKeyBackground() local
363 bgHeight = (int)(intrinsicHeight * minScale); in onDrawKeyBackground()
365 bgY = (keyHeight - bgHeight) / 2; in onDrawKeyBackground()
369 bgHeight = keyHeight + padding.top + padding.bottom; in onDrawKeyBackground()
374 if (bgWidth != bounds.right || bgHeight != bounds.bottom) { in onDrawKeyBackground()
375 background.setBounds(0, 0, bgWidth, bgHeight); in onDrawKeyBackground()