Home
last modified time | relevance | path

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

/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
DComplicationSimpleWatchFaceService.java301 int tappedComplicationId = getTappedComplicationId(x, y); in onTapCommand()
312 private int getTappedComplicationId(int x, int y) { in getTappedComplicationId() method in ComplicationSimpleWatchFaceService.Engine