Searched refs:expanded (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationData.java37 public View row; // the outer expanded view
39 public View expanded; // the inflated RemoteViews field in class:NotificationData.Entry
90 View expanded, StatusBarIconView icon) {
96 entry.expanded = expanded;
115 if (e.expanded != null) { // the view successfully inflated
127 if (e.expanded != null) { // the view successfully inflated
89 add(IBinder key, StatusBarNotification notification, View row, View content, View expanded, StatusBarIconView icon) argument
/frameworks/ex/common/java/com/android/common/widget/
H A DGroupingListAdapter.java47 * Information about a specific list item: is it a group, if so is it expanded.
76 * and whether they are expanded.
132 boolean expanded);
138 * Cache should be reset whenever the cursor changes or groups are expanded or collapsed.
201 protected void addGroup(int cursorPosition, int size, boolean expanded) { argument
211 if (expanded) {
245 boolean expanded = (metadata & EXPANDED_GROUP_MASK) != 0;
250 if (expanded) {
346 boolean expanded = (group & EXPANDED_GROUP_MASK) != 0;
353 metadata.isExpanded = expanded;
131 bindGroupView(View view, Context context, Cursor cursor, int groupSize, boolean expanded) argument
[all...]
/frameworks/base/core/java/com/android/internal/view/menu/
H A DActionMenuView.java151 lp.expanded = false;
174 // When we have overflow and a single expanded (text) item, we want to try centering it
204 // Items that get expanded will always be in the set of smallest items when we're done.
226 lp.expanded = true;
264 lp.expanded = true;
273 lp.expanded = true;
299 if (!lp.expanded) continue;
536 public boolean expanded; field in class:ActionMenuView.LayoutParams
H A DMenuBuilder.java155 * Currently expanded menu item; must be collapsed when we clear.
172 * Called when the mode of the menu changes (for example, from icon to expanded).
1221 boolean expanded = false;
1228 } else if ((expanded = presenter.expandItemActionView(this, item))) {
1234 if (expanded) {
1237 return expanded;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DTabletTicker.java269 View expanded = null;
272 expanded = n.tickerView.apply(mContext, content);
277 if (expanded == null) {
286 content.addView(expanded, lp);
H A DTabletStatusBar.java842 + " expanded=" + oldEntry.expanded
852 boolean contentsUnchanged = oldEntry.expanded != null
1384 // Remove the expanded view.
1611 // Construct the expanded view.
1804 View expanded = null;
1807 expanded = remoteViews.apply(mContext, content);
1812 if (expanded == null) {
1817 content.addView(expanded);
1825 entry.expanded
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java158 // expanded notifications
282 ExpandedView expanded = (ExpandedView)View.inflate(context,
285 expanded.setBackgroundColor(0x6000FF80);
287 expanded.mService = this;
320 mExpandedView = expanded;
321 mPile = (NotificationRowLayout)expanded.findViewById(R.id.latestItems);
322 mExpandedContents = mPile; // was: expanded.findViewById(R.id.notificationLinearLayout);
323 mNoNotificationsTitle = (TextView)expanded.findViewById(R.id.noNotificationsTitle);
326 mClearButton = expanded.findViewById(R.id.clear_all_button);
330 mDateView = (DateView)expanded
[all...]
/frameworks/ex/common/tests/src/com/android/common/widget/
H A DGroupingListAdapterTests.java84 boolean expanded) {
/frameworks/base/core/java/android/net/
H A DUri.java1001 String[] expanded = new String[segments.length * 2];
1002 System.arraycopy(segments, 0, expanded, 0, segments.length);
1003 segments = expanded;

Completed in 145 milliseconds