Home
last modified time | relevance | path

Searched refs:getSkbBackground (Results 1 – 3 of 3) sorted by relevance

/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
DSoftKeyboard.java257 public Drawable getSkbBackground() { in getSkbBackground() method in SoftKeyboard
259 return mSkbTemplate.getSkbBackground(); in getSkbBackground()
448 Drawable skbBg = getSkbBackground(); in getPadding()
DSkbTemplate.java84 public Drawable getSkbBackground() { in getSkbBackground() method in SkbTemplate
DSoftKeyboardView.java136 Drawable bg = softSkb.getSkbBackground(); in setSoftKeyboard()