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

  /external/chromium/chrome/browser/resources/net_internals/
tabswitcherview.css 6 .tab-switcher-view {
10 .tab-switcher-view ul {
16 .tab-switcher-view {
22 .tab-switcher-view li {
27 html[dir=rtl] .tab-switcher-view li {
31 .tab-switcher-view a {
43 .tab-switcher-view a:hover {
48 .tab-switcher-view a:visited,
49 .tab-switcher-view a {
53 .tab-switcher-view .selected
    [all...]
tabswitcherview.js 26 document.getElementById(tabHandleDivId).classList.add('tab-switcher-view');
main.js 245 * which it also passes to the tab switcher.
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Flag.java 53 // If context/switcher are null, set all related flags in flagArray to on.
54 public static int initFlags(Flag[] flagArray, Context context, SubtypeSwitcher switcher) {
64 if (switcher == null ||
65 switcher.currentSubtypeContainsExtraValueKey(entry.mName))
LatinIME.java 281 final KeyboardSwitcher switcher = latinIme.mKeyboardSwitcher; local
282 final LatinKeyboardView inputView = switcher.getKeyboardView();
288 switcher.updateShiftState();
295 || (switcher.isAlphabetMode() && switcher.isShiftedOrShiftLocked()));
723 final KeyboardSwitcher switcher = mKeyboardSwitcher; local
724 LatinKeyboardView inputView = switcher.getKeyboardView();
1286 final KeyboardSwitcher switcher = mKeyboardSwitcher; local
1502 final KeyboardSwitcher switcher = mKeyboardSwitcher; local
1956 final KeyboardSwitcher switcher = mKeyboardSwitcher; local
2162 final KeyboardSwitcher switcher = mKeyboardSwitcher; local
2179 KeyboardSwitcher switcher = mKeyboardSwitcher; local
    [all...]
SubtypeSwitcher.java 424 final KeyboardSwitcher switcher = KeyboardSwitcher.getInstance(); local
425 final LatinKeyboard keyboard = switcher.getLatinKeyboard();
427 keyboard.updateShortcutKey(isShortcutImeReady(), switcher.getKeyboardView());
  /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();
  /development/samples/ApiDemos/src/com/example/android/apis/view/
TextSwitcher1.java 48 mSwitcher = (TextSwitcher) findViewById(R.id.switcher);
ImageSwitcher1.java 47 mSwitcher = (ImageSwitcher) findViewById(R.id.switcher);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/deprecated/
VoiceProxy.java 814 SubtypeSwitcher switcher = SubtypeSwitcher.getInstance(); local
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
DayFragment.java 105 mViewSwitcher = (ViewSwitcher) v.findViewById(R.id.switcher);
  /external/v8/src/
isolate.h 509 // are part of the domain of an isolate (like the context switcher).
870 void set_context_switcher(ContextSwitcher* switcher) {
871 context_switcher_ = switcher;
    [all...]

Completed in 256 milliseconds