HomeSort by relevance Sort by last modified time
    Searched full:tabs (Results 751 - 775 of 3159) sorted by null

<<31323334353637383940>>

  /external/chromium_org/content/browser/loader/
resource_scheduler.h 32 // 2. Notifications for renderer events, such as new tabs, navigation and
40 // The ResourceScheduler tracks many Clients, which should correlate with tabs.
  /external/chromium_org/tools/telemetry/telemetry/core/backends/
form_based_credentials_backend_unittest_base.py 43 ret = b.credentials.LoginNeeded(b.tabs[0], self._credentials_type)
63 tab = b.tabs[0]
  /external/jmonkeyengine/engine/src/core/com/jme3/font/
LetterQuad.java 251 final float[] tabs = block.getTabPosition(); local
268 if (tabs != null && x0 < tabs[tabs.length-1]) {
269 for (int i = 0; i < tabs.length-1; i++) {
270 if (x0 > tabs[i] && x0 < tabs[i+1]) {
271 width = tabs[i+1] - x0;
  /frameworks/base/docs/html/design/building-blocks/
grid-lists.jd 60 <p>Don't use scrolling tabs as a means to switch views in conjunction with horizontally scrolling grid
62 scrolling tabs for view navigation together with a grid list, use vertical grid scrolling for list
  /frameworks/base/docs/html/tools/debugging/
debugging-projects.jd 21 Eclipse views that display certain tabs and windows depending on the perspective that you are in.
27 <p>The Debug Perspective in Eclipse gives you access to the following tabs:</p>
  /packages/apps/Launcher2/res/layout/
apps_customize_pane.xml 27 with the text in the tabs in AppsCustomizeTabHost. -->
35 android:id="@android:id/tabs"
  /packages/apps/Launcher3/res/layout/
apps_customize_pane.xml 27 with the text in the tabs in AppsCustomizeTabHost. -->
36 android:id="@android:id/tabs"
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
Bindings.py 56 ('Toggle Tabs', '<<toggle-tabs>>'),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
Bindings.py 56 ('Toggle Tabs', '<<toggle-tabs>>'),
  /prebuilts/tools/common/proguard/proguard4.7/docs/
screenshots.html 41 you to browse through the presented tabs and fill them out.
44 tabs.
  /cts/tests/res/layout/
tabhost_layout.xml 22 <TabWidget android:id="@android:id/tabs"
  /developers/build/prebuilts/gradle/HorizontalPaging/HorizontalPagingSample/src/main/
AndroidManifest.xml 23 <!-- While ViewPager will work on API 4 or above, tabs require an ActionBar. ActionBar is only
  /developers/samples/android/ui/views/HorizontalPaging/HorizontalPagingSample/src/main/
AndroidManifest.xml 23 <!-- While ViewPager will work on API 4 or above, tabs require an ActionBar. ActionBar is only
  /development/samples/ApiDemos/src/com/example/android/apis/view/
Tabs1.java 28 * An example of tabs that uses labels ({@link TabSpec#setIndicator(CharSequence)})
Tabs2.java 30 * It also demonstrates using an icon on one of the tabs via {@link TabHost.TabSpec#setIndicator(CharSequence, android.graphics.drawable.Drawable)}
  /development/samples/Support4Demos/res/layout/
fragment_tabs.xml 34 android:id="@android:id/tabs"
fragment_tabs_pager.xml 33 android:id="@android:id/tabs"
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentTabs.java 26 * This demonstrates how you can implement switching between the tabs of a
  /development/samples/browseable/HorizontalPaging/
AndroidManifest.xml 23 <!-- While ViewPager will work on API 4 or above, tabs require an ActionBar. ActionBar is only
  /development/samples/training/TabCompat/src/com/example/android/tabcompat/lib/
TabCompatActivity.java 27 * When building an activity with tabs, extend this class in order to provide compatibility with API
  /external/arduino/hardware/arduino/cores/arduino/
WMath.cpp 1 /* -*- mode: jde; c-basic-offset: 2; indent-tabs-mode: nil -*- */
  /external/chromium/chrome/browser/extensions/
extension_infobar_delegate.h 59 // own this since the InfoBar gets deleted and recreated when you switch tabs
extension_tabs_module_constants.h 5 // Constants used for the Tabs API and the Windows API.
  /external/chromium/chrome/browser/
platform_util_chromeos.cc 14 #include "chrome/browser/tabs/tab_strip_model.h"
  /external/chromium/chrome/browser/ui/cocoa/
fast_resize_view.mm 46 // in the process of switching tabs or closing the window. In those cases, no

Completed in 1556 milliseconds

<<31323334353637383940>>