HomeSort by relevance Sort by last modified time
    Searched refs:mUp (Results 1 - 5 of 5) sorted by null

  /system/media/wilhelm/src/itf/
I3DMacroscopic.c 110 thiz->mOrientationVectors.mUp = above; // wrong
165 SLVec3D up = thiz->mOrientationVectors.mUp;
225 thiz->mOrientationVectors.mUp.x = 0;
226 thiz->mOrientationVectors.mUp.y = 1000;
227 thiz->mOrientationVectors.mUp.z = 0;
I3DLocation.c 252 SLVec3D up = thiz->mOrientationVectors.mUp;
  /frameworks/ex/carousel/java/com/android/ex/carousel/
CarouselController.java 85 private float mUp[] = { 0.0f, 1.0f, 0.0f };
140 setLookAt(mEye, mAt, mUp);
718 mUp = up;
CarouselRS.java 87 private float[] mUp = new float[] { 0.0f, 1.0f, 0.0f };
281 setLookAt(mEyePoint, mAtPoint, mUp);
290 mUp[i] = up[i];
    [all...]
  /system/media/wilhelm/src/
itfstruct.h 140 SLVec3D mUp;
165 SLVec3D mUp;

Completed in 2240 milliseconds