Searched defs:direction (Results 1 – 6 of 6) sorted by relevance
232 protected void onFocusChanged(boolean focused, int direction, in onFocusChanged()
442 private void switchRenderMode(int direction) { in switchRenderMode()
259 public void moveSnake(int direction) { in moveSnake()
532 double direction = mRandom.nextDouble() * Math.PI * 2; in drawSplat() local
116 String direction = command.get(1); in translateCommand() local
435 float direction = mRandom.nextFloat() * (float) Math.PI * 2; in step() local