Home
last modified time | relevance | path

Searched refs:pressure (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/core/java/android/view/
DMotionEvent.java1525 float x, float y, float pressure, float size, int metaState, in obtain() argument
1538 pc[0].pressure = pressure; in obtain()
1585 int pointerCount, float x, float y, float pressure, float size, int metaState, in obtain() argument
1587 return obtain(downTime, eventTime, action, x, y, pressure, size, in obtain()
2693 float pressure, float size, int metaState) { in addBatch() argument
2700 pc[0].pressure = pressure; in addBatch()
3121 public float pressure; field in MotionEvent.PointerCoords
3202 pressure = 0; in clear()
3232 pressure = other.pressure; in copyFrom()
3257 return pressure; in getAxisValue()
[all …]
/frameworks/base/native/include/android/
Dsensor.h124 float pressure; member
/frameworks/base/cmds/input/src/com/android/commands/input/
DInput.java136 float pressure, float size) { in sendMotionEvent() argument
/frameworks/base/core/java/com/android/internal/widget/
DPointerLocationView.java247 canvas.drawRect(itemW * 5, 0, (itemW * 5) + (ps.mCoords.pressure * itemW) - 1, in onDraw()
250 .append("Prs: ").append(ps.mCoords.pressure, 2) in onDraw()
314 int pressureLevel = (int)(ps.mCoords.pressure * 255); in onDraw()
444 .append(") Pressure=").append(coords.pressure, 3) in logCoords()
/frameworks/base/services/input/
DInputReader.cpp1343 pressure.clear(); in clear()
2346 info->addMotionRange(mOrientedRanges.pressure); in populateDeviceInfo()
2418 pointer.id, pointer.x, pointer.y, pointer.pressure, in dump()
2616 dumpRawAbsoluteAxisInfo(dump, mRawPointerAxes.pressure, "Pressure"); in dumpRawPointerAxes()
2786 } else if (mRawPointerAxes.pressure.valid in configureSurface()
2787 && mRawPointerAxes.pressure.maxValue != 0) { in configureSurface()
2788 mPressureScale = 1.0f / mRawPointerAxes.pressure.maxValue; in configureSurface()
2792 mOrientedRanges.pressure.axis = AMOTION_EVENT_AXIS_PRESSURE; in configureSurface()
2793 mOrientedRanges.pressure.source = mSource; in configureSurface()
2794 mOrientedRanges.pressure.min = 0; in configureSurface()
[all …]
DInputReader.h620 RawAbsoluteAxisInfo pressure; member
643 int32_t pressure; member
1230 InputDeviceInfo::MotionRange pressure; member
/frameworks/base/core/jni/
Dandroid_view_MotionEvent.cpp49 jfieldID pressure; member
199 env->GetFloatField(pointerCoordsObj, gPointerCoordsClassInfo.pressure)); in pointerCoordsToNative()
262 env->SetFloatField(outPointerCoordsObj, gPointerCoordsClassInfo.pressure, in pointerCoordsFromNative()
876 GET_FIELD_ID(gPointerCoordsClassInfo.pressure, clazz, in register_android_view_MotionEvent()
/frameworks/base/tests/RenderScriptTests/tests/src/com/android/rs/test/
DRSTestCore.java186 public void newTouchPosition(float x, float y, float pressure, int id) { in newTouchPosition() argument
/frameworks/base/services/input/tests/
DInputReader_test.cpp1466 float x, float y, float pressure, float size, in assertPointerCoords() argument
1471 ASSERT_NEAR(pressure, coords.getAxisValue(AMOTION_EVENT_AXIS_PRESSURE), EPSILON); in assertPointerCoords()
2485 void processPressure(SingleTouchInputMapper* mapper, int32_t pressure);
2540 SingleTouchInputMapper* mapper, int32_t pressure) { in processPressure() argument
2541 process(mapper, ARBITRARY_TIME, DEVICE_ID, EV_ABS, ABS_PRESSURE, 0, pressure, 0); in processPressure()
3127 float pressure = float(rawPressure) / RAW_PRESSURE_MAX; in TEST_F() local
3149 x, y, pressure, size, tool, tool, tool, tool, orientation, distance)); in TEST_F()
3608 void processPressure(MultiTouchInputMapper* mapper, int32_t pressure);
3700 MultiTouchInputMapper* mapper, int32_t pressure) { in processPressure() argument
3701 process(mapper, ARBITRARY_TIME, DEVICE_ID, EV_ABS, ABS_MT_PRESSURE, 0, pressure, 0); in processPressure()
[all …]
/frameworks/base/docs/html/resources/articles/
Dzipalign.jd41 pressure, thus causing the system to thrash around by having to constantly start
/frameworks/base/docs/html/sdk/
Dandroid-3.1-highlights.jd326 Hat Y, rotation, throttle, pressure, size, touch, tool, orientation, and others.
Dandroid-4.0-highlights.jd890 distance axes, pressure, and related motion event properties. To help
Dandroid-4.0.jd1575 <p>In addition to precisely measuring the position and pressure of a contact, some stylus input
/frameworks/base/api/
Dcurrent.txt22592 field public float pressure;
D14.txt22592 field public float pressure;