HomeSort by relevance Sort by last modified time
    Searched refs:switcher (Results 1 - 9 of 9) 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/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/apps/Calendar/src/com/android/calendar/
DayFragment.java 105 mViewSwitcher = (ViewSwitcher) v.findViewById(R.id.switcher);
  /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...]
  /external/v8/src/
isolate.h 491 // are part of the domain of an isolate (like the context switcher).
857 void set_context_switcher(ContextSwitcher* switcher) {
858 context_switcher_ = switcher;
    [all...]

Completed in 283 milliseconds