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

  /packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/
ActionBar.java 71 ViewSwitcher switcher = (ViewSwitcher) findViewById(R.id.save_share_buttons); local
72 int next = switcher.getNextView().getId();
75 switcher.showNext();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java 232 final KeyboardSwitcher switcher = latinIme.mKeyboardSwitcher; local
238 switcher.updateShiftState();
641 final KeyboardSwitcher switcher = mKeyboardSwitcher; local
642 LatinKeyboardView inputView = switcher.getKeyboardView();
719 switcher.loadKeyboard(editorInfo, mSettingsValues);
1278 final KeyboardSwitcher switcher = mKeyboardSwitcher; local
    [all...]

Completed in 293 milliseconds