Home
last modified time | relevance | path

Searched refs:drawComplications (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.java591 drawComplications(canvas, now); in onDraw()
625 private void drawComplications(Canvas canvas, long currentTimeMillis) { in drawComplications() method in AnalogComplicationWatchFaceService.Engine