/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationData.java | 40 public View expanded; // the inflated RemoteViews field in NotificationData.Entry 118 View expanded, StatusBarIconView icon) { in add() argument 124 entry.expanded = expanded; in add() 143 if (e.expanded != null) { // the view successfully inflated in hasVisibleItems() 155 if (e.expanded != null) { // the view successfully inflated in hasClearableItems()
|
D | BaseStatusBar.java | 612 entry.expanded = expandedOneU; 832 + " expanded=" + oldEntry.expanded 846 boolean contentsUnchanged = oldEntry.expanded != null 873 contentView.reapply(mContext, oldEntry.expanded, mOnClickHandler);
|
/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/base/core/java/com/android/internal/view/menu/ |
D | ActionMenuView.java | 172 lp.expanded = false; in onMeasureExactFormat() 247 lp.expanded = true; in onMeasureExactFormat() 285 lp.expanded = true; in onMeasureExactFormat() 294 lp.expanded = true; in onMeasureExactFormat() 319 if (!lp.expanded) continue; in onMeasureExactFormat() 560 public boolean expanded; field in ActionMenuView.LayoutParams
|
D | MenuBuilder.java | 1226 boolean expanded = false; in expandItemActionView() 1233 } else if ((expanded = presenter.expandItemActionView(this, item))) { in expandItemActionView() 1239 if (expanded) { in expandItemActionView() 1242 return expanded; in expandItemActionView()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/ |
D | TabletTicker.java | 269 View expanded = null; in makeTickerView() local 272 expanded = n.tickerView.apply(mContext, content); in makeTickerView() 277 if (expanded == null) { in makeTickerView() 286 content.addView(expanded, lp); in makeTickerView()
|
/frameworks/base/docs/html/guide/topics/ui/notifiers/ |
D | index.jd | 57 (with an optional ticker-text message) and an expanded message in the "Notifications" window. 58 When the user selects the expanded message, Android fires an
|
/frameworks/base/docs/html/design/get-started/ |
D | creative-vision.jd | 9 pixel of the system as we expanded the new design approaches introduced in Honeycomb tablets to 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 | GlowPadView.java | 478 private void hideTargets(boolean animate, boolean expanded) { in hideTargets() argument 486 final float targetScale = expanded ? in hideTargets() 502 final float ringScaleTarget = expanded ? in hideTargets()
|
D | MultiWaveView.java | 532 private void hideTargets(boolean animate, boolean expanded) { in hideTargets() argument 540 final float targetScale = expanded ? TARGET_SCALE_EXPANDED : TARGET_SCALE_COLLAPSED; in hideTargets() 554 final float ringScaleTarget = expanded ? RING_SCALE_EXPANDED : RING_SCALE_COLLAPSED; in hideTargets()
|
/frameworks/base/core/java/android/net/ |
D | Uri.java | 1001 String[] expanded = new String[segments.length * 2]; in add() local 1002 System.arraycopy(segments, 0, expanded, 0, segments.length); in add() 1003 segments = expanded; in add()
|
/frameworks/base/docs/html/about/versions/ |
D | android-1.6-highlights.jd | 145 <p>The Android search framework has been redesigned and expanded to provide
|
D | android-3.0-highlights.jd | 200 …sions. Notifications can offer more types of content by building on the expanded set of UI Widgets…
|
D | android-4.0.jd | 831 has been significantly expanded to enable more advanced accessibility feedback for users. In 1238 switch between the expanded state (action view is visible) and collapsed state (action item is 1246 <p>To receive callbacks when an action view switches between expanded and collapsed, register an 1257 android.view.CollapsibleActionView} interface to receive callbacks when the view is expanded and
|
D | jelly-bean.jd | 134 …play <strong>larger, richer notifications</strong> to users that can be expanded and collapsed wit…
|
/frameworks/base/docs/html/intl/ja/guide/developing/ |
D | eclipse-adt.jd | 232 <p>Notice that the "New Android Project" wizard has been expanded to use the multi-platform
|
/frameworks/base/docs/html/guide/topics/ui/accessibility/ |
D | apps.jd | 248 generating accessibility events have been expanded to provide more detailed information beyond the 250 Level 4). The expanded accessibility methods are part of the {@link android.view.View} class as well
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | actionbar.jd | 593 view for Search (top), then expanded action view with the <code><a 699 callbacks when it's expanded and collapsed by defining an {@link 719 // Do something when expanded 734 {@link android.widget.ShareActionProvider} submenu expanded to show share targets.</p>
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
D | icon_design_status_bar.jd | 218 full intensity in the expanded notification panel. An example of what this looks like is shown below
|
D | menu_design.jd | 179 <b>Options expanded menu</b> - If the activity has more menu items than will
|
/frameworks/wilhelm/doc/ |
D | Doxyfile | 1365 # undefined via #undef or recursively expanded use the := operator 1371 # this tag can be used to specify a list of macro names that should be expanded.
|
/frameworks/base/docs/html/guide/topics/media/ |
D | mediaplayer.jd | 447 notification, showing the notification icon in the status bar (left) and the expanded view
|
/frameworks/base/docs/html/guide/components/ |
D | services.jd | 663 expanded view, the notification can start an activity (such as to view the downloaded file).</p>
|
/frameworks/base/docs/html/guide/google/play/billing/ |
D | billing_integrate.jd | 697 a user touches the expanded status bar notification, you could launch the activity that shows the
|