HomeSort by relevance Sort by last modified time
    Searched full:tabs (Results 1 - 25 of 447) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
AndroidJUnitTabGroup.java 32 * Creates the UI tabs for the Android JUnit configuration
35 ILaunchConfigurationTab[] tabs = new ILaunchConfigurationTab[] { local
40 setTabs(tabs);
  /external/strace/
syscallent.sh 36 tabs = "\t\t\t\t\t\t\t\t"
45 s = s substr(tabs, 1, 24/8 - int((length(f) + 1)/8))
47 s = s substr(tabs, 1, 16/8 - int((length(n) + 2)/8))
55 s = s substr(tabs, 1, 24/8 - int((length(f) + 1)/8))
57 s = s substr(tabs, 1, 16/8 - int((length(n) + 2)/8))
68 s = s substr(tabs, 1, 24/8 - int((length(f) + 1)/8))
70 s = s substr(tabs, 1, 16/8 - int((length(n) + 2)/8))
signalent.sh 34 tabs = "\t\t\t\t\t\t\t\t"
43 s = s substr(tabs, 1, 16/8 - int((length(n) + 1)/8))
51 s = s substr(tabs, 1, 16/8 - int((length(n) + 1)/8))
  /development/pdk/doxygen_config/
header.html 9 .tabs {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
LaunchConfigTabGroup.java 33 ILaunchConfigurationTab[] tabs = new ILaunchConfigurationTab[] { local
38 setTabs(tabs);
  /packages/apps/Browser/src/com/android/browser/
TabControl.java 37 // Maximum number of tabs.
39 // Private array of WebViews that are used as tabs.
41 // Queue of most recently viewed tabs.
46 // switching between tabs.
155 * number of open tabs.
159 // Return false if we have maxed out on tabs
182 * Remove the parent child relationships from all tabs.
203 // Remove t from our list of tabs.
241 // Remove it from the queue of viewed tabs.
247 * Destroy all the tabs and subwindow
    [all...]
  /development/pdk/docs/porting/
group__memory.jd 7 <div class="tabs">
group__networking.jd 7 <div class="tabs">
modules.html 18 <div class="tabs">
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/
testxxLexer.l 22 {ws} /* skip blanks and tabs */
  /frameworks/base/core/java/android/app/
TabActivity.java 131 * Returns the {@link TabHost} the activity is using to host its tabs.
133 * @return the {@link TabHost} the activity is using to host its tabs.
141 * Returns the {@link TabWidget} the activity is using to draw the actual tabs.
143 * @return the {@link TabWidget} the activity is using to draw the actual tabs.
  /external/webkit/WebKitTools/Scripts/webkitpy/style/
filter_unittest.py 57 all_categories = ["tabs", "whitespace", "build/include"]
60 "tabs",
61 "*tabs",
62 " tabs",
63 " +tabs",
69 "+tabs",
70 "-tabs",
  /packages/apps/Contacts/src/com/android/contacts/
ScrollingTabWidget.java 33 * Tab widget that can contain more tabs than can fit on screen at once and scroll over them.
78 mTabsView = (TabStripView) mTabsScrollWrapper.findViewById(android.R.id.tabs);
153 * Returns the {@link ViewGroup} that actually contains the tabs. This is where the tab
184 * changes when we navigate between tabs (moving from the list view
241 * Adds a tab to the list of tabs. The tab's indicator view is specified
252 * Adds a tab to the list of tabs. The tab's indicator view must be provided.
311 * widget decides which of it's tabs should have focus.
328 // Setting this flag will effectively make the tabs unfocusable. This will
398 * Scrolls the tabs by exactly one tab width.
  /frameworks/base/docs/html/resources/tutorials/views/
hello-tabwidget.jd 8 which contains both the {@link android.widget.TabWidget} for displaying the tabs and a {@link
11 <p>You can implement your tab content in one of two ways: use the tabs to swap
12 {@link android.view.View}s within the same {@link android.app.Activity}, or use the tabs to change
42 <li>You need an icon for each of your tabs. For each icon, you should create two versions: one
52 <p>For this tutorial, you can copy these images and use them for all three tabs. (When you
53 create tabs in your own application, you should create customized tab icons.)</p>
92 android:id="@android:id/tabs"
103 <p>This is the layout that will display the tabs and provide navigation between each {@link
112 elements have the IDs {@code tabs} and {@code tabcontent}, respectively. These names
144 // Do the same for the other tabs
    [all...]
  /frameworks/base/docs/html/guide/tutorials/views/
hello-tabwidget.jd 7 tabs to navigate between different views.</p>
23 android:id="@android:id/tabs"
56 so that the TabHost can automatically retrieve references to them, populate the TabWidget with the tabs that we'll define
88 for each of the tabs that we want to add to the TabWidget. Each time we call this, we pass a
93 <p>At the end, we call <code>setCurrentTab()</code> to define which tab should be opened by default. The tabs
111 <div class="special"><p>You can include icons in your tabs by passing a
  /external/proguard/docs/
screenshots.html 30 you to browse through the presented tabs and fill them out.
33 tabs.
  /external/webkit/WebKitTools/Scripts/
wkstyle 34 --convert-tabs"
41 --convert-tabs"
  /external/bluetooth/glib/gio/fen/
fen-dump.h 1 /* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
fen-helper.h 1 /* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
fen-missing.h 1 /* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
fen-sub.c 1 /* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
fen-sub.h 1 /* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
  /external/icu4c/tools/gensprep/
gensprep.h 78 * indent-tabs-mode: nil
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Exceptions/
exception-010-n.js 1 /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
exception-011-n.js 1 /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-

Completed in 273 milliseconds

1 2 3 4 5 6 7 8 91011>>