HomeSort by relevance Sort by last modified time
    Searched refs:mP1Y (Results 1 - 5 of 5) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
HermiteInterpolator.java 30 public int mP1X, mP1Y;
66 * The start and end coordinates of the interval will be set in {@link #mP1X}, {@link #mP1Y},
81 mP1Y = mYCoords[p1];
86 final int ay = mP2Y - mP1Y;
98 final float by = (mYCoords[p3] - mP1Y) / 2.0f;
117 mSlope2Y = (mYCoords[p3] - mP1Y) / 2.0f;
159 mInterpolatedY = (k1 * mP1Y + t * mSlope1Y) * omt2 + (k2 * mP2Y - omt * mSlope2Y) * t2;
GestureStrokeDrawingPoints.java 149 mInterpolator.mP1Y - mInterpolator.mP2Y);
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
HermiteInterpolatorTests.java 65 assertEquals("p0y", mYCoords[p0], mInterpolator.mP1Y);
101 assertEquals("p1y", mYCoords[p1], mInterpolator.mP1Y);
137 assertEquals("p2y", mYCoords[p2], mInterpolator.mP1Y);
173 assertEquals("p1y", mYCoords[p1], mInterpolator.mP1Y);
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/win32/extras/WiiMote/
wiimote.h 119 unsigned short mP1Y;
132 mP1X = mP1Y = mP2X = mP2Y = mP1Size = mP2Size = 0;
wiimote.cpp 726 mLastIRReport.mP1Y = data[1] << 2 | (data[2] & 0xc0) >>6;
743 y = mLastIRReport.mP1Y / 1024.f;

Completed in 391 milliseconds