Searched defs:pressure (Results 1 - 3 of 3) sorted by relevance

/external/quake/quake/src/WinQuake/
H A DmasterMain.cpp29 float x, float y, float pressure, float size, int deviceId);
48 jfloat x, jfloat y, jfloat pressure, jfloat size, jint deviceId) {
50 action, x, y, pressure, size,
47 qmotionevent(JNIEnv *env, jobject thiz, jlong eventTime, jint action, jfloat x, jfloat y, jfloat pressure, jfloat size, jint deviceId) argument
H A Dgl_vidandroid.cpp536 float x, float y, float pressure, float size, int deviceId) {
660 float x, float y, float pressure, float size, int deviceId)
662 gGestureDetector.analyze(eventTime, action, x, y, pressure, size, deviceId);
535 analyze(unsigned long long eventTime, int action, float x, float y, float pressure, float size, int deviceId) argument
659 AndroidMotionEvent(unsigned long long eventTime, int action, float x, float y, float pressure, float size, int deviceId) argument
/external/quake/src/com/android/quake/
H A DQuakeLib.java156 * @param pressure the pressure 0..1, can be more than 1 sometimes
162 float x, float y, float pressure, float size, int deviceId);
161 motionEvent(long eventTime, int action, float x, float y, float pressure, float size, int deviceId) argument

Completed in 84 milliseconds