/external/chromium-trace/trace-viewer/src/tracing/tracks/ |
process_track_base.css | 17 .process-track-base:not(.expanded) > .track { 27 .process-track-header > expand-button.expand-button-expanded { 32 .process-track-header> expand-button:not(.expand-button-expanded) {
|
/external/chromium_org/third_party/WebKit/Source/core/xml/ |
XMLViewer.js | 140 collapsible.expanded.start.appendChild(createTag(node, false, false)); 142 nodeParentPairs.push({parentElement: collapsible.expanded.content, node: child}); 143 collapsible.expanded.end.appendChild(createTag(node, true, false)); 160 collapsible.expanded.start.appendChild(createComment('<!--')); 161 collapsible.expanded.content.appendChild(createComment(node.nodeValue)); 162 collapsible.expanded.end.appendChild(createComment('-->')); 180 collapsible.expanded.start.appendChild(createText('<![CDATA[')); 181 collapsible.expanded.content.appendChild(createText(node.nodeValue)); 182 collapsible.expanded.end.appendChild(createText(']]>')); 200 collapsible.expanded.start.appendChild(createComment('<?' + node.nodeName)) [all...] |
/external/chromium_org/remoting/webapp/ |
connection_history.css | 66 .connection-history-summary.expanded, 67 .connection-history-summary.expanded + .connection-history-detail { 76 .connection-history-summary.expanded + .connection-history-detail td div { 80 .connection-history-summary.expanded .zippy {
|
/external/e2fsprogs/po/ |
at-expand.pl | 5 "#. since the strings are expanded in two different ways. First of all,\n", 6 "#. there is an \@-expansion, where strings like \"\@i\" are expanded to\n", 14 "#. if \"bblock\" (which indicated that \"\@b\" would be expanded to \"block\")\n", 15 "#. is translated as \"ddatenverlust\", then \"\@d\" will be expanded to\n", 67 my $expanded = 0; 119 $expanded++; 123 $msg_accum = $msg_accum . "#. \@-expanded: $msg\n"; 131 $expanded++; 134 $msg_accum = $msg_accum . "#. \@-expanded: $msg\n"; 138 if ($expanded) { [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
NotificationData.java | 37 public ExpandableNotificationRow row; // the outer expanded view 39 public View expanded; // the inflated RemoteViews field in class:NotificationData.Entry 114 View content, View expanded, StatusBarIconView icon) { 120 entry.expanded = expanded; 139 if (e.expanded != null) { // the view successfully inflated 151 if (e.expanded != null) { // the view successfully inflated
|
/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/ |
ContactsExpansion.java | 94 boolean expanded = false; field in class:ContactsExpansion.ToggleScene 107 expandedContainer.setVisibility(expanded ? View.GONE : View.VISIBLE); 110 thumbnailView.setImageResource(expanded ? R.drawable.self_portrait_square_100 : 113 arrow.setRotation(expanded ? 0 : 90); 114 expanded = !expanded;
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
List6.java | 367 public SpeechView(Context context, String title, String dialogue, boolean expanded) { 383 mDialogue.setVisibility(expanded ? VISIBLE : GONE); 403 public void setExpanded(boolean expanded) { 404 mDialogue.setVisibility(expanded ? VISIBLE : GONE);
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
Section.js | 105 get expanded() 110 set expanded(x) 194 this.element.classList.add("expanded"); 207 this.element.classList.remove("expanded"); 212 this.expanded = !this.expanded;
|
treeoutline.js | 45 this.expanded = true; 139 child.expanded = child.treeOutline._expandedStateMap.get(child.representedObject); 355 if (this.selectedTreeElement.expanded) { 377 if (this.selectedTreeElement.expanded) { 452 this.expanded = false; 553 if (x && this.expanded) 594 if (this.expanded) 595 this._listItemNode.classList.add("expanded"); 614 if (this.expanded) 649 if (element.treeElement.expanded) { [all...] |
ScopeChainSidebarPane.js | 59 if (section.expanded) 128 section.expanded = false; 130 section.expanded = true;
|
/external/chromium_org/third_party/mesa/src/scons/ |
source_list.py | 44 expanded = '' 49 expanded += val[cur:] 53 expanded += val[cur:deref_pos] + self.symbol_table[sym] 56 return expanded
|
/external/clang/test/Preprocessor/ |
assembler-with-cpp.c | 21 // Unknown directives are expanded. 41 #define M4 expanded 45 // CHECK-Identifiers-False: 5: expanded (
|
/external/mesa3d/scons/ |
source_list.py | 44 expanded = '' 49 expanded += val[cur:] 53 expanded += val[cur:deref_pos] + self.symbol_table[sym] 56 return expanded
|
/external/chromium_org/chrome/browser/resources/ |
policy.css | 151 button.toggle-expanded-value { 159 tbody:not(.has-overflowed-value) button.toggle-expanded-value { 163 tbody:not(.has-overflowed-value) > tr.expanded-value-container, 164 tbody:not(.show-overflowed-value) > tr.expanded-value-container { 168 td.expanded-value {
|
policy_android.css | 177 button.toggle-expanded-value { 185 tbody:not(.has-overflowed-value) button.toggle-expanded-value { 189 tbody:not(.has-overflowed-value) > tr.expanded-value-container, 190 tbody:not(.show-overflowed-value) > tr.expanded-value-container { 194 td.expanded-value {
|
/packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
ConversationViewAdapter.java | 50 * in this adapter do not necessarily line up with cursor indices. For example, an expanded 144 ConversationMessage message, boolean expanded, boolean showImages) { 148 mExpanded = expanded; 197 public void setExpanded(boolean expanded) { 198 if (mExpanded != expanded) { 199 mExpanded = expanded; 263 * footer to stay in sync with the expanded state of the header. 535 public int addMessageHeader(ConversationMessage msg, boolean expanded, boolean showImages) { 536 return addItem(new MessageHeaderItem(this, mDateBuilder, msg, expanded, showImages)); 545 boolean expanded, boolean showImages) [all...] |
/packages/apps/Dialer/tests/src/com/android/dialer/calllog/ |
CallLogGroupBuilderTest.java | 269 private void assertGroupIs(int cursorPosition, int size, boolean expanded, GroupSpec group) { 272 assertEquals(expanded, group.expanded); 281 /** Whether the group should be initially expanded. */ 282 public final boolean expanded; field in class:CallLogGroupBuilderTest.GroupSpec 284 public GroupSpec(int cursorPosition, int size, boolean expanded) { 287 this.expanded = expanded; 297 public void addGroup(int cursorPosition, int size, boolean expanded) { 298 groups.add(new GroupSpec(cursorPosition, size, expanded)); [all...] |
/external/chromium_org/chrome/browser/resources/file_manager/foreground/css/ |
tree.css | 37 .tree-item[expanded] > .tree-row > .expand-icon { 58 .tree-children[expanded] {
|
/external/chromium_org/ui/message_center/views/ |
notification_view.h | 41 bool expanded, 74 bool expanded);
|
/frameworks/ex/common/java/com/android/common/widget/ |
GroupingListAdapter.java | 47 * Information about a specific list item: is it a group, if so is it expanded. 76 * and whether they are expanded. 132 boolean expanded); 138 * Cache should be reset whenever the cursor changes or groups are expanded or collapsed. 201 protected void addGroup(int cursorPosition, int size, boolean expanded) { 211 if (expanded) { 245 boolean expanded = (metadata & EXPANDED_GROUP_MASK) != 0; 250 if (expanded) { 346 boolean expanded = (group & EXPANDED_GROUP_MASK) != 0; 353 metadata.isExpanded = expanded; [all...] |
/external/chromium_org/ui/webui/resources/css/ |
expandable_bubble.css | 49 .expandable-bubble[expanded] > .expandable-bubble-contents > 65 .expandable-bubble[expanded] { 70 .expandable-bubble[expanded] > .expandable-bubble-close {
|
/external/chromium_org/chrome/browser/extensions/api/braille_display_private/ |
braille_controller_brlapi.cc | 267 brlapi_expandedKeyCode_t expanded; local 268 if (libbrlapi_loader_.brlapi_expandKeyCode(code, &expanded) != 0) { 274 switch (expanded.type) { 276 switch (expanded.command) { 297 result->display_position.reset(new int(expanded.argument)); 302 result->braille_dots.reset(new int(expanded.argument & 0xf)); 303 if ((expanded.argument & BRLAPI_DOTC) != 0)
|
/external/openfst/src/include/fst/ |
dfs-visit.h | 107 bool expanded = false; local 108 if (fst.Properties(kExpanded, false)) { // tests if expanded case, then 110 expanded = true; 184 if (!expanded && root == nstates) {
|
/external/chromium_org/chrome/browser/resources/chromeos/ |
about_sys.css | 130 .number-expanded, 136 html[dir='rtl'] .number-expanded, 160 .number-expanded .stat-value {
|
/external/chromium-trace/trace-viewer/src/tcmalloc/ |
tcmalloc_snapshot_view.css | 35 /* Expanded state for list element. Must be located under the collapsed one. */ 36 .tcmalloc-snapshot-view .expanded {
|