HomeSort by relevance Sort by last modified time
    Searched refs:tabs (Results 126 - 150 of 459) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/autotest/client/site_tests/desktopui_MediaAudioFeedback/
desktopui_MediaAudioFeedback.py 33 tab = self.chrome.browser.tabs[0]
  /external/autotest/client/site_tests/graphics_Sanity/
graphics_Sanity.py 79 tab = cr.browser.tabs[0]
  /external/autotest/client/site_tests/graphics_WebGLManyPlanetsDeep/
graphics_WebGLManyPlanetsDeep.py 45 tab = browser.tabs.New()
  /external/autotest/client/site_tests/graphics_WebGLPerformance/
graphics_WebGLPerformance.py 53 tab = browser.tabs.New()
  /external/autotest/client/site_tests/platform_AddPrinter/
platform_AddPrinter.py 49 self.tab = self.browser.browser.tabs[0]
  /external/autotest/client/site_tests/platform_LogoutPerf/
platform_LogoutPerf.py 51 tab = self.cr.browser.tabs.New()
  /external/autotest/client/site_tests/power_LoadTest/extension/
urls.js 27 tabs: [
96 tabs: [
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowTabHost.java 108 return (TabWidget) ((Activity)context).findViewById(R.id.tabs);
  /external/autotest/client/site_tests/video_PlaybackPerf/
video_PlaybackPerf.py 79 tab = cr.browser.tabs[0]
159 tab = cr.browser.tabs[0]
  /external/autotest/client/site_tests/video_WebRtcPerf/
video_WebRtcPerf.py 124 tab = cr.browser.tabs[0]
138 tab = cr.browser.tabs.New()
  /frameworks/support/fragment/src/main/java/androidx/fragment/app/
FragmentTabHost.java 157 if (findViewById(android.R.id.tabs) == null) {
165 tw.setId(android.R.id.tabs);
261 // Go through all tabs and make sure their fragments match
  /frameworks/support/legacy/v13/src/main/java/androidx/legacy/app/
FragmentTabHost.java 40 * normally use this, instead using action bar tabs.
155 if (findViewById(android.R.id.tabs) == null) {
163 tw.setId(android.R.id.tabs);
277 // Go through all tabs and make sure their fragments match
  /test/vti/dashboard/src/main/webapp/css/
show_test_runs_common.css 154 .tabs > div.indicator {
  /build/make/tools/droiddoc/templates-ndk/
docpage.cs 117 <?cs if:tab1 ?><div id="title-tabs-wrapper"><?cs /if ?>
118 <h1 itemprop="name" <?cs if:tab1 ?>class="with-title-tabs"<?cs /if ?>><?cs var:page.title ?></h1><?cs
119 if:tab1 ?><ul id="title-tabs">
  /packages/apps/Launcher2/src/com/android/launcher2/
FocusHelper.java 139 final TabWidget tabs = tabHost.getTabWidget(); local
199 tabs.requestFocus();
299 final TabWidget tabs = tabHost.getTabWidget(); local
359 tabs.requestFocus();
669 final ViewGroup tabs = (ViewGroup) launcher.findViewById(R.id.qsb_bar); local
729 tabs.requestFocus();
    [all...]
  /frameworks/base/core/java/android/text/
Layout.java 455 // tabs.
513 // Can't tell if we have tabs for sure, currently
1176 TabStopSpan[] tabs = getParagraphSpans((Spanned) mText, start, end, TabStopSpan.class); local
1215 TabStopSpan[] tabs = getParagraphSpans((Spanned) mText, start, end, TabStopSpan.class); local
1348 TabStopSpan[] tabs = getParagraphSpans((Spanned) mText, start, end, TabStopSpan.class); local
    [all...]
  /external/python/cpython2/Lib/idlelib/idle_test/
htest.py 111 "In the 'Fonts/Tabs' tab, changing font face, should update the "
115 "\nIn the 'Keys', 'General' and 'Extensions' tabs, test settings"
290 'msg': "Toggle between the two tabs 'foo' and 'bar'\n"
293 "Remove all existing tabs.\n"
  /external/python/cpython2/Lib/idlelib/
tabbedpages.py 7 TabSet -- A widget containing tabs (buttons) in one or more rows.
17 """A widget containing tabs (buttons) in one or more rows.
23 tabs=None, n_rows=1, max_tabs_per_row=5,
31 tabs -- A list of strings, the names of the tabs. Should be specified in
33 active tab. If tabs is None or empty, the TabSet will be initialized
36 n_rows -- Number of rows of tabs to be shown. If n_rows <= 0 or is
40 max_tabs_per_row -- Used for deciding how many rows of tabs are needed,
54 if tabs:
55 self._tab_names = list(tabs)
    [all...]
  /external/python/cpython3/Lib/idlelib/idle_test/
htest.py 112 "In the 'Fonts/Tabs' tab, changing font face, should update the "
116 "\nIn the 'Keys', 'General' and 'Extensions' tabs, test settings"
302 'msg': "Toggle between the two tabs 'foo' and 'bar'\n"
305 "Remove all existing tabs.\n"
  /external/python/cpython3/Lib/idlelib/
tabbedpages.py 7 TabSet -- A widget containing tabs (buttons) in one or more rows.
17 """A widget containing tabs (buttons) in one or more rows.
23 tabs=None, n_rows=1, max_tabs_per_row=5,
31 tabs -- A list of strings, the names of the tabs. Should be specified in
33 active tab. If tabs is None or empty, the TabSet will be initialized
36 n_rows -- Number of rows of tabs to be shown. If n_rows <= 0 or is
40 max_tabs_per_row -- Used for deciding how many rows of tabs are needed,
54 if tabs:
55 self._tab_names = list(tabs)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
tabbedpages.py 7 TabSet -- A widget containing tabs (buttons) in one or more rows.
17 """A widget containing tabs (buttons) in one or more rows.
23 tabs=None, n_rows=1, max_tabs_per_row=5,
31 tabs -- A list of strings, the names of the tabs. Should be specified in
33 active tab. If tabs is None or empty, the TabSet will be initialized
36 n_rows -- Number of rows of tabs to be shown. If n_rows <= 0 or is
40 max_tabs_per_row -- Used for deciding how many rows of tabs are needed,
54 if tabs:
55 self._tab_names = list(tabs)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
tabbedpages.py 7 TabSet -- A widget containing tabs (buttons) in one or more rows.
17 """A widget containing tabs (buttons) in one or more rows.
23 tabs=None, n_rows=1, max_tabs_per_row=5,
31 tabs -- A list of strings, the names of the tabs. Should be specified in
33 active tab. If tabs is None or empty, the TabSet will be initialized
36 n_rows -- Number of rows of tabs to be shown. If n_rows <= 0 or is
40 max_tabs_per_row -- Used for deciding how many rows of tabs are needed,
54 if tabs:
55 self._tab_names = list(tabs)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
tabbedpages.py 7 TabSet -- A widget containing tabs (buttons) in one or more rows.
17 """A widget containing tabs (buttons) in one or more rows.
23 tabs=None, n_rows=1, max_tabs_per_row=5,
31 tabs -- A list of strings, the names of the tabs. Should be specified in
33 active tab. If tabs is None or empty, the TabSet will be initialized
36 n_rows -- Number of rows of tabs to be shown. If n_rows <= 0 or is
40 max_tabs_per_row -- Used for deciding how many rows of tabs are needed,
54 if tabs:
55 self._tab_names = list(tabs)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
tabbedpages.py 7 TabSet -- A widget containing tabs (buttons) in one or more rows.
17 """A widget containing tabs (buttons) in one or more rows.
23 tabs=None, n_rows=1, max_tabs_per_row=5,
31 tabs -- A list of strings, the names of the tabs. Should be specified in
33 active tab. If tabs is None or empty, the TabSet will be initialized
36 n_rows -- Number of rows of tabs to be shown. If n_rows <= 0 or is
40 max_tabs_per_row -- Used for deciding how many rows of tabs are needed,
54 if tabs:
55 self._tab_names = list(tabs)
    [all...]
  /external/python/cpython2/Lib/lib-tk/test/test_tkinter/
test_widgets.py 486 'tabs', 'tabstyle', 'takefocus', 'undo', 'width', 'wrap',
584 self.checkParam(widget, 'tabs', (10.2, 20.7, '1i', '2i'),
587 self.checkParam(widget, 'tabs', (10.2, 20.7, '1i', '2i'))
588 self.checkParam(widget, 'tabs', '10.2 20.7 1i 2i',
590 self.checkParam(widget, 'tabs', '2c left 4c 6c center',
592 self.checkInvalidParam(widget, 'tabs', 'spam',
    [all...]

Completed in 913 milliseconds

1 2 3 4 56 7 8 91011>>