HomeSort by relevance Sort by last modified time
    Searched full:expanded (Results 76 - 100 of 2167) sorted by null

1 2 34 5 6 7 8 91011>>

  /cts/tests/tests/widget/src/android/widget/cts/
ExpandableListTester.java 53 Assert.assertFalse("Group is already expanded", mExpandableListView
141 // This method assumes that NO group is expanded when called
151 // Test all (non expanded) groups
172 // This method assumes that NO group is expanded when called
174 // Test with an expanded group
193 // This method assumes that NO group is expanded when called
226 // This method assumes that NO group is expanded when called
228 // Test with an expanded group
  /developers/build/prebuilts/gradle/CustomNotifications/CustomNotificationsSample/src/main/res/layout/
notification_expanded.xml 18 <!-- Layout for the expanded notification. -->
35 android:text="@string/expanded"
  /developers/samples/android/ui/notifications/CustomNotifications/CustomNotificationsSample/src/main/res/layout/
notification_expanded.xml 18 <!-- Layout for the expanded notification. -->
35 android:text="@string/expanded"
  /development/samples/browseable/CustomNotifications/res/layout/
notification_expanded.xml 18 <!-- Layout for the expanded notification. -->
35 android:text="@string/expanded"
  /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 {
  /external/clang/test/Misc/
diag-presumed.c 9 // PRESUMED: diag-presumed.c:100:14: note: expanded from
11 // SPELLING: diag-presumed.c:5:14: note: expanded from
include-stack-for-note-flag.cpp 21 // STACK: note: expanded from macro
28 // STACKLESS: note: expanded from macro
  /frameworks/support/v7/appcompat/src/android/support/v7/view/
CollapsibleActionView.java 22 * When a {@link android.view.View} implements this interface it will receive callbacks when expanded or
32 * Called when this view is expanded as an action view. See {@link
  /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;
  /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;
  /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...]
  /build/tools/droiddoc/templates-ds/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-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');
  /developers/build/prebuilts/gradle/CustomNotifications/CustomNotificationsSample/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/ui/notifications/CustomNotifications/CustomNotificationsSample/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/chrome/browser/resources/
cookies_tree.js 74 get expanded() {
75 return TreeItem.prototype.__lookupGetter__('expanded').call(this);
77 set expanded(b) {
78 if (b && this.expanded != b)
81 TreeItem.prototype.__lookupSetter__('expanded').call(this, b);
  /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/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
  /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.
  /external/chromium_org/chrome/browser/resources/chromeos/
about_sys.css 130 .number-expanded,
136 html[dir='rtl'] .number-expanded,
160 .number-expanded .stat-value {

Completed in 904 milliseconds

1 2 34 5 6 7 8 91011>>