Home | History | Annotate | Download | only in statusbar

Lines Matching refs:expanded

114     // expanded notifications
263 ExpandedView expanded = (ExpandedView)View.inflate(context,
265 expanded.mService = this;
285 mExpandedView = expanded;
286 mExpandedContents = expanded.findViewById(R.id.notificationLinearLayout);
287 mOngoingTitle = (TextView)expanded.findViewById(R.id.ongoingTitle);
288 mOngoingItems = (LinearLayout)expanded.findViewById(R.id.ongoingItems);
289 mLatestTitle = (TextView)expanded.findViewById(R.id.latestTitle);
290 mLatestItems = (LinearLayout)expanded.findViewById(R.id.latestItems);
291 mNoNotificationsTitle = (TextView)expanded.findViewById(R.id.noNotificationsTitle);
292 mClearButton = (TextView)expanded.findViewById(R.id.clear_all_button);
294 mScrollView = (ScrollView)expanded.findViewById(R.id.scroll);
295 mNotificationLinearLayout = expanded.findViewById(R.id.notificationLinearLayout);
416 + " expanded=" + oldEntry.expanded
427 && oldEntry.expanded != null
521 View expanded = null;
524 expanded = remoteViews.apply(this, content);
529 if (expanded == null) {
534 content.addView(expanded);
538 return new View[] { row, content, expanded };
552 // Construct the expanded view.
561 final View expanded = views[2];
571 // Add the expanded view.
572 final int viewIndex = list.add(key, notification, row, content, expanded, iconView);
589 // Remove the expanded view.
680 if (SPEW) Slog.d(TAG, "Make expanded visible: expanded visible=" + mExpandedVisible);
701 if (SPEW) Slog.d(TAG, "Animate expand: expanded=" + mExpanded);
792 if (SPEW) Slog.d(TAG, "Animation completed to expanded state.");
888 // We are expanded, but they didn't move sufficiently to cause
889 // us to retract. Animate back to the expanded position.
896 // We are expanded and are now going to animate away.
1226 /// ---------- Expanded View --------------
1283 // If the expanded view is not visible, make sure they're still off screen.
1341 // if the contents aren't visible, move the expanded view way off screen