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

  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
SoftKeyboardView.java 283 Drawable balloonBg = mSoftKeyboard.getBalloonBackground();
284 mBalloonPopup.setBalloonBackground(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...]

Completed in 633 milliseconds