Home
last modified time | relevance | path

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

/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
DInteractiveWatchFaceService.java174 public void onTapCommand(int tapType, int x, int y, long eventTime) { in onTapCommand() argument
176 Log.d(TAG, "Tap Command: " + tapType); in onTapCommand()
182 switch(tapType) { in onTapCommand()
DCalendarWatchFaceService.java157 public void onTapCommand(int tapType, int x, int y, long eventTime) { in onTapCommand() argument
159 Log.d(TAG, "Tap Command: " + tapType); in onTapCommand()
163 if (tapType == WatchFaceService.TAP_TYPE_TAP && !mCalendarPermissionApproved) { in onTapCommand()
DComplicationSimpleWatchFaceService.java297 public void onTapCommand(int tapType, int x, int y, long eventTime) { in onTapCommand() argument
299 switch (tapType) { in onTapCommand()