HomeSort by relevance Sort by last modified time
    Searched defs:mKeyIcon (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
SoftKey.java 55 protected Drawable mKeyIcon;
81 mKeyIcon = keyIcon;
126 return mKeyIcon;
133 return mKeyIcon;
SoftKeyToggle.java 96 if (null != state) return state.mKeyIcon;
107 return state.mKeyIcon;
260 public Drawable mKeyIcon;

Completed in 1488 milliseconds