/packages/apps/Launcher2/src/com/android/launcher2/ |
D | DeleteDropTarget.java | 267 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,
|
D | DragController.java | 631 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/ |
D | FlingAnimation.java | 36 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/ |
D | MonthListView.java | 118 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/ |
D | DragController.java | 682 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);
|
D | DeleteDropTarget.java | 80 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/ |
D | KeyboardView.java | 1487 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/ |
D | lt_wordlist.combined.gz |
|
D | cs_wordlist.combined.gz | 1dictionary=main:cs,locale=cs,description=Čeština,date=1393228134, ... |
D | lv_wordlist.combined.gz | 1dictionary=main:lv,locale=lv,description=Latviešu,date=1393228136, ... |
D | nb_wordlist.combined.gz | 1dictionary=main:nb,locale=nb,description=Norsk bokmål,date=1393228136 ... |
D | da_wordlist.combined.gz | 1dictionary=main:da,locale=da,description=Dansk,date=1393228134, ... |
D | sl_wordlist.combined.gz | 1dictionary=main:sl,locale=sl,description=Slovenščina,date=1393228152, ... |