Searched refs:actionName (Results 1 – 1 of 1) sorted by relevance
139 String actionName = command.get(1); in translateCommand() local153 if ("down".equals(actionName)) { in translateCommand()155 } else if ("up".equals(actionName)) { in translateCommand()157 } else if ("move".equals(actionName)) { in translateCommand()161 Log.e(TAG, "Got a bad action: " + actionName); in translateCommand()