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

  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
normal_distribution_2d.h 34 : mXDistribution(0.0f, sigmaX), mYDistribution(0.0f, sigmaY), mUX(uX), mUY(uY),
40 const float shiftedY = y - mUY;
54 const float mUY;
  /packages/apps/Launcher3/src/com/android/launcher3/util/
FlingAnimation.java 27 protected final float mUX, mUY;
39 mUY = vel.y / 1000;
68 float d = mUY * mUY + 2 * sY * MAX_ACCELERATION;
75 mAY = mUY * mUY / (2 * -sY);
77 double t = (-mUY - Math.sqrt(d)) / mAY;
101 dragView.setTranslationY(time * mUY + mFrom.top + mAY * time * time / 2);

Completed in 295 milliseconds