HomeSort by relevance Sort by last modified time
    Searched defs:pressure (Results 26 - 50 of 62) sorted by null

12 3

  /prebuilts/misc/windows/sdl2/include/
SDL_events.h 397 float pressure; /**< Normalized in the range 0...1 */ member in struct:SDL_TouchFingerEvent
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_events.h 397 float pressure; /**< Normalized in the range 0...1 */ member in struct:SDL_TouchFingerEvent
  /cts/tests/tests/view/src/android/view/cts/
MotionEventTest.java 549 float pressure = 1.0f; local
556 mMotionEvent2.addBatch(eventTime, x, y, pressure, size, 0);
672 assertEquals(0f, coords.pressure, 0.0f);
686 coords.pressure = 3;
698 assertEquals(3f, copy.pressure, 0.0f);
    [all...]
  /hardware/libhardware/include/hardware/
sensors.h 158 #define SENSOR_STRING_TYPE_PRESSURE "android.sensor.pressure"
338 /* pressure in hectopascal (hPa) */
339 float pressure; member in union:sensors_event_t::__anon48338::__anon48339
  /packages/services/Car/car-support-lib/src/android/support/car/hardware/
CarSensorEvent.java 496 * Pressure in kPa.
520 public final float pressure; field in class:CarSensorEvent.EnvironmentData
524 public EnvironmentData(long timestamp, float temperature, float pressure) {
527 this.pressure = pressure;
542 float pressure = floatValues[INDEX_ENVIRONMENT_PRESSURE]; local
543 return new EnvironmentData(timestamp, temperature, pressure);
    [all...]
  /frameworks/base/core/java/android/view/
MotionEvent.java 45 * information about the pressure, size and orientation of the contact area.
565 * Axis constant: Pressure axis of a motion event.
568 * <li>For a touch screen or touch pad, reports the approximate pressure applied to the surface
570 * 0 (no pressure at all) to 1 (normal pressure), although values higher than 1
581 * @see MotionEvent.PointerCoords#pressure
3521 public float pressure; field in class:MotionEvent.PointerCoords
    [all...]
  /frameworks/native/services/inputflinger/tests/
InputReader_test.cpp 3793 float pressure = float(rawPressure) \/ RAW_PRESSURE_MAX; local
5161 float pressure = float(rawPressure) \/ RAW_PRESSURE_MAX; local
5337 float pressure = float(rawPressure) * 0.01f; local
    [all...]
  /external/v8/src/heap/
heap.cc 937 const double pressure = local
    [all...]
  /frameworks/native/services/inputflinger/
InputReader.cpp 80 // Maximum amount of time to wait on touch data before pushing out new pressure data.
4530 float pressure = mExternalStylusState.pressure; local
5027 float pressure; local
7071 int32_t pressure = mSingleTouchMotionAccumulator.getAbsolutePressure(); local
    [all...]
InputReader.h 344 /* Pressure as reported by the stylus, normalized to the range [0, 1.0]. */
345 float pressure; member in struct:android::StylusState
353 pressure = other.pressure;
360 pressure = 0.f;
763 RawAbsoluteAxisInfo pressure; member in struct:android::RawPointerAxes
786 int32_t pressure; member in struct:android::RawPointerData::Pointer
1560 InputDeviceInfo::MotionRange pressure; member in struct:android::TouchInputMapper::OrientedRanges
    [all...]
  /frameworks/support/car/car-stubs/
android.car.jar 
  /prebuilts/sdk/current/optional/
android.car.jar 
  /prebuilts/tools/common/m2/repository/com/jayway/android/robotium/robotium-solo/5.5.3/
robotium-solo-5.5.3.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winuser.h 2772 UINT32 pressure; member in struct:tagPOINTER_TOUCH_INFO
2779 UINT32 pressure; member in struct:tagPOINTER_PEN_INFO
    [all...]
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/27/
android.jar 
  /prebuilts/sdk/9/
android.jar 

Completed in 517 milliseconds

12 3