Home
last modified time | relevance | path

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

/development/samples/SampleInputMethodAccessibilityService/src/com/example/android/sampleinputmethodaccessibilityservice/
DDragToMoveTouchListener.java25 void onMove(int dx, int dy); in onMove()
59 final float dy = y - mLastTouchY; in onTouch() local
/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/tools/winscope/src/viewers/components/rects/
Dtypes3d.ts24 constructor(public dx: number, public dy: number) {} property in Distance2D
/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