/frameworks/base/docs/html/reference/renderscript/ |
tabs.css | 1 .tabs, .tabs2, .tabs3 {
|
annotated.html | 7 <link href="tabs.css" rel="stylesheet" type="text/css"/> 18 <div id="navrow1" class="tabs">
|
/packages/apps/Browser/res/layout/ |
tab_bar.xml | 21 android:id="@+id/tabs"
|
/packages/apps/Browser/src/com/android/browser/ |
PieControlXLarge.java | 80 View tabs = makeTabsView(); local 81 mShowTabs = new PieItem(tabs, 2); 122 final List<Tab> tabs = mUiController.getTabs(); local 124 mTabAdapter.setTabs(tabs);
|
/packages/apps/Contacts/src/com/android/contacts/activities/ |
DialtactsViewPager.java | 35 * disable that here. The Call Log and Favorites tabs are both
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
ContactTileImageContainer.java | 25 * This improves the performance of favorite tabs by not passing the layout request to the parent
|
/packages/apps/Settings/res/layout/ |
tab_widget.xml | 24 android:id="@android:id/tabs"
|
/packages/apps/Settings/res/layout-h720dp/ |
tab_widget.xml | 23 android:id="@android:id/tabs"
|
/packages/apps/Settings/res/layout-w720dp/ |
tab_widget.xml | 23 android:id="@android:id/tabs"
|
/packages/experimental/LoaderApp/res/values/ |
attrs.xml | 24 <enum name="tabs" value="2" />
|
/external/chromium/chrome/browser/ui/cocoa/tabs/ |
tab_controller.mm | 8 #import "chrome/browser/ui/cocoa/tabs/tab_controller.h" 9 #import "chrome/browser/ui/cocoa/tabs/tab_controller_target.h" 10 #import "chrome/browser/ui/cocoa/tabs/tab_view.h" 206 // Returns YES if we should show the icon. When tabs get too small, we clip 207 // the favicon before the close button for selected tabs, and prefer the 208 // favicon for unselected tabs. The icon can also be suppressed more directly 299 // Called by the tabs to determine whether we are in rapid (tab) closure mode.
|
tab_view.mm | 5 #import "chrome/browser/ui/cocoa/tabs/tab_view.h" 12 #import "chrome/browser/ui/cocoa/tabs/tab_controller.h" 13 #import "chrome/browser/ui/cocoa/tabs/tab_window_controller.h" 141 // between adjacent tabs. The drawing code in TabCell has the top 443 // If we're now targeting a new window, re-layout the tabs in the old 461 // no more tabs remaining after detaching, the source window is about to 812 if (alertState_ == tabs::kAlertNone) { 813 alertState_ = tabs::kAlertRising; 820 if (alertState_ != tabs::kAlertNone) { 821 alertState_ = tabs::kAlertFalling [all...] |
/external/chromium/chrome/browser/ui/cocoa/applescript/ |
window_applescript.mm | 14 #include "chrome/browser/tabs/tab_strip_model.h" 148 - (NSArray*)tabs { 149 NSMutableArray* tabs = [NSMutableArray 163 [tabs addObject:tab]; 165 return tabs;
|
/external/chromium/chrome/common/extensions/docs/ |
whats_new.html | 129 <span class="greytext">e.g. "page action" or "tabs"</span> 146 <ul id="home" class="gc-topnav-tabs"> 192 <li><a href="tabs.html">Tabs</a></li> 372 <a href="tabs.html#method-captureVisibleTab">chrome.tab.captureVisibleTab()</a> 441 <li> The <a href="tabs.html#type-Tab">Tab</a> object 443 that's reflected in various <code>chrome.tabs</code> methods. 445 you can <a href="tabs.html#method-create">create</a> 449 letting you create multiple tabs in the new window. </li> 483 <li> The <a href="tabs.html">tabs API</a [all...] |
permission_warnings.html | 129 <span class="greytext">e.g. "page action" or "tabs"</span> 146 <ul id="home" class="gc-topnav-tabs"> 192 <li><a href="tabs.html">Tabs</a></li> 402 assume you add a new site and the "tabs" permission 409 "tabs"</b> 434 It can be surprising when adding a permission such as "tabs" 438 although the <code>chrome.tabs</code> API 439 might be used only to open new tabs, 442 (using their <a href="tabs.html#type-Tab">Tab</a> objects) [all...] |
/external/chromium/chrome/browser/chromeos/ |
tab_closeable_state_watcher_browsertest.cc | 9 #include "chrome/browser/tabs/tab_strip_model.h" 133 // Tests with 2 tabs in the only normal browser 134 // - as long as there's > 1 tab, all tabs in the browser are always closeable 191 // Tests closing a closeable browser - all tabs in browser should be closed, 275 // (i.e. stay on the page and cancel closing) - browser and its tabs should stay 303 // leave the page and proceed with closing), all tabs in browser should close,
|
/external/chromium/chrome/browser/ui/views/tabs/ |
browser_tab_strip_controller.cc | 5 #include "chrome/browser/ui/views/tabs/browser_tab_strip_controller.h" 12 #include "chrome/browser/tabs/tab_strip_model.h" 15 #include "chrome/browser/ui/tabs/tab_menu_model.h" 16 #include "chrome/browser/ui/views/tabs/base_tab_strip.h" 17 #include "chrome/browser/ui/views/tabs/tab_renderer_data.h" 434 // Just tell all Tabs to stop pulsing - it's safe.
|
browser_tab_strip_controller.h | 10 #include "chrome/browser/tabs/tab_strip_model.h" 11 #include "chrome/browser/ui/views/tabs/tab_strip_controller.h"
|
/external/proguard/src/proguard/gui/ |
ProGuardGUI.java | 587 TabbedPane tabs = new TabbedPane(); local [all...] |
/external/chromium/chrome/browser/sync/glue/ |
session_model_associator.cc | 15 #include "chrome/browser/tabs/tab_strip_model.h" 118 // Make sure the browser has tabs and a window. Browsers destructor 129 (*i)->tab_count() << " tabs."; 141 // Store the order of tabs. 154 // Only add a window if it contains valid tabs. 191 const std::vector<TabContents*>& tabs) { 193 for (std::vector<TabContents*>::const_iterator i = tabs.begin(); 194 i != tabs.end(); 591 session_window->tabs.resize(specifics.tab_size()); 594 session_window->tabs[i] [all...] |
/external/chromium/chrome/browser/resources/ntp4/ |
recently_closed.js | 16 * @param {number} numTabs Number of tabs in the window. 82 a.textContent = formatTabsText(data.tabs.length);
|
/frameworks/base/docs/html/design/building-blocks/ |
grid-lists.jd | 52 <p>Don't use scrolling tabs as a means to switch views in conjunction with horizontally scrolling grid 54 scrolling tabs for view navigation together with a grid list, use vertical grid scrolling for list
|
/frameworks/base/docs/html/design/patterns/ |
app-structure.jd | 131 <h4>Use tabs to combine category selection and data display</h4> 142 <p>If the categories are familiar, predictable, or closely related, use scrolling tabs (where not all 143 items are in view simultaneously). Keep the number of scrolling tabs at a manageable level to 144 minimize navigational effort. Rule of thumb: no more than 5–7 tabs.</p> 148 Google Play uses tabs to simultaneously show category choice and content. To navigate between 155 <p>If the categories in the tabs are not closely related, favor fixed tabs, so that all categories are 160 YouTube uses fixed tabs to switch between different, relatively unrelated functional areas.
|
/frameworks/base/docs/html/guide/developing/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"
|