Searched refs:sy (Results 1 - 11 of 11) sorted by relevance

/development/samples/AccelerometerPlay/src/com/example/android/accelerometerplay/
H A DAccelerometerPlayActivity.java161 public void computePhysics(float sx, float sy, float dT, float dTC) { argument
165 final float gy = -sy * m;
242 private void updatePositions(float sx, float sy, long timestamp) { argument
251 ball.computePhysics(sx, sy, dT, dTC);
264 public void update(float sx, float sy, long now) { argument
266 updatePositions(sx, sy, now);
430 final float sy = mSensorY;
432 particleSystem.update(sx, sy, now);
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
H A DPictureLayout.java109 float sx, float sy) {
114 canvas.scale(sx, sy, w, h);
108 drawPict(Canvas canvas, int x, int y, int w, int h, float sx, float sy) argument
/development/samples/TicTacToeLib/src/com/example/android/tictactoe/library/
H A DGameView.java282 int sy = (h - 2 * MARGIN) / 3;
284 int size = sx < sy ? sx : sy;
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
H A DSpriteTextRenderer.java232 float sy = mScratch[5];
236 float ty = sy - height * 0.5f;
/development/ndk/platforms/android-3/include/linux/
H A Dfb.h302 __u32 sy; member in struct:fb_copyarea
/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/ ...
/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/ ...

Completed in 331 milliseconds