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

  /frameworks/base/services/java/com/android/server/wm/
ScreenRotationAnimation.java 260 static int deltaRotation(int oldRotation, int newRotation) {
314 int delta = deltaRotation(rotation, Surface.ROTATION_0);
353 int delta = deltaRotation(mCurRotation, mOriginalRotation);
    [all...]
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
VehicleWheel.java 340 return wheelInfo.deltaRotation;

Completed in 766 milliseconds