Home
last modified time | relevance | path

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

/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
DDigitalWatchFaceWearableConfigActivity.java179 int colorPickerItemMargin = (int) getResources() in onBindViewHolder() local
183 layoutParams.setMargins(0, colorPickerItemMargin, 0, 0); in onBindViewHolder()
185 layoutParams.setMargins(0, 0, 0, colorPickerItemMargin); in onBindViewHolder()