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

1 2 3 4 5

  /packages/apps/Contacts/src/com/android/contacts/
Collapser.java 26 * function that takes an ArrayList of items and returns a list of the same items collapsed into
37 * Interface implemented by data types that can be collapsed into groups of similar data. This
46 * Collapses a list of Collapsible items into a list of collapsed items. Items are collapsed
47 * if {@link Collapsible#shouldCollapseWith(Object) return strue, and are collapsed
50 * @param list ArrayList of Objects of type <T extends Collapsible<T>> to be collapsed.
GroupingListAdapter.java 34 * child. Groups are collapsible and collapsed by default.
140 * Cache should be reset whenever the cursor changes or groups are expanded or collapsed.
186 * to be collapsed.
359 // E) The element is past the collapsed group
391 * Mark group as expanded if it is collapsed and vice versa.
  /dalvik/dx/tests/082-dex-throws-list-sharing/
info.txt 2 identical throws lists in different methods get collapsed into a single
  /external/webkit/WebCore/manual-tests/inspector/
debugger-scopes-inspection.html 33 <p>To test, open the Inspector and start a debugging session. In a second debugger will pause. While paused look at scope chain pane. There should be three scopes: 'With scope' containing objField variable, 'Local scope' with this and self variables and 'Global scope'. All scopes but 'Global' should be expanced. 'Global' scope should be collapsed(it takes too long to expand DOMWindow so we prefer to do it on demand). </p>
  /external/webkit/WebKit/win/Interfaces/
DOMRange.idl 90 - (BOOL)collapsed;
92 HRESULT collapsed([out, retval] BOOL* result);
  /frameworks/base/core/java/android/widget/
ResourceCursorTreeAdapter.java 43 * defines the views for collapsed groups.
70 * defines the views for collapsed groups.
ExpandableListAdapter.java 114 * @param isExpanded whether the group is expanded or collapsed
175 * Called when a group is collapsed.
177 * @param groupPosition The group being collapsed.
ExpandableListConnector.java 132 * collapsed group, we will not have a direct match here, but we will
138 * it, and all groups before it are collapsed).
319 * groups, so it must be a collapsed group that they're search for
573 * This skips the collapsed groups and increments the flat list
574 * position (for subsequent exp groups) by accounting for the collapsed
608 * If it is null, it must be already collapsed. This group metadata
    [all...]
ExpandableListView.java 46 * collapsed group, child, or last child). Use
348 // we do a check on it. Otherwise, the group is collapsed so we consider it
621 * @return True if the group was collapsed, false otherwise (if the group
622 * was already collapsed, this will return false)
634 /** Used for being notified when a group is collapsed */
638 * been collapsed.
640 * @param groupPosition The group position that was collapsed
819 * Sets the selection to the specified child. If the child is in a collapsed
    [all...]
TableRow.java 96 * @param collapsed true if the column must be collapsed, false otherwise
99 void setColumnCollapsed(int columnIndex, boolean collapsed) {
102 child.setVisibility(collapsed ? GONE : VISIBLE);
TableLayout.java 270 * <p>Collapses or restores a given column. When collapsed, a column
272 * other columns. A column is collapsed/restored only when it belongs to
278 * @param isCollapsed true if the column must be collapsed, false otherwise
298 * <p>Returns the collapsed state of the specified column.</p>
301 * @return true if the column is collapsed, false otherwise
380 // collapsed; otherwise, this might affect the default
  /external/webkit/WebCore/inspector/front-end/
ElementsPanel.js 632 if (crumb.hasStyleClass("collapsed")) {
633 // Clicking a collapsed crumb will expose the hidden crumbs.
640 var collapsed = currentCrumb.hasStyleClass("collapsed");
641 if (!hidden && !collapsed)
803 crumb.removeStyleClass("collapsed");
    [all...]
TimelinePanel.js 424 if (!record.collapsed) {
593 if (!record.collapsed) {
596 this._expandElement.removeStyleClass("timeline-expandable-collapsed");
599 this._expandElement.addStyleClass("timeline-expandable-collapsed");
610 this._record.collapsed = !this._record.collapsed;
  /external/webkit/WebCore/accessibility/
AccessibilityMenuListOption.cpp 68 // In a single-option select with the popup collapsed, only the selected
  /frameworks/base/core/java/android/app/
ExpandableListActivity.java 187 * Override this for receiving callbacks when a group has been collapsed.
301 * Sets the selection to the specified child. If the child is in a collapsed
308 * it is collapsed.
  /cts/tests/tests/widget/src/android/widget/cts/
ExpandableListViewBasicTest.java 133 // Insert a collapsed group in front of the one just expanded
SimpleExpandableListAdapterTest.java 420 // the collapsed and expanded use same layout
429 // the collapsed and expanded use different layouts
478 // the collapsed and expanded use same layout
487 // the collapsed and expanded use different layouts
  /external/webkit/JavaScriptCore/profiler/
Profile.cpp 132 printf("\nSort by top of stack, same collapsed (when >= 5):\n");
  /external/webkit/WebCore/dom/
Range.idl 34 readonly attribute boolean collapsed
Range.h 58 bool collapsed(ExceptionCode&) const;
  /frameworks/base/core/tests/coretests/src/android/widget/expandablelistview/
ExpandableListBasicTest.java 101 // Insert a collapsed group in front of the one just expanded
  /external/chromium/third_party/icu/source/tools/toolutil/
uoptions.h 105 * Short name options without arguments can be collapsed into a single
  /external/icu4c/tools/toolutil/
uoptions.h 105 * Short name options without arguments can be collapsed into a single
  /external/webkit/WebCore/editing/
InsertLineBreakCommand.cpp 124 // Insert an extra br or '\n' if the just inserted one collapsed.
  /external/webkit/WebCore/page/
Frame.cpp     [all...]

Completed in 1226 milliseconds

1 2 3 4 5