Home
last modified time | relevance | path

Searched refs:locationY (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/nfc/java/android/nfc/
DAvailableNfcAntenna.java42 public AvailableNfcAntenna(int locationX, int locationY) { in AvailableNfcAntenna() argument
44 this.mLocationY = locationY; in AvailableNfcAntenna()
/frameworks/native/include/input/
DVirtualInputDevice.h90 float locationY, float pressure, float majorAxisSize,
110 bool writeMotionEvent(int32_t toolType, int32_t action, int32_t locationX, int32_t locationY,
/frameworks/native/libs/input/
DVirtualInputDevice.cpp319 float locationX, float locationY, float pressure, in writeTouchEvent() argument
349 if (!writeInputEvent(EV_ABS, ABS_MT_POSITION_Y, locationY, eventTime)) { in writeTouchEvent()
424 int32_t locationY, int32_t pressure, int32_t tiltX, in writeMotionEvent() argument
452 if (!writeInputEvent(EV_ABS, ABS_Y, locationY, eventTime)) { in writeMotionEvent()
453 ALOGE("Unsupported y-axis location passed for stylus: %d.", locationY); in writeMotionEvent()
/frameworks/base/services/companion/java/com/android/server/companion/virtual/
DInputController.java460 int action, float locationX, float locationY, float pressure, float majorAxisSize, in nativeWriteTouchEvent() argument
467 int locationX, int locationY, int pressure, int tiltX, int tiltY, long eventTimeNanos); in nativeWriteStylusMotionEvent() argument
518 float locationX, float locationY, float pressure, float majorAxisSize, in writeTouchEvent() argument
521 action, locationX, locationY, in writeTouchEvent()
536 int locationY, int pressure, int tiltX, int tiltY, long eventTimeNanos) { in writeStylusMotionEvent() argument
537 return nativeWriteStylusMotionEvent(ptr, toolType, action, locationX, locationY, in writeStylusMotionEvent()
/frameworks/base/services/core/jni/
Dcom_android_server_companion_virtual_InputController.cpp338 jint toolType, jint action, jfloat locationX, jfloat locationY, in nativeWriteTouchEvent() argument
341 return virtualTouchscreen->writeTouchEvent(pointerId, toolType, action, locationX, locationY, in nativeWriteTouchEvent()
370 jint action, jint locationX, jint locationY, jint pressure, in nativeWriteStylusMotionEvent() argument
373 return virtualStylus->writeMotionEvent(toolType, action, locationX, locationY, pressure, tiltX, in nativeWriteStylusMotionEvent()