HomeSort by relevance Sort by last modified time
    Searched refs:mPreviousY (Results 1 - 4 of 4) 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;
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
TouchRotateActivity.java 94 mPreviousY = e.getY();
100 float dy = e.getY() - mPreviousY;
186 private float mPreviousY;

Completed in 90 milliseconds