Searched refs:mPreviousX (Results 1 - 3 of 3) sorted by relevance

/development/samples/OpenGL/HelloOpenGLES10/src/com/example/android/opengl/
H A DMyGLSurfaceView.java43 private float mPreviousX; field in class:MyGLSurfaceView
58 float dx = x - mPreviousX;
77 mPreviousX = x;
/development/samples/OpenGL/HelloOpenGLES20/src/com/example/android/opengl/
H A DMyGLSurfaceView.java46 private float mPreviousX; field in class:MyGLSurfaceView
61 float dx = x - mPreviousX;
80 mPreviousX = x;
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
H A DTouchRotateActivity.java92 float dx = x - mPreviousX;
98 mPreviousX = x;
180 private float mPreviousX; field in class:TouchSurfaceView

Completed in 36 milliseconds