Lines Matching refs:expanded

158     // 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.findViewById(R.id.date);
331 mSettingsButton = expanded.findViewById(R.id.settings_button);
333 mScrollView = (ScrollView)expanded.findViewById(R.id.scroll);
611 + " expanded=" + oldEntry.expanded
622 boolean contentsUnchanged = oldEntry.expanded != null
764 View expanded = null;
767 expanded = remoteViews.apply(mContext, content);
772 if (expanded == null) {
777 content.addView(expanded);
783 return new View[] { row, content, expanded };
805 // Construct the expanded view.
813 // Add the expanded view and icon.
939 View expanded = null;
942 expanded = remoteViews.apply(mContext, content);
947 if (expanded == null) {
952 content.addView(expanded);
960 entry.expanded = expanded;
990 // Remove the expanded view.
1169 if (SPEW) Slog.d(TAG, "Make expanded visible: expanded visible=" + mExpandedVisible);
1180 Slog.d(TAG, "makeExpandedVisible: expanded params = " + mExpandedParams);
1188 if (SPEW) Slog.d(TAG, "Animate expand: expanded=" + mExpanded);
1291 if (SPEW) Slog.d(TAG, "Animation completed to expanded state.");
1399 // We are expanded, but they didn't move sufficiently to cause
1400 // us to retract. Animate back to the expanded position.
1407 // We are expanded and are now going to animate away.
1934 // If the expanded view is not visible, make sure they're still off screen.
1998 // if the contents aren't visible, move the expanded view way off screen