HomeSort by relevance Sort by last modified time
    Searched full:expanded (Results 101 - 125 of 2776) sorted by null

1 2 3 45 6 7 8 91011>>

  /build/tools/droiddoc/templates-pdk/assets/design/
default.js 37 $selListItem.closest('li.nav-section').addClass('expanded');
89 if ($(this).hasClass('expanded')) {
94 var $old = $('#nav li.nav-section.expanded');
103 $old.removeClass('expanded');
107 $(this).addClass('expanded');
  /build/tools/droiddoc/templates-sac/assets/design/
default.js 37 $selListItem.closest('li>ul').addClass('expanded');
89 if ($(this).hasClass('expanded')) {
94 var $old = $('.nav-y li.expanded');
103 $old.removeClass('expanded');
107 $(this).addClass('expanded');
  /build/tools/droiddoc/templates-sdk/assets/design/
default.js 37 $selListItem.closest('li>ul').addClass('expanded');
89 if ($(this).hasClass('expanded')) {
94 var $old = $('.nav-y li.expanded');
103 $old.removeClass('expanded');
107 $(this).addClass('expanded');
  /build/tools/droiddoc/templates-sdk-dyn/assets/design/
default.js 37 $selListItem.closest('li>ul').addClass('expanded');
89 if ($(this).hasClass('expanded')) {
94 var $old = $('.nav-y li.expanded');
103 $old.removeClass('expanded');
107 $(this).addClass('expanded');
  /developers/build/prebuilts/gradle/CustomNotifications/Application/src/main/java/com/example/android/customnotifications/
MainActivity.java 37 * 'expanded' notification. The notification is created by the NotificationCompat.Builder.
38 * The expanded content view is set directly on the {@link android.app.Notification} once it has been build.
91 // Support for expanded notifications was added in API level 16.
92 // (The normal contentView is shown when the notification is collapsed, when expanded the
95 // Inflate and set the layout for the expanded notification view
  /developers/samples/android/notification/CustomNotifications/Application/src/main/java/com/example/android/customnotifications/
MainActivity.java 37 * 'expanded' notification. The notification is created by the NotificationCompat.Builder.
38 * The expanded content view is set directly on the {@link android.app.Notification} once it has been build.
91 // Support for expanded notifications was added in API level 16.
92 // (The normal contentView is shown when the notification is collapsed, when expanded the
95 // Inflate and set the layout for the expanded notification view
  /development/samples/browseable/CustomNotifications/src/com.example.android.customnotifications/
MainActivity.java 37 * 'expanded' notification. The notification is created by the NotificationCompat.Builder.
38 * The expanded content view is set directly on the {@link android.app.Notification} once it has been build.
91 // Support for expanded notifications was added in API level 16.
92 // (The normal contentView is shown when the notification is collapsed, when expanded the
95 // Inflate and set the layout for the expanded notification view
  /external/chromium_org/chrome/browser/resources/
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 {
policy.html 96 <button class="toggle-expanded-value link-button"></button>
103 <tr class="expanded-value-container">
104 <td class="expanded-value" colspan=5></td>
  /external/chromium_org/third_party/WebKit/Source/core/css/
StylePropertyShorthandCustom.cpp 138 // DON'T ADD ANY SHORTHAND HERE UNLESS IT ISN'T ALWAYS EXPANDED AT PARSE TIME (which is wrong).
147 // FIXME: isExpandedShorthand says "font" is not an expanded shorthand,
148 // but font is expanded to font-family, font-size, and so on.
151 // treat "font" as an expanded shorthand.
154 // all given properties are not expanded shorthands.
  /external/chromium_org/ui/login/account_picker/
user_pod_template.html 91 <div class="expanded-pane">
92 <div class="expanded-pane-contents">
94 <div class="expanded-pane-name"></div>
116 <div class="expanded-pane-learn-more-container">
117 <div class="expanded-pane-learn-more"></div>
  /external/chromium_org/ui/webui/resources/js/cr/ui/
tree.js 126 treeItem.expanded = !treeItem.expanded;
162 if (item.expanded)
163 item.expanded = false;
167 if (!item.expanded)
168 item.expanded = true;
377 * Whether the tree item is expanded or not.
380 get expanded() {
381 return this.hasAttribute('expanded');
383 set expanded(b)
    [all...]
  /external/wpa_supplicant_8/src/eap_common/
eap_common.c 61 * able to process both legacy and expanded EAP headers and in most cases, the
63 * the payload regardless of whether the packet used the expanded EAP header or
84 wpa_printf(MSG_INFO, "EAP: Invalid expanded EAP "
94 wpa_printf(MSG_INFO, "EAP: Invalid expanded frame "
122 * in the EAP header. This function is automatically using expanded EAP header
  /packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogListItemViews.java 45 /** The "call back" action button - assigned only when the action section is expanded. */
47 /** The "video call" action button - assigned only when the action section is expanded. */
49 /** The "voicemail" action button - assigned only when the action section is expanded. */
51 /** The "details" action button - assigned only when the action section is expanded. */
58 * map used to track which call log entries have the action button section expanded.
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
treeoutline.js 45 this.expanded = true;
140 child.expanded = child.treeOutline._expandedStateMap.get(child.representedObject);
357 if (this.selectedTreeElement.expanded) {
379 if (this.selectedTreeElement.expanded) {
457 this.expanded = false;
558 if (x && this.expanded)
599 if (this.expanded)
600 this._listItemNode.classList.add("expanded");
620 if (this.expanded)
679 if (element.treeElement.expanded) {
    [all...]
  /developers/build/prebuilts/gradle/CustomNotifications/
README.md 5 The use of collapsed and expanded notification views are shown.
11 also demonstrates the expanded notification introduced in API level 16.
17 - Define custom layouts for collapsed and expanded views.
  /external/bison/m4/
spawn_h.m4 11 dnl Use AC_REQUIRE here, so that the default behavior below is expanded
63 dnl Use AC_REQUIRE here, so that the default behavior below is expanded
75 dnl Use AC_REQUIRE here, so that the default settings are expanded once only.
time_h.m4 15 dnl Use AC_REQUIRE here, so that the default behavior below is expanded
83 dnl Use AC_REQUIRE here, so that the default settings are expanded once only.
  /external/chromium_org/chrome/browser/resources/about_sys/
about_sys.css 129 .number-expanded,
136 html[dir='rtl'] .number-expanded,
165 .number-expanded .stat-value {
  /external/chromium_org/components/bookmarks/browser/
bookmark_expanded_state_tracker_unittest.cc 85 // Add a folder and mark it expanded.
92 // Remove the folder, which should remove it from the list of expanded nodes.
102 // Add a folder and mark it expanded.
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
merge.h 30 // end of the expanded data (thanks to how the Expand class operates). However,
32 // be stitched together with the end of the expanded data. This stitching is
73 // written to |expanded_signal_|. Returns the length of the expanded data,
  /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/libsepol/include/sepol/policydb/
expand.h 37 * neverallow rules. If neverallow rules are expanded, there is no
39 * base == out. If the neverallow rules are not expanded, they are
49 * Expand all parts of a module. Neverallow rules are not expanded (only
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmwifi_rates.h 125 /* 1 Stream expanded + 1 */
206 /* 1 Stream expanded + 2 */
241 /* 2 Streams expanded + 1 */
309 /* 1 Stream expanded + 1 */
366 /* 1 Stream expanded + 2 */
397 /* 2 Streams expanded + 1 */
  /development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/
ExpandingLayout.java 25 * when a certain cell is expanded. The custom relative layout is created in
27 * expanded or collapsed as opposed to just fading the content in(out) after(before)

Completed in 999 milliseconds

1 2 3 45 6 7 8 91011>>