Searched refs:bgWidth (Results 1 – 1 of 1) sorted by relevance
354 final int bgWidth, bgHeight, bgX, bgY; in onDrawKeyBackground() local362 bgWidth = (int)(intrinsicWidth * minScale); in onDrawKeyBackground()364 bgX = (keyWidth - bgWidth) / 2; in onDrawKeyBackground()368 bgWidth = keyWidth + padding.left + padding.right; in onDrawKeyBackground()374 if (bgWidth != bounds.right || bgHeight != bounds.bottom) { in onDrawKeyBackground()375 background.setBounds(0, 0, bgWidth, bgHeight); in onDrawKeyBackground()