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

  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
normal_distribution.h 36 const float shiftedX = x - mU;
38 * expf(mPreComputedExponentPart * GeometryUtils::SQUARE_FLOAT(shiftedX));
normal_distribution_2d.h 39 const float shiftedX = x - mUX;
42 const float rotatedShiftedX = mCosTheta * shiftedX + mSinTheta * shiftedY;
43 const float rotatedShiftedY = -mSinTheta * shiftedX + mCosTheta * shiftedY;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskStackViewTouchHandler.java 381 int shiftedX = x;
383 shiftedX -= mWindowTouchSlop;
385 shiftedX += mWindowTouchSlop;
387 if (findViewAtPoint(shiftedX, y) != null) {

Completed in 106 milliseconds