Home
last modified time | relevance | path

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

/developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/model/
DAnalogComplicationConfigData.java27 import com.example.android.wearable.watchface.config.ColorSelectionActivity;
114 ColorSelectionActivity.class); in getDataToPopulateAdapter()
123 ColorSelectionActivity.class); in getDataToPopulateAdapter()
196 private Class<ColorSelectionActivity> activityToChoosePreference;
202 Class<ColorSelectionActivity> activity) { in ColorConfigItem()
221 public Class<ColorSelectionActivity> getActivityToChoosePreference() { in getActivityToChoosePreference()
/developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/config/
DColorSelectionActivity.java31 public class ColorSelectionActivity extends Activity { class
33 private static final String TAG = ColorSelectionActivity.class.getSimpleName();
DAnalogComplicationConfigRecyclerViewAdapter.java19 import static com.example.android.wearable.watchface.config.ColorSelectionActivity.EXTRA_SHARED_PRE…
259 Class<ColorSelectionActivity> activity = in onBindViewHolder()
613 private Class<ColorSelectionActivity> mLaunchActivityToSelectColor;
636 public void setLaunchActivityToSelectColor(Class<ColorSelectionActivity> activity) { in setLaunchActivityToSelectColor()