Home
last modified time | relevance | path

Searched defs:dx (Results 1 – 10 of 10) sorted by relevance

/development/samples/OpenGL/HelloOpenGLES20/src/com/example/android/opengl/
DMyGLSurfaceView.java61 float dx = x - mPreviousX; in onTouchEvent() local
/development/samples/OpenGL/HelloOpenGLES10/src/com/example/android/opengl/
DMyGLSurfaceView.java58 float dx = x - mPreviousX; in onTouchEvent() local
/development/samples/CrossCompatibility/src/com/example/android/touchexample/
DTouchExampleView.java67 public void onDrag(float dx, float dy) { in onDrag()
DVersionedGestureDetector.java50 public void onDrag(float dx, float dy); in onDrag()
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DBitmapMesh.java91 float dx = cx - x; in warp() local
DTouchRotateActivity.java128 private void updateAngles(float dx, float dy, float scaleFactor) { in updateAngles()
DFingerPaint.java101 float dx = Math.abs(x - mX); in touch_move() local
DWindowSurface.java100 float x, y, dx, dy; field in WindowSurface.MovingPoint
/development/samples/AccelerometerPlay/src/com/example/android/accelerometerplay/
DAccelerometerPlayActivity.java285 float dx = ball.mPosX - curr.mPosX; in update() local
/development/cmds/monkey/src/com/android/commands/monkey/
DMonkeySourceNetwork.java184 int dx = 0; in translateCommand() local