Home
last modified time | relevance | path

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

/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
DInteractiveWatchFaceService.java62 private int mTouchCancelCommandTotal; field in InteractiveWatchFaceService.Engine
100 mTouchCancelCommandTotal = 0; in onCreate()
187 mTouchCancelCommandTotal++; in onTapCommand()
209 "CANCEL: " + String.valueOf(mTouchCancelCommandTotal), in onDraw()