Home
last modified time | relevance | path

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

/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
DComplicationSimpleWatchFaceService.java550 drawComplications(canvas, now); in onDraw()
566 private void drawComplications(Canvas canvas, long currentTimeMillis) { in drawComplications() method in ComplicationSimpleWatchFaceService.Engine