Searched defs:pressure (Results 1 - 3 of 3) sorted by relevance
/development/cmds/monkey/src/com/android/commands/monkey/ |
H A D | MonkeyMotionEvent.java | 62 float pressure, float size) { 66 c.pressure = pressure; 61 addPointer(int id, float x, float y, float pressure, float size) argument
|
/development/ndk/platforms/android-9/include/android/ |
H A D | sensor.h | 124 float pressure; member in union:ASensorEvent::__anon638
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
H A D | TouchPaint.java | 41 * location of the touch. When pressure information is available, it is used 418 private void paint(PaintMode mode, float x, float y, float pressure, argument 430 mPaint.setAlpha(Math.min((int)(pressure * 128), 255)); 436 mPaint.setAlpha(Math.min((int)(pressure * 128), 255));
|
Completed in 449 milliseconds