/external/chromium_org/chrome/common/extensions/docs/static/js/ |
tabs.js | 49 headers[i].classList.remove('unselected'); 51 contents[i].classList.remove('unselected'); 53 headers[i].classList.add('unselected'); 55 contents[i].classList.add('unselected'); 77 headers[j].classList.remove("unselected"); 78 contents[j].classList.remove("unselected"); 81 headers[j].classList.add("unselected"); 82 contents[j].classList.add("unselected"); 90 headers[0].classList.remove("unselected"); 91 contents[0].classList.remove("unselected"); [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
Spinner1.java | 57 showToast("Spinner1: unselected"); 74 showToast("Spinner2: unselected");
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
icon_design_tab.jd | 45 multi-tab interface. Each tab icon has two states: unselected and selected.</p> 85 <p>Tab icons should have two states: unselected and selected. To provide icons 118 selected and unselected icon drawables. For example, below is the code 128 <!-- unselected state (default) --> 232 <p>Tab icons should have two states: selected and unselected.</p> 237 <img src="{@docRoot}images/icon_design/tab_style_unselected.png" alt="A view of effects for unselected tab icons."/> 241 <p><strong>Figure 2. </strong>Style and effects for unselected tab icons.</p> 314 <li>Unselected tab icons have the same fill gradient and effects as 318 <li>Selected tab icons look just like unselected tab icons, but with a fainter 334 unselected tab icon structure." / [all...] |
/external/chromium_org/ui/views/controls/menu/ |
menu_image_util.h | 22 // true, or the "unselected" image if false.
|
/external/chromium_org/chrome/browser/ui/cocoa/tabs/ |
tab_view.h | 22 // The state of alerting (to show a title change on an unselected, pinned tab). 103 // Begin showing an "alert" glow (shown to call attention to an unselected
|
/external/chromium/chrome/browser/ui/views/tabs/ |
tab_strip.cc | 230 // We have "tiny tabs" if the tabs are so tiny that the unselected ones are 661 // When there are multiple tabs, we'll have one selected and some unselected 665 // selected tabs have a minimum width of 4 and unselected tabs have a minimum 673 // Unselected width = (total width - selected width) / (num_tabs - 1) 679 // Selected width = (total width - (unselected width * (num_tabs - 1))) 706 double unselected, selected; local 707 GetDesiredTabWidths(tab_count(), mini_tab_count, &unselected, &selected); local 708 // TODO: this is always selected, should it be 'selected : unselected'? 889 double unselected, selected; local 890 GetDesiredTabWidths(non_closing_tab_count, mini_tab_count, &unselected, [all...] |
tab.h | 45 // Returns the minimum possible size of a single unselected Tab. 48 // always show a close button and have a larger minimum size than unselected
|
/development/samples/training/multiscreen/newsreader/src/com/example/android/newsreader/ |
CompatActionBarNavHandler.java | 81 * Called by framework when a tab is unselected. Not used in our app.
|
/external/chromium/chrome/browser/ui/touch/tabs/ |
touch_tab.h | 37 // Returns the minimum possible size of a single unselected Tab.
|
/external/chromium_org/chrome/browser/chromeos/input_method/ |
candidate_view.h | 49 // like an unselected candidate.
|
/external/chromium_org/ui/webui/resources/js/cr/ui/ |
list_selection_model.js | 47 var unselected = {}; 49 unselected[index] = true; 55 delete unselected[index]; 67 for (var index in unselected) {
|
/development/samples/training/TabCompat/src/com/example/android/tabcompat/lib/ |
TabHelperEclair.java | 95 * CompatTabListener: selected, unselected, reselected. 105 // Pass the unselected event back to the tab's CompatTabListener
|
/external/chromium/chrome/browser/ui/cocoa/tabs/ |
tab_view.h | 25 // The state of alerting (to show a title change on an unselected, pinned tab). 113 // Begin showing an "alert" glow (shown to call attention to an unselected
|
/external/proguard/src/proguard/gui/ |
FilterBuilder.java | 79 // Count all selected and unselected check boxes with the prefix. 98 // Are there only unselected check boxes?
|
/developers/build/prebuilts/gradle/ActionBarCompat-Styled/ActionBarCompat-StyledSample/src/main/java/com/example/android/actionbarcompat/styled/ |
MainActivity.java | 72 // This is called when a previously selected tab is unselected.
|
/developers/samples/android/ui/actionbarcompat/ActionBarCompat-Styled/ActionBarCompat-StyledSample/src/main/java/com/example/android/actionbarcompat/styled/ |
MainActivity.java | 72 // This is called when a previously selected tab is unselected.
|
/development/samples/browseable/Styled/src/com.example.android.actionbarcompat.styled/ |
MainActivity.java | 72 // This is called when a previously selected tab is unselected.
|
/frameworks/base/media/java/android/media/ |
Rating.java | 141 * @param hasHeart true for a "heart selected" rating, false for "heart unselected". 230 * @return true if the rating is "heart selected", false if the rating is "heart unselected",
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/ |
ViewHierarchyScene.java | 191 private static Color UNSELECTED = Color.BLACK; 219 child.setForeground(isSelected || node.filtered ? SELECTED : UNSELECTED);
|
/external/chromium/chrome/browser/ui/gtk/tabs/ |
tab_strip_gtk.cc | 165 double unselected, selected; local 166 tabstrip->GetCurrentTabWidths(&unselected, &selected); 167 tab_width = tab->IsSelected() ? selected : unselected; 1330 double unselected, selected; local 1487 double unselected, selected; local 1488 GetDesiredTabWidths(GetTabCount(), mini_tab_count, &unselected, &selected); local [all...] |
/external/chromium_org/chrome/browser/ui/gtk/tabs/ |
tab_strip_gtk.cc | 186 double unselected, selected; local 187 tabstrip->GetCurrentTabWidths(&unselected, &selected); 188 tab_width = tab->IsActive() ? selected : unselected; 1429 double unselected, selected; local 1601 double unselected, selected; local 1602 GetDesiredTabWidths(GetTabCount(), mini_tab_count, &unselected, &selected); local [all...] |
tab_renderer_gtk.h | 184 // Returns the minimum possible size of a single unselected Tab. 187 // always show a close button and have a larger minimum size than unselected 451 // Color of the title text on an unselected tab.
|
/external/chromium_org/chrome/browser/ui/views/tabs/ |
tab.h | 111 // Returns the minimum possible size of a single unselected Tab. 114 // always show a close button and have a larger minimum size than unselected 283 // Returns the minimum possible size of a single unselected Tab, not
|
/developers/build/prebuilts/gradle/BasicMediaRouter/BasicMediaRouterSample/src/main/java/com/example/android/basicmediarouter/ |
MainActivity.java | 92 * {@link android.app.Presentation} when a route is selected, unselected or the 120 * The route has been unselected.
|
/developers/samples/android/media/BasicMediaRouter/BasicMediaRouterSample/src/main/java/com/example/android/basicmediarouter/ |
MainActivity.java | 92 * {@link android.app.Presentation} when a route is selected, unselected or the 120 * The route has been unselected.
|