/developers/samples/android/ui/actionbarcompat/ActionBarCompat-SearchView/src/main/res/menu/ |
main.xml | 31 collapsed until the user clicks on the action item.
|
/external/clang/www/analyzer/scripts/ |
expandcollapse.js | 15 // expanded: boolean; is a cell expanded or collapsed? 153 // Cell is collapsed - expand the row height to the cells original height. 158 // Update all cells (height and expanded/collapsed state) in a row according 184 // Scroll page up if a row is collapsed and the rows top is above the
|
/frameworks/base/packages/SystemUI/res/layout/ |
split_clock_view.xml | 40 <!-- Empty text view so we have the same height when expanded/collapsed-->
|
/frameworks/base/packages/SystemUI/res/values-sw600dp/ |
config.xml | 29 <!-- The maximum count of notifications on Keyguard. The rest will be collapsed in an overflow
|
/frameworks/base/packages/SystemUI/res/values-sw720dp/ |
config.xml | 39 <!-- The maximum count of notifications on Keyguard. The rest will be collapsed in an overflow
|
/external/chromium_org/chrome/browser/ui/panels/ |
stacked_panel_collection.h | 78 // panels are collapsed. 126 // so far if all panels that could be collapsed have been collapsed.
|
/frameworks/base/core/java/com/android/internal/view/menu/ |
MenuPresenter.java | 123 * @param menu Menu containing the item to be collapsed 124 * @param item Item to be collapsed 125 * @return true if this presenter collapsed the action view, false otherwise.
|
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/ |
MenuPresenter.java | 128 * @param menu Menu containing the item to be collapsed 129 * @param item Item to be collapsed 130 * @return true if this presenter collapsed the action view, false otherwise.
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
ConversationViewState.java | 48 public static int COLLAPSED = 2; 102 * @return 1 = expanded, 2 = collapsed, 3 = super collapsed, or null otherwise
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Finder/ |
Window_classes.py | 56 """collapsed - Is the window collapsed """ 149 'collapsed' : _Prop_collapsed,
|
/frameworks/ex/common/java/com/android/common/widget/ |
GroupingListAdapter.java | 32 * child. Groups are collapsible and collapsed by default. 138 * Cache should be reset whenever the cursor changes or groups are expanded or collapsed. 184 * to be collapsed. 371 // E) The element is past the collapsed group 403 * Mark group as expanded if it is collapsed and vice versa.
|
/external/llvm/lib/CodeGen/ |
ExecutionDepsFix.cpp | 42 /// DomainValue - they will eventually be collapsed to the same execution 45 /// A collapsed DomainValue represents a single register that has been forced 46 /// into one of more execution domains. There is a separate collapsed 58 // possible domains for collapsing. For a collapsed DomainValue it is the 70 // A collapsed DomainValue has no instructions to twiddle - it simply keeps 299 // Set up basic collapsed DomainValue. 305 /// registers using dv, they each get a unique collapsed DomainValue. 324 assert(!A->isCollapsed() && "Cannot merge into collapsed"); 325 assert(!B->isCollapsed() && "Cannot merge from collapsed"); 408 // We are already collapsed, but predecessor is not. Force it [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/ |
ElementsPanel.js | 759 if (crumb.classList.contains("collapsed")) { 760 // Clicking a collapsed crumb will expose the hidden crumbs. 767 var collapsed = currentCrumb.classList.contains("collapsed"); 768 if (!hidden && !collapsed) 864 crumb.classList.remove("compact", "collapsed", "hidden"); 875 // Layout 2: Measure collapsed crumb sizes 886 // Layout 3: Measure collapsed crumb size 887 crumbs.firstChild.classList.add("collapsed"); [all...] |
/external/chromium_org/chrome/browser/resources/bookmark_manager/js/bmm/ |
bookmark_tree.js | 23 * A map of the collapsed IDs. 30 * Set the collapsed state for an ID. 32 * collapsed.
|
/external/chromium_org/chrome/browser/ui/omnibox/ |
omnibox_view.cc | 46 const base::string16 collapsed = base::CollapseWhitespace(text, false); local 49 return collapsed.empty() ? 50 base::ASCIIToUTF16(" ") : StripJavascriptSchemas(collapsed);
|
/frameworks/base/core/java/android/widget/ |
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.
|
/development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/ |
ExpandingCells.java | 30 * title. These two items are centered in the default (collapsed) state of the listview's
|
ExpandingLayout.java | 27 * expanded or collapsed as opposed to just fading the content in(out) after(before)
|
/external/chromium_org/chrome/browser/resources/net_internals/ |
main.css | 64 * Styles for TABLE that uses a thin collapsed border.
|
/external/chromium_org/content/public/browser/ |
web_contents_user_data.h | 65 // will be collapsed by the Visual Studio linker.
|
/external/chromium_org/third_party/WebKit/Source/core/accessibility/ |
AXMenuListOption.cpp | 62 // In a single-option select with the popup collapsed, only the selected
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
Range.idl | 32 readonly attribute boolean collapsed;
|
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/ |
IDBMetadata.h | 79 // FIXME: These can probably be collapsed into 0.
|
/external/chromium_org/third_party/skia/src/gpu/ |
GrTraceMarker.cpp | 65 // check used for GrGpuGL device after we've already collapsed all markers
|
/external/chromium_org/ui/webui/resources/js/cr/ui/ |
expandable_bubble.js | 114 // Center bubble in collapsed mode (if it doesn't take up all the room we 211 * Shows the bubble. The bubble will start collapsed and expand when 277 // collapsed/hide the bubble we consider the event handles and don't 294 * bubble is collapsed and the title doesn't fit because it is maxed out in
|