Searched refs:iconPopup (Results 1 – 3 of 3) sorted by relevance
30 Drawable iconPopup; field in KeyIconRecord126 Drawable iconPopup) { in addDefaultKeyIcons() argument127 if (null == icon || null == iconPopup) return; in addDefaultKeyIcons()131 iconRecord.iconPopup = iconPopup; in addDefaultKeyIcons()170 return iconRecord.iconPopup; in getDefaultKeyIconPopup()
393 Drawable iconPopup = getDrawable(xrp, in loadSkbTemplate() local395 if (null != icon && null != iconPopup) { in loadSkbTemplate()397 iconPopup); in loadSkbTemplate()713 Drawable iconPopup = getDrawable(xrp, XMLATTR_KEY_ICON_POPUP, null); in getToggleStates() local725 rootState.mKeyIconPopup = iconPopup; in getToggleStates()
291 Drawable iconPopup = mSoftKeyDown.getKeyIconPopup(); in onKeyPress() local292 if (null != iconPopup) { in onKeyPress()293 mBalloonPopup.setBalloonConfig(iconPopup, desired_width, in onKeyPress()