/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationData.java | 39 public View expanded; // the inflated RemoteViews field in NotificationData.Entry 114 View content, View expanded, StatusBarIconView icon) { in add() argument 120 entry.expanded = expanded; in add() 139 if (e.expanded != null) { // the view successfully inflated in hasVisibleItems() 151 if (e.expanded != null) { // the view successfully inflated in hasClearableItems()
|
D | BaseStatusBar.java | 701 entry.expanded = contentViewLocal; 911 + " expanded=" + oldEntry.expanded 925 boolean contentsUnchanged = oldEntry.expanded != null 1022 contentView.reapply(mContext, entry.expanded, mOnClickHandler);
|
/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/ |
D | ContactsExpansion.java | 94 boolean expanded = false; field in ContactsExpansion.ToggleScene 107 expandedContainer.setVisibility(expanded ? View.GONE : View.VISIBLE); in ToggleScene() 110 … thumbnailView.setImageResource(expanded ? R.drawable.self_portrait_square_100 : in ToggleScene() 113 arrow.setRotation(expanded ? 0 : 90); in ToggleScene() 114 expanded = !expanded; in ToggleScene()
|
/frameworks/ex/common/java/com/android/common/widget/ |
D | GroupingListAdapter.java | 132 boolean expanded); in bindGroupView() argument 201 protected void addGroup(int cursorPosition, int size, boolean expanded) { in addGroup() argument 211 if (expanded) { in addGroup() 245 boolean expanded = (metadata & EXPANDED_GROUP_MASK) != 0; in getCount() 250 if (expanded) { in getCount() 346 boolean expanded = (group & EXPANDED_GROUP_MASK) != 0; in obtainPositionMetadata() 353 metadata.isExpanded = expanded; in obtainPositionMetadata() 359 if (expanded) { in obtainPositionMetadata()
|
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/ |
D | ActionMenuView.java | 179 lp.expanded = false; in onMeasureExactFormat() 266 lp.expanded = true; in onMeasureExactFormat() 310 lp.expanded = true; in onMeasureExactFormat() 319 lp.expanded = true; in onMeasureExactFormat() 344 if (!lp.expanded) { in onMeasureExactFormat() 596 public boolean expanded; field in ActionMenuView.LayoutParams
|
D | MenuBuilder.java | 1288 boolean expanded = false; in expandItemActionView() 1295 } else if ((expanded = presenter.expandItemActionView(this, item))) { in expandItemActionView() 1301 if (expanded) { in expandItemActionView() 1304 return expanded; in expandItemActionView()
|
/frameworks/base/core/java/com/android/internal/view/menu/ |
D | ActionMenuView.java | 176 lp.expanded = false; in onMeasureExactFormat() 251 lp.expanded = true; in onMeasureExactFormat() 289 lp.expanded = true; in onMeasureExactFormat() 298 lp.expanded = true; in onMeasureExactFormat() 323 if (!lp.expanded) continue; in onMeasureExactFormat() 595 public boolean expanded; field in ActionMenuView.LayoutParams
|
D | MenuBuilder.java | 1239 boolean expanded = false; in expandItemActionView() 1246 } else if ((expanded = presenter.expandItemActionView(this, item))) { in expandItemActionView() 1252 if (expanded) { in expandItemActionView() 1255 return expanded; in expandItemActionView()
|
/frameworks/base/docs/html/training/notify-user/ |
D | index.jd | 84 <a href="expanded.html">Using Big View Styles</a> 88 Learn how to create a big view within an expanded notification, while still maintaining
|
D | expanded.jd | 44 notification is expanded. This happens when the notification is at the top of 154 * in the detail area of the expanded notification.
|
D | managing.jd | 7 next.link=expanded.html
|
D | display-progress.jd | 7 previous.link=expanded.html
|
/frameworks/base/docs/html/distribute/promote/ |
D | device-art.jd | 125 #archive-expando.expanded { 140 .device-list.archive.expanded { 392 if ($(this).hasClass('expanded')) { 393 $(this).removeClass('expanded'); 394 $('.device-list.archive').removeClass('expanded'); 396 $(this).addClass('expanded'); 397 $('.device-list.archive').addClass('expanded');
|
/frameworks/base/docs/html/design/patterns/ |
D | notifications.jd | 17 …<li>Notifications are now more flexible in size and layout. They can be expanded to show additiona… 44 … in order to toggle between base and expanded layouts. For single event notifications, Android pro… 73 …able, even if the notification doesn't have an expanded layout. Since actions are only shown for e… 136 …il about the individual notifications that make up a stack by using the expanded digest layout. Th…
|
D | navigation-drawer.jd | 46 <p> When the navigation drawer is expanded, the user can dismiss it in one of four ways: </p> 180 is fully expanded:</p> 191 Clean up the action bar when the drawer is fully expanded. Remove actions that are not needed
|
D | new.jd | 104 <li>Notifications can be collapsed and expanded</li>
|
/frameworks/base/docs/html/guide/topics/ui/notifiers/ |
D | 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 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 on 406 Now add the expanded notification features you want to use to the notification. Remember [all …]
|
/frameworks/ex/common/tests/src/com/android/common/widget/ |
D | GroupingListAdapterTests.java | 84 boolean expanded) {
|
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/ |
D | MultiWaveView.java | 533 private void hideTargets(boolean animate, boolean expanded) { in hideTargets() argument 541 final float targetScale = expanded ? TARGET_SCALE_EXPANDED : TARGET_SCALE_COLLAPSED; in hideTargets() 555 final float ringScaleTarget = expanded ? RING_SCALE_EXPANDED : RING_SCALE_COLLAPSED; in hideTargets()
|
D | GlowPadView.java | 492 private void hideTargets(boolean animate, boolean expanded) { in hideTargets() argument 500 final float targetScale = expanded ? in hideTargets() 516 float ringScaleTarget = expanded ? in hideTargets()
|
/frameworks/base/docs/html/training/animation/ |
D | zoom.jd | 102 <!-- This initially-hidden ImageView will hold the expanded/zoomed version of 285 // the expanded image.
|
/frameworks/base/core/java/android/net/ |
D | Uri.java | 1004 String[] expanded = new String[segments.length * 2]; in add() local 1005 System.arraycopy(segments, 0, expanded, 0, segments.length); in add() 1006 segments = expanded; in add()
|
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
D | SlidingChallengeLayout.java | 540 private int getChallengeMargin(boolean expanded) { in getChallengeMargin() argument 541 return expanded && mHasGlowpad ? 0 : mDragHandleEdgeSlop; in getChallengeMargin()
|
/frameworks/base/docs/html/design/get-started/ |
D | ui-overview.jd | 99 <p>Notifications can be expanded to uncover more details and relevant actions. When collapsed, noti…
|
/frameworks/base/docs/html/about/versions/ |
D | android-1.6-highlights.jd | 146 <p>The Android search framework has been redesigned and expanded to provide
|