Searched refs:expandedView (Results 1 – 3 of 3) sorted by relevance
96 RemoteViews expandedView = in createNotification() local98 notification.bigContentView = expandedView; in createNotification()
46 public UIAnimation(View containerView, ImageView[] thumbs, ImageView expandedView, in UIAnimation() argument50 expandedImageView = expandedView; in UIAnimation()
225 ImageView expandedView = (ImageView) findViewById(R.id.expanded); in start() local227 mUIAnimation = new UIAnimation(containerView, thumbs, expandedView, animationDuration, in start()