Searched refs:centerY (Results 1 - 17 of 17) sorted by relevance

/frameworks/base/core/java/android/gesture/
H A DOrientedBoundingBox.java34 public final float centerY; field in class:OrientedBoundingBox
41 centerY = cy;
62 matrix.postTranslate(centerX, centerY);
H A DGestureUtils.java131 float preDy = -rect.centerY();
332 float centerY = 0;
337 centerY += points[i];
341 center[1] = 2 * centerY / count;
/frameworks/base/opengl/java/android/opengl/
H A DGLU.java65 * @param centerY center of view Y
72 float centerX, float centerY, float centerZ, float upX, float upY,
77 Matrix.setLookAtM(scratch, 0, eyeX, eyeY, eyeZ, centerX, centerY, centerZ,
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.java598 * @param centerY center of view Y
606 float centerX, float centerY, float centerZ, float upX, float upY,
613 float fy = centerY - eyeY;
604 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/base/tests/TransformTest/src/com/google/android/test/transform/
H A DTransformTestActivity.java98 float centerY = detector.getFocusY();
100 float diffY = centerY - mPosY;
/frameworks/base/opengl/tests/gl_jni/jni/
H A Dgl_code.cpp25 float centerX, float centerY, float centerZ, float upX, float upY,
32 float fy = centerY - eyeY;
24 gluLookAt(float eyeX, float eyeY, float eyeZ, float centerX, float centerY, float centerZ, float upX, float upY, float upZ) argument
/frameworks/base/opengl/tests/tritex/
H A Dtritex.cpp36 float centerX, float centerY, float centerZ, float upX, float upY,
43 float fy = centerY - eyeY;
35 gluLookAt(float eyeX, float eyeY, float eyeZ, float centerX, float centerY, float centerZ, float upX, float upY, float upZ) argument
/frameworks/base/services/java/com/android/server/
H A DInputManager.java341 public int centerY; field in class:InputManager.VirtualKeyDefinition
445 key.centerY = Integer.parseInt(it[i+3]);
450 + key.centerY + " size=" + key.width + "x"
/frameworks/base/opengl/tests/gl_basic/
H A Dgl_basic.cpp39 float centerX, float centerY, float centerZ, float upX, float upY,
46 float fy = centerY - eyeY;
38 gluLookAt(float eyeX, float eyeY, float eyeZ, float centerX, float centerY, float centerZ, float upX, float upY, float upZ) argument
/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternView.java814 final float centerY = getCenterYForRow(currentCell.row);
820 (getCenterYForRow(nextCell.row) - centerY);
822 mInProgressY = centerY + dy;
856 float centerY = getCenterYForRow(cell.row);
858 currentPath.moveTo(centerX, centerY);
860 currentPath.lineTo(centerX, centerY);
878 //float centerY = mPaddingTop + i * mSquareHeight + (mSquareHeight / 2);
/frameworks/base/graphics/java/android/graphics/
H A DRect.java200 public final int centerY() { method in class:Rect
H A DRectF.java120 public final float centerY() { method in class:RectF
/frameworks/base/services/jni/
H A Dcom_android_server_InputManager.cpp70 jfieldID centerY; member in struct:android::__anon713
495 outVirtualKeyDefinitions.editTop().centerY =
496 int32_t(env->GetIntField(item, gVirtualKeyDefinitionClassInfo.centerY));
1403 GET_FIELD_ID(gVirtualKeyDefinitionClassInfo.centerY, gVirtualKeyDefinitionClassInfo.clazz,
1404 "centerY", "I");
/frameworks/base/libs/ui/tests/
H A DInputReader_test.cpp2164 int32_t y = toRawY(VIRTUAL_KEYS[0].centerY);
2191 int32_t y = toRawY(VIRTUAL_KEYS[0].centerY);
2233 int32_t y = toRawY(VIRTUAL_KEYS[0].centerY);
2264 int32_t y = toRawY(VIRTUAL_KEYS[0].centerY);
2294 int32_t y = toRawY(VIRTUAL_KEYS[0].centerY);
2343 int32_t y = toRawY(VIRTUAL_KEYS[0].centerY);
/frameworks/base/graphics/java/android/graphics/drawable/
H A DGradientDrawable.java348 float y = r.centerY();
/frameworks/base/include/ui/
H A DInputReader.h44 int32_t centerY; member in struct:android::VirtualKeyDefinition
/frameworks/base/libs/ui/
H A DInputReader.cpp1682 virtualKey.hitTop = (virtualKeyDefinition.centerY - halfHeight)
1684 virtualKey.hitBottom = (virtualKeyDefinition.centerY + halfHeight)

Completed in 618 milliseconds