Home
last modified time | relevance | path

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

/developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/watchface/
DAnalogComplicationWatchFaceService.java54 private static final int RIGHT_COMPLICATION_ID = 101; field in AnalogComplicationWatchFaceService
58 BACKGROUND_COMPLICATION_ID, LEFT_COMPLICATION_ID, RIGHT_COMPLICATION_ID
89 return RIGHT_COMPLICATION_ID; in getComplicationId()
292 mComplicationDrawableSparseArray.put(RIGHT_COMPLICATION_ID, rightComplicationDrawable); in initializeComplicationsAndBackground()
573 mComplicationDrawableSparseArray.get(RIGHT_COMPLICATION_ID); in onSurfaceChanged()