HomeSort by relevance Sort by last modified time
    Searched refs:setSubtypeEnablerIcon (Results 1 - 3 of 3) sorted by null

  /development/samples/SoftKeyboard/src/com/android/inputmethodcommon/
InputMethodSettingsInterface.java 62 public void setSubtypeEnablerIcon(int resId);
68 public void setSubtypeEnablerIcon(Drawable drawable);
InputMethodSettingsFragment.java 81 public void setSubtypeEnablerIcon(int resId) {
82 mSettings.setSubtypeEnablerIcon(resId);
89 public void setSubtypeEnablerIcon(Drawable drawable) {
90 mSettings.setSubtypeEnablerIcon(drawable);
InputMethodSettingsImpl.java 157 public void setSubtypeEnablerIcon(int resId) {
166 public void setSubtypeEnablerIcon(Drawable drawable) {

Completed in 414 milliseconds