Searched defs:mKeyBackground (Results 1 - 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DKeyboardView.java90 private final Drawable mKeyBackground; field in class:KeyboardView
128 mKeyBackground = keyboardViewAttr.getDrawable(R.styleable.KeyboardView_keyBackground);
129 mKeyBackground.getPadding(mKeyBackgroundPadding);
133 : mKeyBackground;
136 mSpacebarBackground = (spacebarBackground != null) ? spacebarBackground : mKeyBackground;
332 mKeyBackground, mFunctionalKeyBackground, mSpacebarBackground);
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DKeyboardView.java222 private Drawable mKeyBackground; field in class:KeyboardView
300 mKeyBackground = a.getDrawable(attr);
370 mKeyBackground.getPadding(mPadding);
718 Drawable keyBackground = key.isSecondKey ? mKeyBackground2nd : mKeyBackground;

Completed in 845 milliseconds