Home
last modified time | relevance | path

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

/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
DInteractiveWatchFaceService.java66 private int mTouchCoordinateY; field in InteractiveWatchFaceService.Engine
180 mTouchCoordinateY = y; in onTapCommand()
221 "X, Y: " + mTouchCoordinateX + ", " + mTouchCoordinateY, in onDraw()