Home | History | Annotate | Download | only in car

Lines Matching defs:keyBackground

737         final Drawable keyBackground = mKeyBackground;
780 keyBackground.setState(drawableState);
789 final Rect bounds = keyBackground.getBounds();
792 keyBackground.setBounds(0, 0, key.width, key.height);
799 keyBackground.draw(canvas);