Searched refs:NotificationContentView (Results 1 – 4 of 4) sorted by relevance
107 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 …]
168 final NotificationContentView layout = row.getPrivateLayout(); in sanitizeHeaderViews()
49 public class NotificationContentView extends FrameLayout { class127 public NotificationContentView(Context context, AttributeSet attrs) { in NotificationContentView() method in NotificationContentView
1671 NotificationContentView contentContainer = row.getPrivateLayout();1672 NotificationContentView contentContainerPublic = row.getPublicLayout();