Home | History | Annotate | Download | only in inputmethodservice

Lines Matching defs:keyBackground

670         final Drawable keyBackground = mKeyBackground;
697 keyBackground.setState(drawableState);
702 final Rect bounds = keyBackground.getBounds();
705 keyBackground.setBounds(0, 0, key.width, key.height);
708 keyBackground.draw(canvas);