Home
last modified time | relevance | path

Searched refs:expandedView (Results 1 – 3 of 3) sorted by relevance

/development/samples/browseable/CustomNotifications/src/com.example.android.customnotifications/
DMainActivity.java96 RemoteViews expandedView = in createNotification() local
98 notification.bigContentView = expandedView; in createNotification()
/development/samples/browseable/WearSpeakerSample/src/com.example.android.wearable.speaker/
DUIAnimation.java46 public UIAnimation(View containerView, ImageView[] thumbs, ImageView expandedView, in UIAnimation() argument
50 expandedImageView = expandedView; in UIAnimation()
DMainActivity.java225 ImageView expandedView = (ImageView) findViewById(R.id.expanded); in start() local
227 mUIAnimation = new UIAnimation(containerView, thumbs, expandedView, animationDuration, in start()