Searched refs:balloonBg (Results 1 – 4 of 4) sorted by relevance
350 Drawable balloonBg = getDrawable(xrp, in loadSkbTemplate() local354 if (null == skbBg || null == balloonBg in loadSkbTemplate()358 mSkbTemplate.setBackgrounds(skbBg, balloonBg, popupBg); in loadSkbTemplate()438 Drawable balloonBg; in loadKeyboard() local497 balloonBg = getDrawable(xrp, XMLATTR_BALLOON_BG, null); in loadKeyboard()504 if (null != balloonBg) { in loadKeyboard()505 softKeyboard.setKeyBalloonBackground(balloonBg); in loadKeyboard()
77 public void setBackgrounds(Drawable skbBg, Drawable balloonBg, in setBackgrounds() argument80 mBalloonBg = balloonBg; in setBackgrounds()
283 Drawable balloonBg = mSoftKeyboard.getBalloonBackground(); in onKeyPress() local284 mBalloonPopup.setBalloonBackground(balloonBg); in onKeyPress()
151 public void setKeyBalloonBackground(Drawable balloonBg) { in setKeyBalloonBackground() argument152 mBalloonBg = balloonBg; in setKeyBalloonBackground()