Home
last modified time | relevance | path

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

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationData.java40 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()
DBaseStatusBar.java612 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/
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/base/core/java/com/android/internal/view/menu/
DActionMenuView.java172 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
DMenuBuilder.java1226 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/
DTabletTicker.java269 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/
Dindex.jd57 (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/
Dcreative-vision.jd9 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/
DGroupingListAdapterTests.java84 boolean expanded) {
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/
DGlowPadView.java478 private void hideTargets(boolean animate, boolean expanded) { in hideTargets() argument
486 final float targetScale = expanded ? in hideTargets()
502 final float ringScaleTarget = expanded ? in hideTargets()
DMultiWaveView.java532 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/
DUri.java1001 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/
Dandroid-1.6-highlights.jd145 <p>The Android search framework has been redesigned and expanded to provide
Dandroid-3.0-highlights.jd200 …sions. Notifications can offer more types of content by building on the expanded set of UI Widgets…
Dandroid-4.0.jd831 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
Djelly-bean.jd134 …play <strong>larger, richer notifications</strong> to users that can be expanded and collapsed wit…
/frameworks/base/docs/html/intl/ja/guide/developing/
Declipse-adt.jd232 <p>Notice that the "New Android Project" wizard has been expanded to use the multi-platform
/frameworks/base/docs/html/guide/topics/ui/accessibility/
Dapps.jd248 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/
Dactionbar.jd593 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/
Dicon_design_status_bar.jd218 full intensity in the expanded notification panel. An example of what this looks like is shown below
Dmenu_design.jd179 <b>Options expanded menu</b> - If the activity has more menu items than will
/frameworks/wilhelm/doc/
DDoxyfile1365 # 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/
Dmediaplayer.jd447 notification, showing the notification icon in the status bar (left) and the expanded view
/frameworks/base/docs/html/guide/components/
Dservices.jd663 expanded view, the notification can start an activity (such as to view the downloaded file).</p>
/frameworks/base/docs/html/guide/google/play/billing/
Dbilling_integrate.jd697 a user touches the expanded status bar notification, you could launch the activity that shows the

12