Home
last modified time | relevance | path

Searched refs:NotificationContentView (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DExpandableNotificationRow.java107 private NotificationContentView mPublicLayout;
108 private NotificationContentView mPrivateLayout;
211 public NotificationContentView getPrivateLayout() { in getPrivateLayout()
215 public NotificationContentView getPublicLayout() { in getPublicLayout()
234 private void setIconAnimationRunning(boolean running, NotificationContentView layout) { in setIconAnimationRunning()
304 private void updateLimitsForView(NotificationContentView layout) { in updateLimitsForView()
582 private void setChronometerRunning(boolean running, NotificationContentView layout) {
676 NotificationContentView notificationContentView) {
860 mPublicLayout = (NotificationContentView) findViewById(R.id.expandedPublic);
862 mPrivateLayout = (NotificationContentView) findViewById(R.id.expanded);
[all …]
DNotificationHeaderUtil.java168 final NotificationContentView layout = row.getPrivateLayout(); in sanitizeHeaderViews()
DNotificationContentView.java49 public class NotificationContentView extends FrameLayout { class
127 public NotificationContentView(Context context, AttributeSet attrs) { in NotificationContentView() method in NotificationContentView
DBaseStatusBar.java1671 NotificationContentView contentContainer = row.getPrivateLayout();
1672 NotificationContentView contentContainerPublic = row.getPublicLayout();