Searched refs:dy (Results 1 - 15 of 15) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/graphics/
H A DBitmapMesh.java93 float dy = cy - y;
94 float dd = dx*dx + dy*dy;
106 dst[i+1] = y + dy * pull;
H A DWindowSurface.java100 float x, y, dx, dy; field in class:WindowSurface.MovingPoint
106 dy = (float)(Math.random()*minStep*2) + 1;
125 y += dy;
129 dy = adjDelta(-dy, minStep, maxStep);
H A DTouchRotateActivity.java93 float dy = y - mPreviousY;
95 mRenderer.mAngleY += dy * TOUCH_SCALE_FACTOR;
H A DFingerPaint.java102 float dy = Math.abs(y - mY);
103 if (dx >= TOUCH_TOLERANCE || dy >= TOUCH_TOLERANCE) {
/development/samples/CrossCompatibility/src/com/example/android/touchexample/
H A DTouchExampleView.java67 public void onDrag(float dx, float dy) { argument
69 mPosY += dy;
H A DVersionedGestureDetector.java50 public void onDrag(float dx, float dy); argument
/development/samples/AccelerometerPlay/src/com/example/android/accelerometerplay/
H A DAccelerometerPlayActivity.java286 float dy = ball.mPosY - curr.mPosY;
287 float dd = dx * dx + dy * dy;
295 dy += ((float) Math.random() - 0.5f) * 0.0001f;
296 dd = dx * dx + dy * dy;
301 curr.mPosY -= dy * c;
303 ball.mPosY += dy * c;
/development/ndk/platforms/android-3/include/linux/
H A Dfb.h298 __u32 dy; member in struct:fb_copyarea
307 __u32 dy; member in struct:fb_fillrect
316 __u32 dy; member in struct:fb_image
/development/cmds/monkey/src/com/android/commands/monkey/
H A DMonkeySourceNetwork.java177 // trackball [dx] [dy]
184 int dy = 0;
187 dy = Integer.parseInt(command.get(2));
194 .addPointer(0, dx, dy));
/development/samples/training/AnimationsDemo/libs/
H A Dandroid-support-v13.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v13/ android/support/v13/app/ ...
/development/samples/training/bitmapfun/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/app/ ...
/development/samples/training/multiscreen/newsreader/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/content/ ...
/development/samples/training/basic/ActivityLifecycle/libs/
H A Dandroid-support-v13.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v13/ android/support/v13/app/ ...
/development/samples/training/basic/FragmentBasics/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/development/samples/training/location-aware/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...

Completed in 214 milliseconds