Home
last modified time | relevance | path

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

/development/samples/OpenGL/HelloOpenGLES10/src/com/example/android/opengl/
DMyGLSurfaceView.java59 float dy = y - mPreviousY; in onTouchEvent() local
/development/samples/OpenGL/HelloOpenGLES20/src/com/example/android/opengl/
DMyGLSurfaceView.java62 float dy = y - mPreviousY; 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/
DTouchRotateActivity.java128 private void updateAngles(float dx, float dy, float scaleFactor) { in updateAngles()
DBitmapMesh.java92 float dy = cy - y; in warp() local
DFingerPaint.java102 float dy = Math.abs(y - mY); in touch_move() local
DWindowSurface.java100 float x, y, dx, dy; field in WindowSurface.MovingPoint
/development/samples/AccelerometerPlay/src/com/example/android/accelerometerplay/
DAccelerometerPlayActivity.java286 float dy = ball.mPosY - curr.mPosY; in update() local
/development/cmds/monkey/src/com/android/commands/monkey/
DMonkeySourceNetwork.java185 int dy = 0; in translateCommand() local