Searched refs:xmax (Results 1 - 2 of 2) sorted by relevance

/development/samples/AccelerometerPlay/src/com/example/android/accelerometerplay/
H A DAccelerometerPlayActivity.java205 final float xmax = mHorizontalBound;
209 if (x > xmax) {
210 mPosX = xmax;
211 } else if (x < -xmax) {
212 mPosX = -xmax;
/development/ndk/platforms/android-4/samples/san-angeles/jni/
H A Ddemo.c505 GLfloat xmin, xmax, ymin, ymax; local
510 xmax = ymax * aspect;
512 glFrustumx((GLfixed)(xmin * 65536), (GLfixed)(xmax * 65536),

Completed in 21 milliseconds