Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardView.java185 public final Drawable mKeyBackground; field in KeyboardView.KeyDrawParams
211 mKeyBackground = a.getDrawable(R.styleable.KeyboardView_keyBackground); in KeyDrawParams()
252 mKeyBackground.getPadding(mPadding); in KeyDrawParams()
539 final Drawable background = params.mKeyBackground; in onDrawKeyBackground()
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DKeyboardView.java222 private Drawable mKeyBackground; field in KeyboardView
300 mKeyBackground = a.getDrawable(attr); in KeyboardView()
370 mKeyBackground.getPadding(mPadding); in KeyboardView()
718 Drawable keyBackground = key.isSecondKey ? mKeyBackground2nd : mKeyBackground; in onBufferDraw()