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

  /development/samples/OpenGL/HelloOpenGLES10/src/com/example/android/opengl/
MyGLSurfaceView.java 44 private float mPreviousY;
59 float dy = y - mPreviousY;
78 mPreviousY = y;
  /development/samples/OpenGL/HelloOpenGLES20/src/com/example/android/opengl/
MyGLSurfaceView.java 47 private float mPreviousY;
62 float dy = y - mPreviousY;
81 mPreviousY = y;
  /platform_testing/tests/perf/PerformanceLaunch/src/com/android/performanceLaunch/helper/
SimpleGLSurfaceView.java 48 private float mPreviousY;
63 float dy = y - mPreviousY;
82 mPreviousY = y;
  /frameworks/rs/tests/java_api/RsNbody/src/com/example/android/rs/nbody_gl/
BasicGLSurfaceView.java 41 private float mPreviousY;
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
TouchRotateActivity.java 79 private float mPreviousY;
98 updateAngles(e.getX() - mPreviousX, e.getY() - mPreviousY, TOUCH_SCALE_FACTOR);
107 mPreviousY = e.getY();

Completed in 117 milliseconds