Home
last modified time | relevance | path

Searched refs:keyBackground (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DKeyboardView.java718 Drawable keyBackground = key.isSecondKey ? mKeyBackground2nd : mKeyBackground; in onBufferDraw() local
720 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()