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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardView.java 90 private final Drawable mKeyBackground;
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/
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 222 private Drawable mKeyBackground;
307 mKeyBackground = a.getDrawable(attr);
373 mKeyBackground.getPadding(mPadding);
661 final Drawable keyBackground = mKeyBackground;
    [all...]

Completed in 904 milliseconds