Searched refs:upY (Results 1 - 8 of 8) sorted by relevance

/frameworks/testing/uiautomator/library/src/com/android/uiautomator/core/
H A DUiScrollable.java319 int upY = 0;
329 upY = rect.top + swipeAreaAdjust;
337 upY = rect.centerY();
339 return getInteractionController().scrollSwipe(downX, downY, upX, upY, steps);
382 int upY = 0;
393 upY = rect.bottom - swipeAreaAdjust;
402 upY = rect.centerY();
404 return getInteractionController().scrollSwipe(downX, downY, upX, upY, steps);
H A DInteractionController.java378 * @param upY
382 public boolean scrollSwipe(final int downX, final int downY, final int upX, final int upY, argument
385 + upY + ", " + steps +")");
390 swipe(downX, downY, upX, upY, steps);
403 * @param upY
407 public boolean swipe(int downX, int downY, int upX, int upY, int steps) { argument
418 yStep = ((double)(upY - downY)) / swipeSteps;
432 ret &= touchUp(upX, upY);
/frameworks/native/opengl/tests/gl_jni/jni/
H A Dgl_code.cpp25 float centerX, float centerY, float centerZ, float upX, float upY,
42 float rlup = 1.0f / sqrtf(upX*upX + upY*upY + upZ*upZ);
44 upY *= rlup;
49 float sx = fy * upZ - fz * upY;
51 float sz = fx * upY - fy * upX;
24 gluLookAt(float eyeX, float eyeY, float eyeZ, float centerX, float centerY, float centerZ, float upX, float upY, float upZ) argument
/frameworks/native/opengl/tests/tritex/
H A Dtritex.cpp36 float centerX, float centerY, float centerZ, float upX, float upY,
53 float rlup = 1.0f / sqrtf(upX*upX + upY*upY + upZ*upZ);
55 upY *= rlup;
60 float sx = fy * upZ - fz * upY;
62 float sz = fx * upY - fy * upX;
35 gluLookAt(float eyeX, float eyeY, float eyeZ, float centerX, float centerY, float centerZ, float upX, float upY, float upZ) argument
/frameworks/native/opengl/tests/gl_basic/
H A Dgl_basic.cpp39 float centerX, float centerY, float centerZ, float upX, float upY,
56 float rlup = 1.0f / sqrtf(upX*upX + upY*upY + upZ*upZ);
58 upY *= rlup;
63 float sx = fy * upZ - fz * upY;
65 float sz = fx * upY - fy * upX;
38 gluLookAt(float eyeX, float eyeY, float eyeZ, float centerX, float centerY, float centerZ, float upX, float upY, float upZ) argument
/frameworks/base/opengl/java/android/opengl/
H A DGLU.java68 * @param upY up vector Y
72 float centerX, float centerY, float centerZ, float upX, float upY,
78 upX, upY, upZ);
71 gluLookAt(GL10 gl, float eyeX, float eyeY, float eyeZ, float centerX, float centerY, float centerZ, float upX, float upY, float upZ) argument
H A DMatrix.java666 * @param upY up vector Y
671 float centerX, float centerY, float centerZ, float upX, float upY,
688 float sx = fy * upZ - fz * upY;
690 float sz = fx * upY - fy * upX;
669 setLookAtM(float[] rm, int rmOffset, float eyeX, float eyeY, float eyeZ, float centerX, float centerY, float centerZ, float upX, float upY, float upZ) argument
/frameworks/ex/carousel/java/com/android/ex/carousel/
H A Dcarousel.rs443 float upX, float upY, float upZ)
452 camera.up.y = upY;

Completed in 193 milliseconds