HomeSort by relevance Sort by last modified time
    Searched refs:mKeyBackground (Results 1 - 4 of 4) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardView.java 92 private final Drawable mKeyBackground;
134 mKeyBackground = keyboardViewAttr.getDrawable(R.styleable.KeyboardView_keyBackground);
135 mKeyBackground.getPadding(mKeyBackgroundPadding);
139 : mKeyBackground;
142 mSpacebarBackground = (spacebarBackground != null) ? spacebarBackground : mKeyBackground;
339 mKeyBackground, mFunctionalKeyBackground, mSpacebarBackground);
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
KeyboardView.java 222 private Drawable mKeyBackground;
300 mKeyBackground = a.getDrawable(attr);
370 mKeyBackground.getPadding(mPadding);
718 Drawable keyBackground = key.isSecondKey ? mKeyBackground2nd : mKeyBackground;
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
KeyboardView.java 220 private Drawable mKeyBackground;
284 mKeyBackground = a.getDrawable(attr);
350 mKeyBackground.getPadding(mPadding);
670 final Drawable keyBackground = mKeyBackground;
    [all...]
  /packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
KeyboardView.java 242 private Drawable mKeyBackground;
310 mKeyBackground = a.getDrawable(attr);
380 mKeyBackground.getPadding(mPadding);
737 final Drawable keyBackground = mKeyBackground;
    [all...]

Completed in 209 milliseconds