HomeSort by relevance Sort by last modified time
    Searched refs:vel (Results 1 - 25 of 29) sorted by null

1 2

  /external/jmonkeyengine/engine/src/test/jme3test/light/
TestLightRadius.java 48 float pos, vel=1; field in class:TestLightRadius
98 pos += tpf * vel * 5f;
100 vel *= -1;
102 vel *= -1;
  /external/jmonkeyengine/engine/src/core/com/jme3/input/
FlyByCamera.java 293 Vector3f vel = new Vector3f(0, value * moveSpeed, 0); local
297 motionAllowed.checkMotionAllowed(pos, vel);
299 pos.addLocal(vel);
305 Vector3f vel = new Vector3f(); local
309 cam.getLeft(vel);
311 cam.getDirection(vel);
313 vel.multLocal(value * moveSpeed);
316 motionAllowed.checkMotionAllowed(pos, vel);
318 pos.addLocal(vel);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NotificationPanelView.java 62 public void fling(float vel, boolean always) {
66 "fling " + ((vel > 0) ? "open" : "closed"),
67 "notifications,v=" + vel);
69 super.fling(vel, always);
SettingsPanelView.java 103 public void fling(float vel, boolean always) {
107 "fling " + ((vel > 0) ? "open" : "closed"),
108 "settings,v=" + vel);
110 super.fling(vel, always);
PanelView.java 454 float vel = 0, yVel = 0, xVel = 0;
472 vel = (float)Math.hypot(yVel, xVel);
473 if (vel > mFlingGestureMaxOutputVelocityPx) {
474 vel = mFlingGestureMaxOutputVelocityPx;
485 || vel < mFlingExpandMinVelocityPx
487 vel = 0;
491 vel = -vel;
494 if (DEBUG) logf("gesture: dy=%f vel=(%f,%f) vlinear=%f",
497 vel);
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
DeleteDropTarget.java 258 DragObject d, PointF vel, ViewConfiguration config) {
266 float velocity = Math.abs(vel.length());
269 int offsetX = (int) (offsetY / (vel.y / vel.x));
323 public FlingAlongVectorAnimatorUpdateListener(DragLayer dragLayer, PointF vel, Rect from,
326 mVelocity = vel;
361 DragObject d, PointF vel, final long startTime, final int duration,
366 return new FlingAlongVectorAnimatorUpdateListener(dragLayer, vel, from, startTime,
370 public void onFlingToDelete(final DragObject d, int x, int y, PointF vel) {
415 updateCb = createFlingToTrashAnimatorListener(dragLayer, d, vel, config)
    [all...]
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);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
seqmid.h 368 * \param vel velocity
371 #define snd_seq_ev_set_note(ev, ch, key, vel, dur) \
376 (ev)->data.note.velocity = (vel),\
384 * \param vel velocity
386 #define snd_seq_ev_set_noteon(ev, ch, key, vel) \
391 (ev)->data.note.velocity = (vel))
398 * \param vel velocity
400 #define snd_seq_ev_set_noteoff(ev, ch, key, vel) \
405 (ev)->data.note.velocity = (vel))
412 * \param vel velocit
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
seqmid.h 368 * \param vel velocity
371 #define snd_seq_ev_set_note(ev, ch, key, vel, dur) \
376 (ev)->data.note.velocity = (vel),\
384 * \param vel velocity
386 #define snd_seq_ev_set_noteon(ev, ch, key, vel) \
391 (ev)->data.note.velocity = (vel))
398 * \param vel velocity
400 #define snd_seq_ev_set_noteoff(ev, ch, key, vel) \
405 (ev)->data.note.velocity = (vel))
412 * \param vel velocit
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
seqmid.h 368 * \param vel velocity
371 #define snd_seq_ev_set_note(ev, ch, key, vel, dur) \
376 (ev)->data.note.velocity = (vel),\
384 * \param vel velocity
386 #define snd_seq_ev_set_noteon(ev, ch, key, vel) \
391 (ev)->data.note.velocity = (vel))
398 * \param vel velocity
400 #define snd_seq_ev_set_noteoff(ev, ch, key, vel) \
405 (ev)->data.note.velocity = (vel))
412 * \param vel velocit
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/month/
MonthListView.java 118 float vel = mTracker.getYVelocity (); local
119 if (Math.abs(vel) > MIN_VELOCITY_FOR_FLING) {
120 doFling(vel);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
seq_midi_emul.h 83 void (*note_on)(void *private_data, int note, int vel, struct snd_midi_channel *chan);
84 void (*note_off)(void *private_data,int note, int vel, struct snd_midi_channel *chan); /* release note */
85 void (*key_press)(void *private_data, int note, int vel, struct snd_midi_channel *chan);
soundfont.h 115 int snd_soundfont_search_zone(struct snd_sf_list *sflist, int *notep, int vel,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
seq_midi_emul.h 83 void (*note_on)(void *private_data, int note, int vel, struct snd_midi_channel *chan);
84 void (*note_off)(void *private_data,int note, int vel, struct snd_midi_channel *chan); /* release note */
85 void (*key_press)(void *private_data, int note, int vel, struct snd_midi_channel *chan);
soundfont.h 115 int snd_soundfont_search_zone(struct snd_sf_list *sflist, int *notep, int vel,
  /packages/apps/Launcher3/src/com/android/launcher3/
DeleteDropTarget.java 355 DragObject d, PointF vel, ViewConfiguration config) {
363 float velocity = Math.abs(vel.length());
366 int offsetX = (int) (offsetY / (vel.y / vel.x));
420 public FlingAlongVectorAnimatorUpdateListener(DragLayer dragLayer, PointF vel, Rect from,
423 mVelocity = vel;
458 DragObject d, PointF vel, final long startTime, final int duration,
463 return new FlingAlongVectorAnimatorUpdateListener(dragLayer, vel, from, startTime,
467 public void onFlingToDelete(final DragObject d, int x, int y, PointF vel) {
512 updateCb = createFlingToTrashAnimatorListener(dragLayer, d, vel, config)
    [all...]
DragController.java 628 PointF vel = new PointF(mVelocityTracker.getXVelocity(),
631 float theta = (float) Math.acos(((vel.x * upVec.x) + (vel.y * upVec.y)) /
632 (vel.length() * upVec.length()));
634 return vel;
640 private void dropOnFlingToDeleteTarget(float x, float y, PointF vel) {
661 vel);
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/audio/lwjgl/
LwjglAudioRenderer.java 330 Vector3f vel = src.getVelocity();
331 alSource3f(id, AL_VELOCITY, vel.x, vel.y, vel.z);
453 Vector3f vel = src.getVelocity(); local
455 alSource3f(id, AL_VELOCITY, vel.x, vel.y, vel.z);
537 Vector3f vel = listener.getVelocity(); local
538 alListener3f(AL_VELOCITY, vel.x, vel.y, vel.z);
549 Vector3f vel = listener.getVelocity(); local
    [all...]
  /cts/suite/cts/deviceTests/opengl/jni/reference/scene/flocking/
FlockingScene.cpp 157 Vector2D* vel = &(b->mVelocity); local
166 transformMatrix->rotate(atan2(vel->mY, vel->mX) + M_PI, 0, 0, 1);
  /external/chromium_org/third_party/WebKit/PerformanceTests/Layout/resources/
regions.js 12 Proin orci libero, accumsan non dignissim at, sodales in sapien. Curabitur dui nibh, venenatis vel tempus vel, accumsan nec velit.\
18 Curabitur rutrum, lorem ac malesuada pellentesque, sapien risus consequat massa, eget pellentesque nunc nulla vel sem.";
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
NotificationRowLayout.java 254 public void dismissRowAnimated(View child, int vel) {
255 mSwipeHelper.dismissChild(child, vel);
  /external/chromium_org/v8/test/mjsunit/
string-indexof-2.js 47 + "consequatur? quis autem vel eum iure reprehenderit, qui in ea "
48 + "voluptate velit esse, quam nihil molestiae consequatur, vel illum, "
  /external/v8/test/mjsunit/
string-indexof-2.js 47 + "consequatur? quis autem vel eum iure reprehenderit, qui in ea "
48 + "voluptate velit esse, quam nihil molestiae consequatur, vel illum, "
  /external/jmonkeyengine/engine/src/android/com/jme3/audio/android/
AndroidAudioRenderer.java 116 Vector3f vel = src.getVelocity(); local
212 Vector3f vel = listener.getVelocity(); local
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
KeyboardView.java 1487 float vel = (dist\/dur) * units; local
    [all...]

Completed in 256 milliseconds

1 2