HomeSort by relevance Sort by last modified time
    Searched full:collapse (Results 76 - 100 of 438) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/inspector/front-end/
Section.js 110 this.collapse();
160 collapse: function()
treeoutline.js 366 this.selectedTreeElement.collapse();
374 this.selectedTreeElement.parent.collapse();
416 TreeOutline.prototype.collapse = function()
524 this.collapse();
661 element.treeElement.collapse();
683 TreeElement.prototype.collapse = function()
703 item.collapse();
  /frameworks/base/docs/html/design/patterns/
multi-pane-layouts.jd 78 <h4>Expand/collapse</h4>
79 <p>When the device rotates, collapse the left pane view to only show the most important information.</p>
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PanelBar.java 143 pv.collapse();
192 pv.collapse();
  /external/eigen/doc/
eigendoxy.css 316 border-collapse: collapse;
593 border-collapse:collapse;
723 border-collapse: collapse;
831 border-collapse: separate;
  /frameworks/base/packages/SystemUI/res/values/
dimens.xml 107 <!-- Minimum final velocity of gestures interpreted as collapse requests -->
118 collapse request -->
125 <!-- Initial acceleration of an collapse animation after fling -->
  /frameworks/support/v4/java/android/support/v4/internal/view/
SupportMenuItem.java 179 * Collapse the action view associated with this menu item. The menu item must have an action
203 * action view is expanded or collapsed. The menu item must be configured to expand or collapse
206 * @param listener Listener that will respond to expand/collapse events
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-reference.js 361 a.text("[Collapse]");
362 } else if ( (expand == null && a.text() == "[Collapse]") || (expand == false) ) {
380 a.text("[Collapse All]");
396 $("#toggleAllClassInherited").text("[Collapse All]");
  /cts/tests/tests/widget/src/android/widget/cts/
ExpandableListViewBasicTest.java 91 assertFalse("Group did not collapse", mExpandableListView.isGroupExpanded(groupPos));
  /development/testrunner/
make_tree.py 83 Used to collapse set of Android.mk files to use to prevent issuing make
  /external/chromium/chrome/browser/sidebar/
sidebar_container.cc 93 void SidebarContainer::Collapse() {
  /external/doclava/res/assets/templates/assets/
doclava-developer-core.css 160 border-collapse:collapse;
608 border-collapse:collapse;
doclava-developer-reference.js 342 a.text("[Collapse]");
343 } else if ( (expand == null && a.text() == "[Collapse]") || (expand == false) ) {
361 a.text("[Collapse All]");
377 $("#toggleAllClassInherited").text("[Collapse All]");
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
datatype_normalization2.xsd 85 <xsd:whiteSpace value="collapse"/>
datatypenormalization15.js 82 Check if string values were normalized per an explicit whitespace=collapse.
  /external/webkit/Source/WebCore/dom/
Range.idl 53 void collapse(in boolean toStart)
  /external/webkit/Source/WebCore/html/
HTMLOptGroupElement.cpp 118 // We want to collapse our whitespace too. This will match other browsers.
  /external/webkit/Source/WebCore/page/
DOMSelection.h 76 void collapse(Node*, int offset, ExceptionCode&);
DOMSelection.idl 43 void collapse(in Node node, in long index)
  /external/webkit/Source/WebCore/wml/
WMLOptGroupElement.cpp 121 // We want to collapse our whitespace too. This will match other browsers.
  /external/webkit/Tools/iExploder/iexploder-1.3.2/htdocs/
cssproperties.in 61 -webkit-margin-bottom-collapse
62 -webkit-margin-collapse
65 -webkit-margin-top-collapse
137 border-collapse
  /frameworks/support/v4/java/android/support/v4/view/
MenuItemCompat.java 102 * @return true if the item should collapse, false if collapsing should be suppressed.
385 * Collapse the action view associated with this menu item. The menu item must have an action
422 * The menu item must be configured to expand or collapse its action view using the flag
425 * @param listener Listener that will respond to expand/collapse events
  /ndk/sources/host-tools/sed-4.2.1/lib/
basename.c 84 /* Collapse a sequence of trailing slashes into one. */
  /packages/apps/Contacts/res/layout/
carousel_updates_tab.xml 18 TODO: Collapse carousel_about_tab with carousel_updates_tab into 1 XML that
  /external/antlr/antlr-3.4/runtime/C/vsrulefiles/
antlr3lexer.rules 127 DisplayName="Collapse Edges"
130 Description="Collapse incident edges into DFA states"

Completed in 417 milliseconds

1 2 34 5 6 7 8 91011>>