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

  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
SoftKeyToggle.java 237 public boolean setToggleStates(ToggleState rootState) {
238 if (null == rootState) return false;
239 mToggleState = rootState;
XmlKeyboardLoader.java 717 SoftKeyToggle.ToggleState rootState = softKey.createToggleState();
718 rootState.setStateId(stateId);
719 rootState.mKeyType = null;
721 rootState.mKeyType = mSkbTemplate.getKeyType(keyTypeId);
723 rootState.mKeyCode = keyCode;
724 rootState.mKeyIcon = icon;
725 rootState.mKeyIconPopup = iconPopup;
726 rootState.mKeyLabel = keyLabel;
730 rootState.setStateFlags(repeat, balloon);
732 rootState.mNextState = null
    [all...]

Completed in 178 milliseconds