Home
last modified time | relevance | path

Searched refs:vel (Results 1 – 13 of 13) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
DDeleteDropTarget.java267 DragObject d, PointF vel, ViewConfiguration config) { in createFlingToTrashAnimatorListener() argument
275 float velocity = Math.abs(vel.length()); in createFlingToTrashAnimatorListener()
278 int offsetX = (int) (offsetY / (vel.y / vel.x)); in createFlingToTrashAnimatorListener()
332 public FlingAlongVectorAnimatorUpdateListener(DragLayer dragLayer, PointF vel, Rect from,
335 mVelocity = vel;
370 DragObject d, PointF vel, final long startTime, final int duration,
375 return new FlingAlongVectorAnimatorUpdateListener(dragLayer, vel, from, startTime,
379 public void onFlingToDelete(final DragObject d, int x, int y, PointF vel) {
424 updateCb = createFlingToTrashAnimatorListener(dragLayer, d, vel, config);
426 updateCb = createFlingAlongVectorAnimatorListener(dragLayer, d, vel, startTime,
DDragController.java631 PointF vel = new PointF(mVelocityTracker.getXVelocity(),
634 float theta = (float) Math.acos(((vel.x * upVec.x) + (vel.y * upVec.y)) /
635 (vel.length() * upVec.length()));
637 return vel;
643 private void dropOnFlingToDeleteTarget(float x, float y, PointF vel) {
664 vel);
/packages/apps/Launcher3/src/com/android/launcher3/util/
DFlingAnimation.java36 public FlingAnimation(DragObject d, PointF vel, Rect iconRect, DragLayer dragLayer) { in FlingAnimation() argument
38 mUX = vel.x / 1000; in FlingAnimation()
39 mUY = vel.y / 1000; in FlingAnimation()
/packages/apps/Calendar/src/com/android/calendar/month/
DMonthListView.java118 float vel = mTracker.getYVelocity (); in processEvent() local
119 if (Math.abs(vel) > MIN_VELOCITY_FOR_FLING) { in processEvent()
120 doFling(vel); in processEvent()
/packages/apps/Launcher3/src/com/android/launcher3/
DDragController.java682 PointF vel = new PointF(mVelocityTracker.getXVelocity(),
685 float theta = (float) Math.acos(((vel.x * upVec.x) + (vel.y * upVec.y)) /
686 (vel.length() * upVec.length()));
688 return vel;
694 private void dropOnFlingToDeleteTarget(float x, float y, PointF vel) {
714 mFlingToDeleteDropTarget.onFlingToDelete(mDragObject, vel);
DDeleteDropTarget.java80 public void onFlingToDelete(final DragObject d, PointF vel) { in onFlingToDelete() argument
86 FlingAnimation fling = new FlingAnimation(d, vel, in onFlingToDelete()
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DKeyboardView.java1487 float vel = (dist/dur) * units; in computeCurrentVelocity() local
1488 if (accumX == 0) accumX = vel; in computeCurrentVelocity()
1489 else accumX = (accumX + vel) * .5f; in computeCurrentVelocity()
1492 vel = (dist/dur) * units; in computeCurrentVelocity()
1493 if (accumY == 0) accumY = vel; in computeCurrentVelocity()
1494 else accumY = (accumY + vel) * .5f; in computeCurrentVelocity()
/packages/inputmethods/LatinIME/dictionaries/
Dlt_wordlist.combined.gz
Dcs_wordlist.combined.gz1dictionary=main:cs,locale=cs,description=Čeština,date=1393228134, ...
Dlv_wordlist.combined.gz1dictionary=main:lv,locale=lv,description=Latviešu,date=1393228136, ...
Dnb_wordlist.combined.gz1dictionary=main:nb,locale=nb,description=Norsk bokmål,date=1393228136 ...
Dda_wordlist.combined.gz1dictionary=main:da,locale=da,description=Dansk,date=1393228134, ...
Dsl_wordlist.combined.gz1dictionary=main:sl,locale=sl,description=Slovenščina,date=1393228152, ...