HomeSort by relevance Sort by last modified time
    Searched refs:upY (Results 1 - 25 of 54) sorted by null

1 2 3

  /cts/tests/openglperf2/jni/graphics/
Matrix.h 42 float centerY, float centerZ, float upX, float upY, float upZ);
Matrix.cpp 133 float centerY, float centerZ, float upX, float upY, float upZ) {
150 float sx = fy * upZ - fz * upY;
152 float sz = fx * upY - fy * upX;
  /frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
UiScrollable.java 427 int upY = 0;
437 upY = rect.top + swipeAreaAdjust;
445 upY = rect.centerY();
447 return getInteractionController().scrollSwipe(downX, downY, upX, upY, steps);
506 int upY = 0;
517 upY = rect.bottom - swipeAreaAdjust;
526 upY = rect.centerY();
528 return getInteractionController().scrollSwipe(downX, downY, upX, upY, steps);
InteractionController.java 342 * @param upY
346 public boolean scrollSwipe(final int downX, final int downY, final int upX, final int upY,
349 + upY + ", " + steps +")");
354 swipe(downX, downY, upX, upY, steps);
387 } else if (downY == upY) {
418 * @param upY
422 public boolean swipe(int downX, int downY, int upX, int upY, int steps) {
423 return swipe(downX, downY, upX, upY, steps, false /*drag*/);
431 * @param upY
436 public boolean swipe(int downX, int downY, int upX, int upY, int steps, boolean drag)
    [all...]
  /frameworks/native/opengl/tests/gl_jni/jni/
gl_code.cpp 30 float centerX, float centerY, float centerZ, float upX, float upY,
47 float rlup = 1.0f / sqrtf(upX*upX + upY*upY + upZ*upZ);
49 upY *= rlup;
54 float sx = fy * upZ - fz * upY;
56 float sz = fx * upY - fy * upX;
  /frameworks/native/opengl/tests/tritex/
tritex.cpp 36 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;
  /frameworks/native/opengl/tests/gl_basic/
gl_basic.cpp 41 float centerX, float centerY, float centerZ, float upX, float upY,
58 float rlup = 1.0f / sqrtf(upX*upX + upY*upY + upZ*upZ);
60 upY *= rlup;
65 float sx = fy * upZ - fz * upY;
67 float sz = fx * upY - fy * upX;
  /cts/tests/openglperf2/jni/primitive/fullpipeline/
FullPipelineRenderer.cpp 126 float upY = 1.0f;
130 mViewMatrix = Matrix::newLookAt(eyeX, eyeY, eyeZ, centerX, centerY, centerZ, upX, upY, upZ);
  /frameworks/base/opengl/java/android/opengl/
GLU.java 68 * @param upY up vector Y
72 float centerX, float centerY, float centerZ, float upX, float upY,
78 upX, upY, upZ);
Matrix.java 694 * @param upY up vector Y
699 float centerX, float centerY, float centerZ, float upX, float upY,
716 float sx = fy * upZ - fz * upY;
718 float sz = fx * upY - fy * upX;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/
MathsUtils.java 89 float upX, float upY, float upZ) {
104 float xAxisX = upY * zAxisZ - upZ * zAxisY;
106 float xAxisZ = upX * zAxisY - upY * zAxisX;
  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
GestureBot.java 101 private void swipe(int downX, int downY, int upX, int upY, int steps, int button) {
111 yStep = ((double)(upY - downY)) / swipeSteps;
123 touchUp(upX, upY);
  /cts/tests/openglperf2/jni/reference/scene/flocking/
FlockingScene.cpp 88 float upY = 1.0f;
92 return Matrix::newLookAt(eyeX, eyeY, eyeZ, centerX, centerY, centerZ, upX, upY, upZ);
  /cts/tests/openglperf2/jni/reference/scene/glowing/
GlowingScene.cpp 93 float upY = 1.0f;
97 return Matrix::newLookAt(eyeX, eyeY, eyeZ, centerX, centerY, centerZ, upX, upY, upZ);
  /cts/tests/openglperf2/test/
MatrixTest.cpp 150 float upY = 1.0f;
155 upX, upY, upZ);
  /device/generic/goldfish/camera/
EmulatedFakeRotatingCameraDevice.cpp 193 float centerX, float centerY, float centerZ, float upX, float upY,
209 float sx = fy * upZ - fz * upY;
211 float sz = fx * upY - fy * upX;
  /prebuilts/misc/common/ub-uiautomator/
ub-uiautomator.jar 
  /prebuilts/gradle-plugin/com/android/tools/chartlib/chartlib/24.4.0-beta3/
chartlib-24.4.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/chartlib/chartlib/24.4.0-beta6/
chartlib-24.4.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/chartlib/chartlib/24.5.0/
chartlib-24.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/chartlib/chartlib/25.0.0/
chartlib-25.0.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/chartlib/chartlib/25.0.0-alpha1/
chartlib-25.0.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/chartlib/chartlib/25.0.0-alpha3/
chartlib-25.0.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/tools/chartlib/chartlib/25.0.0-alpha5/
chartlib-25.0.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/chartlib/chartlib/25.0.0-alpha7/
chartlib-25.0.0-alpha7.jar 

Completed in 1224 milliseconds

1 2 3