136137138139140141142143144145146
break; } if (touchCount == numberOfFingers) { state = State.WAITING; getTimerExecutor().execute(new CodeToRun() { @Override public void onExecution() { if (state != State.WAITING) { // something else happened forget it