Searched refs:dx (Results 1 - 18 of 18) sorted by relevance

/development/samples/BrowserPlugin/jni/animation/
H A DAnimationThread.cpp71 static void bounce(float* x, float* dx, const float max) { argument
72 *x += *dx;
75 if (*dx < 0) {
76 *dx = -*dx;
80 if (*dx > 0) {
81 *dx = -*dx;
/development/build/
H A Dsdk-windows-x86.atree42 rm platform-tools/dx
43 dalvik/dx/etc/dx.bat platform-tools/dx.bat
H A Dsdk.atree49 # dx
50 bin/dx platform-tools/dx
52 framework/dx.jar platform-tools/lib/dx.jar
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
H A DBitmapMesh.java92 float dx = cx - x;
94 float dd = dx*dx + dy*dy;
105 dst[i+0] = x + dx * pull;
H A DWindowSurface.java100 float x, y, dx, dy; field in class:WindowSurface.MovingPoint
105 dx = (float)(Math.random()*minStep*2) + 1;
119 x += dx;
123 dx = adjDelta(-dx, minStep, maxStep);
H A DTouchRotateActivity.java92 float dx = x - mPreviousX;
94 mRenderer.mAngleX += dx * TOUCH_SCALE_FACTOR;
H A DFingerPaint.java101 float dx = Math.abs(x - mX);
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
68 mPosX += dx;
H A DVersionedGestureDetector.java50 public void onDrag(float dx, float dy); argument
/development/samples/AccelerometerPlay/src/com/example/android/accelerometerplay/
H A DAccelerometerPlayActivity.java285 float dx = ball.mPosX - curr.mPosX;
287 float dd = dx * dx + dy * dy;
294 dx += ((float) Math.random() - 0.5f) * 0.0001f;
296 dd = dx * dx + dy * dy;
300 curr.mPosX -= dx * c;
302 ball.mPosX += dx * c;
/development/ndk/platforms/android-3/include/linux/
H A Dfb.h297 __u32 dx; member in struct:fb_copyarea
306 __u32 dx; member in struct:fb_fillrect
315 __u32 dx; member in struct:fb_image
/development/cmds/monkey/src/com/android/commands/monkey/
H A DMonkeySourceNetwork.java177 // trackball [dx] [dy]
183 int dx = 0;
186 dx = Integer.parseInt(command.get(1));
194 .addPointer(0, dx, dy));
/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/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/widget/ ...
/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 1760 milliseconds