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

  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
SoftLandingInterpolator.java 29 private final LinearInterpolator fly; field in class:SoftLandingInterpolator
38 fly = new LinearInterpolator();
49 final float f = fly.getInterpolation(input / upperRange) * mO;
  /external/eigen/demos/opengl/
quaternion_demo.cpp 366 bool fly = (mNavMode==NavFly) || (e->modifiers()&Qt::ControlModifier); local
370 if(fly)
383 if(fly)
572 but = new QRadioButton("fly");

Completed in 1961 milliseconds