Searched refs:keyBackground (Results 1 – 2 of 2) sorted by relevance
718 Drawable keyBackground = key.isSecondKey ? mKeyBackground2nd : mKeyBackground; in onBufferDraw() local720 keyBackground.setState(drawableState); in onBufferDraw()724 final Rect bounds = keyBackground.getBounds(); in onBufferDraw()727 keyBackground.setBounds(0, 0, key.width, key.height); in onBufferDraw()730 keyBackground.draw(canvas); in onBufferDraw()
899 public final Drawable selectBackgroundDrawable(final Drawable keyBackground, in selectBackgroundDrawable() argument907 background = keyBackground; in selectBackgroundDrawable()