Searched defs:resetIfNotFound (Results 1 - 2 of 2) sorted by relevance

/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
H A DSoftKeyToggle.java43 // If resetIfNotFound is true and there is no such toggle state with the
47 public boolean enableToggleState(int stateId, boolean resetIfNotFound) { argument
56 if (!resetIfNotFound && oldStateId > 0) {
59 return resetIfNotFound;
69 // If resetIfNotFound is true and there is no such toggle state with the
72 public boolean disableToggleState(int stateId, boolean resetIfNotFound) { argument
79 if (resetIfNotFound) {
H A DSoftKeyboard.java372 public void enableToggleState(int toggleStateId, boolean resetIfNotFound) { argument
382 resetIfNotFound);
388 public void disableToggleState(int toggleStateId, boolean resetIfNotFound) { argument
398 resetIfNotFound);

Completed in 33 milliseconds