Home
last modified time | relevance | path

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

/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
DInteractiveWatchFaceService.java63 private int mTapCommandTotal; field in InteractiveWatchFaceService.Engine
101 mTapCommandTotal = 0; in onCreate()
190 mTapCommandTotal++; in onTapCommand()
203 "TAP: " + String.valueOf(mTapCommandTotal), in onDraw()