Home
last modified time | relevance | path

Searched refs:expanded (Results 1 – 25 of 44) sorted by relevance

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationData.java39 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()
DBaseStatusBar.java701 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/
DContactsExpansion.java94 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/
DGroupingListAdapter.java132 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/
DActionMenuView.java179 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
DMenuBuilder.java1288 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/
DActionMenuView.java176 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
DMenuBuilder.java1239 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/
Dindex.jd84 <a href="expanded.html">Using Big View Styles</a>
88 Learn how to create a big view within an expanded notification, while still maintaining
Dexpanded.jd44 notification is expanded. This happens when the notification is at the top of
154 * in the detail area of the expanded notification.
Dmanaging.jd7 next.link=expanded.html
Ddisplay-progress.jd7 previous.link=expanded.html
/frameworks/base/docs/html/distribute/promote/
Ddevice-art.jd125 #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/
Dnotifications.jd17 …<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…
Dnavigation-drawer.jd46 <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
Dnew.jd104 <li>Notifications can be collapsed and expanded</li>
/frameworks/base/docs/html/guide/topics/ui/notifiers/
Dnotifications.jd119 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/
DGroupingListAdapterTests.java84 boolean expanded) {
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/
DMultiWaveView.java533 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()
DGlowPadView.java492 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/
Dzoom.jd102 &lt;!-- This initially-hidden ImageView will hold the expanded/zoomed version of
285 // the expanded image.
/frameworks/base/core/java/android/net/
DUri.java1004 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/
DSlidingChallengeLayout.java540 private int getChallengeMargin(boolean expanded) { in getChallengeMargin() argument
541 return expanded && mHasGlowpad ? 0 : mDragHandleEdgeSlop; in getChallengeMargin()
/frameworks/base/docs/html/design/get-started/
Dui-overview.jd99 <p>Notifications can be expanded to uncover more details and relevant actions. When collapsed, noti…
/frameworks/base/docs/html/about/versions/
Dandroid-1.6-highlights.jd146 <p>The Android search framework has been redesigned and expanded to provide

12