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

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/UnifiedEmail/res/raw/
template_super_collapsed.html 1 <div class="mail-super-collapsed-block spacer" index="%s" style="height: %spx;"></div>
  /external/chromium_org/third_party/WebKit/PerformanceTests/Layout/
large-table-with-collapsed-borders-and-colspans-wider-than-table.html 4 <title>Table layout performance with collapsed borders and a cell with a colspan wider than the other rows in the table.</title>
5 <link rel="stylesheet" href="resources/large-table-with-collapsed-borders.css" TYPE="text/css"></link>
7 <script src="resources/large-table-with-collapsed-borders.js"></script>
large-table-with-collapsed-borders-and-colspans.html 4 <title>Table layout performance with collapsed borders and a cell with a colspan that can be accomodated by the width given by other rows in the table.</title>
5 <link rel="stylesheet" href="resources/large-table-with-collapsed-borders.css" TYPE="text/css"></link>
7 <script src="resources/large-table-with-collapsed-borders.js"></script>
large-table-with-collapsed-borders-and-no-colspans.html 4 <title>Table layout performance with collapsed borders and no cells with colspan.</title>
5 <link rel="stylesheet" href="resources/large-table-with-collapsed-borders.css" TYPE="text/css"></link>
7 <script src="resources/large-table-with-collapsed-borders.js"></script>
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
NewTabPagePrefs.java 34 * Sets whether the list of currently open tabs is collapsed (vs expanded) on the Recent Tabs
36 * @param isCollapsed Whether we want the currently open tabs list to be collapsed.
43 * Gets whether the list of currently open tabs is collapsed (vs expanded) on Recent Tabs page.
44 * @return Whether the list of currently open tabs is collapsed (vs expanded) on
52 * Sets whether the list of snapshot documents is collapsed (vs expanded) on the Recent Tabs
54 * @param isCollapsed Whether we want the snapshot documents list to be collapsed.
61 * Gets whether the list of snapshot documents is collapsed (vs expanded) on
63 * @return Whether the list of snapshot documents is collapsed (vs expanded) on
71 * Sets whether the list of recently closed tabs is collapsed (vs expanded) on the Recent Tabs
73 * @param isCollapsed Whether we want the recently closed tabs list to be collapsed
    [all...]
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
Collapser.java 25 * function that takes an ArrayList of items and returns a list of the same items collapsed into
36 * Interface implemented by data types that can be collapsed into groups of similar data. This
45 * Collapses a list of Collapsible items into a list of collapsed items. Items are collapsed
46 * if {@link Collapsible#shouldCollapseWith(Object) return strue, and are collapsed
49 * @param list ArrayList of Objects of type <T extends Collapsible<T>> to be collapsed.
  /dalvik/dx/tests/082-dex-throws-list-sharing/
info.txt 2 identical throws lists in different methods get collapsed into a single
  /external/chromium_org/third_party/WebKit/Source/core/xml/
DocumentXMLTreeViewer.js 173 collapsible.collapsed.content.appendChild(createTag(node, false, false));
174 collapsible.collapsed.content.appendChild(createText('...'));
175 collapsible.collapsed.content.appendChild(createTag(node, true, false));
192 collapsible.collapsed.content.appendChild(createComment('<!--'));
193 collapsible.collapsed.content.appendChild(createComment('...'));
194 collapsible.collapsed.content.appendChild(createComment('-->'));
212 collapsible.collapsed.content.appendChild(createText('<![CDATA['));
213 collapsible.collapsed.content.appendChild(createText('...'));
214 collapsible.collapsed.content.appendChild(createText(']]>'));
232 collapsible.collapsed.content.appendChild(createComment('<?' + node.nodeName))
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/
Collapser.java 27 * function that takes an ArrayList of items and returns a list of the same items collapsed into
44 * Interface implemented by data types that can be collapsed into groups of similar data. This
54 * Collapses a list of Collapsible items into a list of collapsed items. Items are collapsed
55 * if {@link Collapsible#shouldCollapseWith(Object)} returns true, and are collapsed
58 * @param list List of Objects of type <T extends Collapsible<T>> to be collapsed.
  /developers/build/prebuilts/gradle/CustomNotifications/Application/src/main/res/values/
strings.xml 20 <string name="collapsed">I\'m the collapsed notification.\nCreated at: %s</string>
34 <string name="collapsed_image">A single Android robot waving. Symbolises a collapsed
  /developers/samples/android/notification/CustomNotifications/Application/src/main/res/values/
strings.xml 20 <string name="collapsed">I\'m the collapsed notification.\nCreated at: %s</string>
34 <string name="collapsed_image">A single Android robot waving. Symbolises a collapsed
  /development/samples/browseable/CustomNotifications/res/values/
strings.xml 20 <string name="collapsed">I\'m the collapsed notification.\nCreated at: %s</string>
34 <string name="collapsed_image">A single Android robot waving. Symbolises a collapsed
  /external/chromium-trace/trace-viewer/src/tcmalloc/
tcmalloc_snapshot_view.css 30 /* Collapsed state for list element */
31 .tcmalloc-snapshot-view .collapsed {
35 /* Expanded state for list element. Must be located under the collapsed one. */
  /external/chromium_org/chrome/browser/resources/print_preview/settings/
settings_section.js 24 * Whether content of this section should be collapsed or not.
49 * collapsed/expanded.
62 * collapsed.
70 * should be collapsed, even if this section is available.
  /frameworks/base/core/java/android/view/
CollapsibleActionView.java 23 * when expanded or collapsed as an action view alongside the optional,
37 * Called when this view is collapsed as an action view.
  /external/doclava/res/assets/templates/
diff.cs 28 .collapsed { property
67 if ($(tr).hasClass("collapsed")) {
68 $(tr).removeClass("collapsed");
76 $(tr).addClass("collapsed");
94 if ($(tr).hasClass("collapsed")) {
95 $(tr).removeClass("collapsed");
103 $(tr).addClass("collapsed");
  /frameworks/base/packages/SystemUI/res/values-h560dp-xhdpi/
config.xml 19 <!-- The maximum count of notifications on Keyguard. The rest will be collapsed in an overflow
  /frameworks/base/packages/SystemUI/res/values-h560dp-xxhdpi/
config.xml 18 <!-- The maximum count of notifications on Keyguard. The rest will be collapsed in an overflow
  /frameworks/base/packages/SystemUI/res/values-h650dp/
config.xml 20 <!-- The maximum count of notifications on Keyguard. The rest will be collapsed in an overflow
  /frameworks/base/packages/SystemUI/res/values-sw600dp-land/
config.xml 18 <!-- The maximum count of notifications on Keyguard. The rest will be collapsed in an overflow
  /development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/
ExpandableListItem.java 22 * of the current state (collapsed/expanded) of the corresponding item in the list,
23 * as well as store the height of the cell in its collapsed state.
  /frameworks/support/v7/appcompat/src/android/support/v7/view/
CollapsibleActionView.java 23 * collapsed as an action view alongside the optional, app-specified callbacks to {@link
38 * Called when this view is collapsed as an action view. See {@link
  /external/chromium_org/sync/protocol/
synced_notification_render.proto 19 // Render information for the collapsed (summary) view of a notification.
26 // Render information for the collapsed (summary) view of a coalesced
41 // this collapsed info is describing. Nothing about the display of this
42 // collapsed info is defined by the meta tags.
51 // Collapsed information for each notification in the coalesced group.
67 // collapsed UI.
  /external/chromium_org/chrome/browser/resources/about_sys/
about_sys.js 38 * Toggles whether an item is collapsed or expanded.
42 if (valueDiv.parentNode.className == 'number-collapsed') {
46 valueDiv.parentNode.className = 'number-collapsed';
60 valueDivs[i].parentNode.className = 'number-collapsed';
91 valueDivs[i].parentNode.className = 'number-collapsed';
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
PropertyFactory.java 264 List<Property> collapsed = new ArrayList<Property>(properties.size()); local
313 collapsed.add(property);
318 collapsed.add(property);
358 collapsed.add(property);
372 collapsed.add(complex);
391 collapsed.add(subProperties.iterator().next());
422 collapsed.add(property);
432 collapsed.add(property);
435 Collections.sort(collapsed, Property.PRIORITY);
437 return collapsed;
444 List<Property> collapsed = new ArrayList<Property>(properties.size()); local
    [all...]

Completed in 1151 milliseconds

1 2 3 4 5 6 7 8 91011>>