Searched refs:actionName (Results 1 – 1 of 1) sorted by relevance
140 String actionName = command.get(1); in translateCommand() local154 if ("down".equals(actionName)) { in translateCommand()156 } else if ("up".equals(actionName)) { in translateCommand()158 } else if ("move".equals(actionName)) { in translateCommand()162 Log.e(TAG, "Got a bad action: " + actionName); in translateCommand()