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

  /development/samples/OpenGL/HelloOpenGLES10/src/com/example/android/opengl/
MyGLSurfaceView.java 43 private float mPreviousX;
58 float dx = x - mPreviousX;
77 mPreviousX = x;
  /development/samples/OpenGL/HelloOpenGLES20/src/com/example/android/opengl/
MyGLSurfaceView.java 46 private float mPreviousX;
61 float dx = x - mPreviousX;
80 mPreviousX = x;
  /platform_testing/tests/perf/PerformanceLaunch/src/com/android/performanceLaunch/helper/
SimpleGLSurfaceView.java 47 private float mPreviousX;
62 float dx = x - mPreviousX;
81 mPreviousX = x;
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
TouchRotateActivity.java 93 mPreviousX = e.getX();
99 float dx = e.getX() - mPreviousX;
185 private float mPreviousX;

Completed in 196 milliseconds