Home
last modified time | relevance | path

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

/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
DDigitalWatchFaceWearableConfigActivity.java167 return new ColorItemViewHolder(new ColorItem(parent.getContext())); in onCreateViewHolder()
199 private static class ColorItem extends LinearLayout implements class in DigitalWatchFaceWearableConfigActivity
223 public ColorItem(Context context) { in ColorItem() method in DigitalWatchFaceWearableConfigActivity.ColorItem
291 private final ColorItem mColorItem;
293 public ColorItemViewHolder(ColorItem colorItem) { in ColorItemViewHolder()