HomeSort by relevance Sort by last modified time
    Searched full:pressure (Results 1 - 25 of 99) sorted by null

1 2 3 4

  /dalvik/libcore-disabled/sound/src/main/java/javax/sound/midi/
MidiChannel.java 59 void setChannelPressure(int pressure);
69 void setPolyPressure(int noteNumber, int pressure);
  /external/quake/quake/src/WinQuake/
masterMain.cpp 29 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,
  /frameworks/base/core/java/android/view/
MotionEvent.java 364 * @param pressure The current pressure of this event. The pressure generally
365 * ranges from 0 (no pressure at all) to 1 (normal pressure), however
383 float x, float y, float pressure, float size, int metaState,
402 data[SAMPLE_PRESSURE] = pressure;
423 * @param pressure The current pressure of this event. The pressure generall
    [all...]
ScaleGestureDetector.java 122 * This value is the threshold ratio between our previous combined pressure
123 * and the current combined pressure. We will only fire an onScale event if
125 * greater than this value. When pressure decreases rapidly between events
294 // Only accept the event if our relative pressure is within
  /cts/tests/tests/view/src/android/view/cts/
MotionEventTest.java 399 float pressure = 0.5f; local
400 mMotionEvent2.addBatch(mEventTime, 5.0f, 5.0f, pressure, 0.0f, 0);
404 assertEquals(pressure, mMotionEvent2.getHistoricalPressure(1), DELTA);
431 float pressure = 1.0f; local
442 mMotionEvent2.addBatch(eventTime, x, y, pressure, size, 0);
455 assertEquals(pressure, mMotionEvent2.getHistoricalPressure(1), DELTA);
468 float pressure = 1.0f; local
475 mMotionEvent2.addBatch(eventTime, x, y, pressure, size, 0);
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyMotionEvent.java 58 float x, float y, float pressure, float size, int metaState,
66 mPressure = pressure;
  /external/sonivox/arm-wt-22k/lib_src/
dls2.h 33 #define CONN_SRC_POLYPRESSURE 0x0007 /* Polyphonic Pressure */
34 #define CONN_SRC_CHANNELPRESSURE 0x0008 /* Channel Pressure */
36 #define CONN_SRC_MONOPRESSURE 0x000a /* MIDI Mono pressure */
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
TouchPaint.java 272 private void drawPoint(float x, float y, float pressure, float size) {
274 // + pressure + " s=" + size);
277 mCurPressure = pressure;
  /external/quake/src/com/android/quake/
QuakeLib.java 156 * @param pressure the pressure 0..1, can be more than 1 sometimes
162 float x, float y, float pressure, float size, int deviceId);
  /frameworks/base/services/java/com/android/server/
InputDevice.java 495 int pressure = mHistoryData[soff + MotionEvent.SAMPLE_PRESSURE]; local
496 if (pressure <= 0) pressure = 1;
497 x += mHistoryData[soff + MotionEvent.SAMPLE_X] * pressure;
498 y += mHistoryData[soff + MotionEvent.SAMPLE_Y] * pressure;
499 totalPressure += pressure;
504 int pressure = mHistoryData[eoff + MotionEvent.SAMPLE_PRESSURE]; local
505 if (pressure <= 0) pressure = 1;
506 x += mHistoryData[eoff + MotionEvent.SAMPLE_X] * pressure;
    [all...]
  /development/pdk/docs/porting/
sensors.jd 27 <li>Pressure</li>
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
SoftKey.java 33 * consequent moving events because of the changing in touching pressure. If
41 * consequent moving events because of the changing in touching pressure. If
  /frameworks/base/cmds/input/src/com/android/commands/input/
Input.java 136 float pressure, float size) {
  /frameworks/base/core/java/android/hardware/
Sensor.java 59 /** A constant describing a pressure sensor type */
  /external/webkit/WebCore/loader/
Cache.h 109 // - minDeadBytes: The maximum number of bytes that dead resources should consume when the cache is under pressure.
110 // - maxDeadBytes: The maximum number of bytes that dead resources should consume when the cache is not under pressure.
  /external/webkit/WebKit/mac/WebView/
WebViewEventHandling.mm 182 eventNumber:0 clickCount:0 pressure:0];
204 eventNumber:0 clickCount:0 pressure:0];
  /bionic/libc/kernel/common/linux/
soundcard.h 777 #define SEQ_KEY_PRESSURE(dev, chn, note, pressure) _CHN_VOICE(dev, MIDI_KEY_PRESSURE, chn, note, pressure)
783 #define SEQ_CHN_PRESSURE(dev, chn, pressure) _CHN_COMMON(dev, MIDI_CHN_PRESSURE, chn, pressure, 0, 0)
  /external/sonivox/arm-fm-22k/host_src/
eas_types.h 247 EAS_U8 channelPressure; /* MIDI channel pressure */
  /external/sonivox/arm-hybrid-22k/host_src/
eas_types.h 247 EAS_U8 channelPressure; /* MIDI channel pressure */
  /external/sonivox/arm-wt-22k/host_src/
eas_types.h 252 EAS_U8 channelPressure; /* MIDI channel pressure */
  /external/webkit/WebKitTools/DumpRenderTree/mac/
EventSendingController.mm 321 pressure:0.0];
381 pressure:0.0];
439 pressure:0.0];
469 pressure:0.0];
  /frameworks/base/docs/html/resources/articles/
zipalign.jd 39 pressure, thus causing the system to thrash around by having to constantly start
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
soundcard.h 777 #define SEQ_KEY_PRESSURE(dev, chn, note, pressure) _CHN_VOICE(dev, MIDI_KEY_PRESSURE, chn, note, pressure)
783 #define SEQ_CHN_PRESSURE(dev, chn, pressure) _CHN_COMMON(dev, MIDI_CHN_PRESSURE, chn, pressure, 0, 0)
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
soundcard.h 777 #define SEQ_KEY_PRESSURE(dev, chn, note, pressure) _CHN_VOICE(dev, MIDI_KEY_PRESSURE, chn, note, pressure)
783 #define SEQ_CHN_PRESSURE(dev, chn, pressure) _CHN_COMMON(dev, MIDI_CHN_PRESSURE, chn, pressure, 0, 0)
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
soundcard.h 777 #define SEQ_KEY_PRESSURE(dev, chn, note, pressure) _CHN_VOICE(dev, MIDI_KEY_PRESSURE, chn, note, pressure)
783 #define SEQ_CHN_PRESSURE(dev, chn, pressure) _CHN_COMMON(dev, MIDI_CHN_PRESSURE, chn, pressure, 0, 0)

Completed in 638 milliseconds

1 2 3 4