Searched refs:bgHeight (Results 1 – 1 of 1) sorted by relevance
354 final int bgWidth, bgHeight, bgX, bgY; in onDrawKeyBackground() local363 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()