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

  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
SkbTemplate.java 77 public void setBackgrounds(Drawable skbBg, Drawable balloonBg,
80 mBalloonBg = balloonBg;
XmlKeyboardLoader.java 350 Drawable balloonBg = getDrawable(xrp,
354 if (null == skbBg || null == balloonBg
358 mSkbTemplate.setBackgrounds(skbBg, balloonBg, popupBg);
438 Drawable balloonBg;
497 balloonBg = getDrawable(xrp, XMLATTR_BALLOON_BG, null);
504 if (null != balloonBg) {
505 softKeyboard.setKeyBalloonBackground(balloonBg);
    [all...]
SoftKeyboard.java 151 public void setKeyBalloonBackground(Drawable balloonBg) {
152 mBalloonBg = balloonBg;
SoftKeyboardView.java 283 Drawable balloonBg = mSoftKeyboard.getBalloonBackground();
284 mBalloonPopup.setBalloonBackground(balloonBg);

Completed in 369 milliseconds