Home
last modified time | relevance | path

Searched refs:keyBackground (Results 1 – 2 of 2) 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()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKey.java899 public final Drawable selectBackgroundDrawable(final Drawable keyBackground, in selectBackgroundDrawable() argument
907 background = keyBackground; in selectBackgroundDrawable()