Home
last modified time | relevance | path

Searched defs:direction (Results 1 – 6 of 6) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/view/
DInternalSelectionView.java232 protected void onFocusChanged(boolean focused, int direction, in onFocusChanged()
/development/samples/browseable/HdrViewfinder/src/com.example.android.hdrviewfinder/
DHdrViewfinderActivity.java442 private void switchRenderMode(int direction) { in switchRenderMode()
/development/samples/Snake/src/com/example/android/snake/
DSnakeView.java259 public void moveSnake(int direction) { in moveSnake()
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DTouchPaint.java532 double direction = mRandom.nextDouble() * Math.PI * 2; in drawSplat() local
/development/cmds/monkey/src/com/android/commands/monkey/
DMonkeySourceNetwork.java116 String direction = command.get(1); in translateCommand() local
/development/samples/ControllerSample/src/com/example/controllersample/
DGameView.java435 float direction = mRandom.nextFloat() * (float) Math.PI * 2; in step() local