/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
BaseStatusBar.java | 701 entry.expanded = contentViewLocal; 803 // Remove the expanded view. 833 // Construct the expanded view. [all...] |
/packages/apps/Contacts/res/values/ |
dimens.xml | 83 <!-- Width and height of the expanded contact photo on the contact detail page --> 86 <!-- This is the minimum amount of space to leave underneath an expanded contact detail
|
/device/lge/hammerhead/overlay/frameworks/base/core/res/res/xml/ |
eri.xml | 534 EriText="Expanded Services" 541 EriText="Expanded Network" 604 EriText="Expanded Services" 611 EriText="Expanded Network" 674 EriText="Expanded Services" 681 EriText="Expanded Network" [all...] |
/external/apache-xml/src/main/java/org/apache/xpath/patterns/ |
NodeTest.java | 555 // From the draft: "Two expanded names are equal if they 563 // is expanded in the same way as with a QName using the context 565 // of the principal type whose expanded name has the URI to which 628 // From the draft: "Two expanded names are equal if they 636 // is expanded in the same way as with a QName using the context 638 // of the principal type whose expanded name has the URI to which
|
/external/chromium/base/ |
values_unittest.cc | 302 dict.Set("this.is.expanded", Value::CreateNullValue()); 303 dict.SetWithoutPathExpansion("this.isnt.expanded", Value::CreateNullValue()); 305 EXPECT_FALSE(dict.HasKey("this.is.expanded")); 314 EXPECT_TRUE(dict.HasKey("this.isnt.expanded")); 316 EXPECT_FALSE(dict.Get("this.isnt.expanded", &value3)); 318 ASSERT_TRUE(dict.GetWithoutPathExpansion("this.isnt.expanded", &value4));
|
/external/chromium_org/base/ |
values_unittest.cc | 306 dict.Set("this.is.expanded", Value::CreateNullValue()); 307 dict.SetWithoutPathExpansion("this.isnt.expanded", Value::CreateNullValue()); 309 EXPECT_FALSE(dict.HasKey("this.is.expanded")); 318 EXPECT_TRUE(dict.HasKey("this.isnt.expanded")); 320 EXPECT_FALSE(dict.Get("this.isnt.expanded", &value3)); 322 ASSERT_TRUE(dict.GetWithoutPathExpansion("this.isnt.expanded", &value4));
|
/external/chromium_org/ui/message_center/views/ |
message_popup_collection.cc | 189 bool expanded = true; local 191 expanded = (*iter)->is_expanded(); 195 expanded, 502 bool expanded = true; local 504 expanded = (*iter)->is_expanded(); 514 expanded,
|
message_center_view.cc | 998 bool expanded = true; local 1145 bool expanded = true; local [all...] |
/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
p5.cpp | 7 // expansion is expanded by that pack expansion. An appearance of the 8 // name of a parameter pack is only expanded by the innermost 10 // name one or more parameter packs that are not expanded by a nested 19 // All of the parameter packs expanded by a pack expansion shall have 37 // An appearance of a name of a parameter pack that is not expanded is 408 f(const_cast<const Args*>(&args)...); // OK: "Args" and "args" are expanded within f
|
/ndk/sources/host-tools/make-3.81/doc/ |
make.texi | 266 * Value Function:: Return the un-expanded value of a variable. [all...] |
make.info-1 | 240 * Value Function:: Return the un-expanded value of a variable. [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
LegalizeTypes.h | 89 /// ExpandedIntegers - For integer nodes that need to be expanded this map 90 /// indicates which operands are the expanded version of the input. 97 /// ExpandedFloats - For float nodes that need to be expanded this map 98 /// indicates which operands are the expanded version of the input. 106 /// which operands are the expanded version of the input. 296 /// GetExpandedInteger - Given a processed operand Op which was expanded into 299 /// For example, if Op is an i64 which was expanded into two i32's, then this 440 /// GetExpandedFloat - Given a processed operand Op which was expanded into 443 /// exactly equal Hi. For example, if Op is a ppcf128 which was expanded [all...] |
/external/bison/data/m4sugar/ |
m4sugar.m4 | 475 # Similar to m4_if, except that each TEST is expanded when encountered. 956 # any macro expanded during this time that relies on nested [] quoting [all...] |
/frameworks/base/core/java/android/app/ |
Notification.java | 143 * {@link Notification.Builder} has displayed the number in the expanded notification view. 150 * The intent to execute when the expanded status entry is clicked. If 193 * The view that will represent this notification in the expanded status bar. 450 * {@link #extras} key: this is the title of the notification when shown in expanded form, 475 * alongside expanded notifications, as supplied to (e.g.) 496 * shown in its expanded form, as supplied to 533 * {@link #extras} key: this is a bitmap to be shown in {@link BigPictureStyle} expanded 539 * {@link #extras} key: An array of CharSequences to show in {@link InboxStyle} expanded 688 * have a status bar icon without the standard expanded view. [all...] |
/build/tools/droiddoc/templates-sdk/assets/js/ |
docs.js | 565 if (section.hasClass('expanded')) { 568 // remove 'expanded' class from my section and any children 569 section.closest('li').removeClass('expanded'); 570 $('li.nav-section', section).removeClass('expanded'); 576 var $others = $('li.nav-section.expanded', $(this).closest('ul')).not('.sticky'); 577 $others.removeClass('expanded').children('ul').slideUp(250); 580 section.closest('li').addClass('expanded'); 618 $(this).addClass('expanded'); 626 $('ul#nav li.nav-section.expanded').removeClass('expanded').children('ul').hide() [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
ElementsTreeOutline.js | 521 var wasExpanded = this._treeElementBeingDragged.expanded; 627 node.moveTo(node.parentNode, node.previousSibling, this._selectNodeAfterEdit.bind(this, treeElement.expanded)); 632 node.moveTo(node.parentNode, node.nextSibling.nextSibling, this._selectNodeAfterEdit.bind(this, treeElement.expanded)); [all...] |
/external/clang/lib/Lex/ |
PPMacroExpansion.cpp | 72 /// table and mark it as a builtin macro to be expanded. 137 // If the token isn't an identifier, it's always literally expanded. 146 // expanded so it's not a trivial expansion. 211 /// expanded as a macro, handle it and return the next token as 'Identifier'. 243 // name isn't a '(', this macro should not be expanded. 267 // Remember where the token is expanded. 339 // Otherwise, if this macro expands into a single trivially-expanded 347 // identifier to the expanded token. 378 // Since this is not an identifier token, it can't be macro expanded, so 799 /// \brief Keeps macro expanded tokens for TokenLexers [all...] |
/frameworks/base/docs/html/guide/topics/ui/notifiers/ |
notifications.jd | 119 A large view that's visible when the notification is expanded. Big view is part of the 120 expanded notification feature available as of Android 4.1. 130 notification with a big view style, it will appear in normal view until it's expanded. This 159 A notification's big view appears only when the notification is expanded, which happens when the 161 notification with a gesture. Expanded notifications are available starting with Android 4.1. 208 the expanded view. 335 To have a notification appear in a big view when it's expanded, first create a 341 Remember that expanded notifications are not available on platforms prior to Android 4.1. To 375 For example, action buttons, which depend on expanded notifications, only appear on Android 376 4.1 and higher, because expanded notifications themselves are only available o [all...] |
/ndk/sources/host-tools/make-3.81/ |
NEWS | 35 prerequisites are expanded again, this time with all the automatic 115 is expanded. The first true (non-empty) argument is returned; no 116 further arguments are expanded. Expands to empty if there are no 119 argument is expanded. The first false (empty) argument is 120 returned; no further arguments are expanded. Expands to the last 171 * The argument to the "ifdef" conditional is now expanded before it's 175 definition context) and "unexport" are also now expanded. 179 the value of the variable, without having been expanded. 195 expanded it returns a complete list of variable names defined by all 203 etc. as recursive variables, even though they are fully expanded [all...] |
/build/tools/droiddoc/templates-pdk/assets/design/ |
default.css | 236 /* expanded section header divs */ 269 #nav li.expanded .nav-section-header { 271 #nav li.expanded .nav-section-header:after { 286 #nav > li.expanded > ul { 288 #nav > li.expanded > ul li {
|
/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
OutputFinisher.java | 329 * expanded instructions)</li> 456 * The instruction will need to be expanded, so reserve 474 * to indicate that the instruction will need to be expanded. This 556 * expanded to deal with high registers. 566 * problems) is expanded into a series of instances that together
|
/external/chromium/chrome/browser/chromeos/notifications/ |
notification_panel.cc | 612 case PanelController::EXPANDED: 613 // Geting expanded in STICKY_AND_NEW or in KEEP_SIZE state means 618 // When the panel is to be expanded, we either show all, or 719 panel_controller_->SetState(PanelController::EXPANDED); 725 panel_controller_->SetState(PanelController::EXPANDED);
|
/external/chromium/chrome/browser/ui/cocoa/ |
status_bubble_mac.mm | 165 // If the bubble has been expanded, the user has already hovered over a link 166 // to trigger the expanded state. Don't wait to change the bubble in this 584 // Calculate the width available for expanded and standard bubbles. 590 // Generate the URL string that fits in the expanded bubble. 605 // The expanded width must be at least as wide as the standard width, but no
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/media/ |
audio_player.js | 32 // We create two separate containers (for expanded and compact view) and keep 410 * Toggles the expanded mode when resizing. 449 * Default number of items in the expanded mode. 456 * Minimum size of the window in the expanded mode in pixels. 471 // Expanded.
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
status_bubble_mac.mm | 169 // If the bubble has been expanded, the user has already hovered over a link 170 // to trigger the expanded state. Don't wait to change the bubble in this 617 // Calculate the width available for expanded and standard bubbles. 623 // Generate the URL string that fits in the expanded bubble. 638 // The expanded width must be at least as wide as the standard width, but no
|