Home
last modified time | relevance | path

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

/developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/watchface/
DInteractiveWatchFaceService.java176 public void onTapCommand(int tapType, int x, int y, long eventTime) { in onTapCommand() argument
178 Log.d(TAG, "Tap Command: " + tapType); in onTapCommand()
184 switch(tapType) { in onTapCommand()
DAnalogComplicationWatchFaceService.java408 public void onTapCommand(int tapType, int x, int y, long eventTime) { in onTapCommand() argument
410 switch (tapType) { in onTapCommand()