Home
last modified time | relevance | path

Searched refs:balloonBg (Results 1 – 4 of 4) sorted by relevance

/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
DXmlKeyboardLoader.java350 Drawable balloonBg = getDrawable(xrp, in loadSkbTemplate() local
354 if (null == skbBg || null == balloonBg in loadSkbTemplate()
358 mSkbTemplate.setBackgrounds(skbBg, balloonBg, popupBg); in loadSkbTemplate()
438 Drawable balloonBg; in loadKeyboard() local
497 balloonBg = getDrawable(xrp, XMLATTR_BALLOON_BG, null); in loadKeyboard()
504 if (null != balloonBg) { in loadKeyboard()
505 softKeyboard.setKeyBalloonBackground(balloonBg); in loadKeyboard()
DSkbTemplate.java77 public void setBackgrounds(Drawable skbBg, Drawable balloonBg, in setBackgrounds() argument
80 mBalloonBg = balloonBg; in setBackgrounds()
DSoftKeyboardView.java283 Drawable balloonBg = mSoftKeyboard.getBalloonBackground(); in onKeyPress() local
284 mBalloonPopup.setBalloonBackground(balloonBg); in onKeyPress()
DSoftKeyboard.java151 public void setKeyBalloonBackground(Drawable balloonBg) { in setKeyBalloonBackground() argument
152 mBalloonBg = balloonBg; in setKeyBalloonBackground()