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

  /external/llvm/test/MC/MachO/
gen-dwarf-macro-cpp.s 5 .macro switcher
8 switcher NaClSwitchNoSSE, 0
  /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...]
  /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();
677 final KeyboardSwitcher switcher = mKeyboardSwitcher; local
678 final MainKeyboardView mainKeyboardView = switcher.getMainKeyboardView();
1397 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 4544 milliseconds