Home
last modified time | relevance | path

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

/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
DSoftKeyToggle.java101 public Drawable getKeyIconPopup() { in getKeyIconPopup() method in SoftKeyToggle
110 return super.getKeyIconPopup(); in getKeyIconPopup()
DSoftKey.java129 public Drawable getKeyIconPopup() { in getKeyIconPopup() method in SoftKey
DSoftKeyboardView.java291 Drawable iconPopup = mSoftKeyDown.getKeyIconPopup(); in onKeyPress()