Home
last modified time | relevance | path

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

/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
DInteractiveWatchFaceService.java61 private int mTouchCommandTotal; field in InteractiveWatchFaceService.Engine
99 mTouchCommandTotal = 0; in onCreate()
184 mTouchCommandTotal++; in onTapCommand()
215 "TOUCH: " + String.valueOf(mTouchCommandTotal), in onDraw()