• Home
  • Raw
  • Download

Lines Matching refs:getAxisValue

448                     getAxisValue(AMOTION_EVENT_AXIS_X));  in enqueueInboundEventLocked()
450 getAxisValue(AMOTION_EVENT_AXIS_Y)); in enqueueInboundEventLocked()
908 entry->pointerCoords[i].getAxisValue(AMOTION_EVENT_AXIS_X), in logOutboundMotionDetailsLocked()
909 entry->pointerCoords[i].getAxisValue(AMOTION_EVENT_AXIS_Y), in logOutboundMotionDetailsLocked()
910 entry->pointerCoords[i].getAxisValue(AMOTION_EVENT_AXIS_PRESSURE), in logOutboundMotionDetailsLocked()
911 entry->pointerCoords[i].getAxisValue(AMOTION_EVENT_AXIS_SIZE), in logOutboundMotionDetailsLocked()
912 entry->pointerCoords[i].getAxisValue(AMOTION_EVENT_AXIS_TOUCH_MAJOR), in logOutboundMotionDetailsLocked()
913 entry->pointerCoords[i].getAxisValue(AMOTION_EVENT_AXIS_TOUCH_MINOR), in logOutboundMotionDetailsLocked()
914 entry->pointerCoords[i].getAxisValue(AMOTION_EVENT_AXIS_TOOL_MAJOR), in logOutboundMotionDetailsLocked()
915 entry->pointerCoords[i].getAxisValue(AMOTION_EVENT_AXIS_TOOL_MINOR), in logOutboundMotionDetailsLocked()
916 entry->pointerCoords[i].getAxisValue(AMOTION_EVENT_AXIS_ORIENTATION), in logOutboundMotionDetailsLocked()
917 entry->pointerCoords[i].getAxisValue(AMOTION_EVENT_AXIS_RELATIVE_X), in logOutboundMotionDetailsLocked()
918 entry->pointerCoords[i].getAxisValue(AMOTION_EVENT_AXIS_RELATIVE_Y)); in logOutboundMotionDetailsLocked()
1199 getAxisValue(AMOTION_EVENT_AXIS_X)); in findTouchedWindowTargetsLocked()
1201 getAxisValue(AMOTION_EVENT_AXIS_Y)); in findTouchedWindowTargetsLocked()
1304 int32_t x = int32_t(entry->pointerCoords[0].getAxisValue(AMOTION_EVENT_AXIS_X)); in findTouchedWindowTargetsLocked()
1305 int32_t y = int32_t(entry->pointerCoords[0].getAxisValue(AMOTION_EVENT_AXIS_Y)); in findTouchedWindowTargetsLocked()
2500 args->pointerCoords[i].getAxisValue(AMOTION_EVENT_AXIS_X), in notifyMotion()
2501 args->pointerCoords[i].getAxisValue(AMOTION_EVENT_AXIS_Y), in notifyMotion()
2502 args->pointerCoords[i].getAxisValue(AMOTION_EVENT_AXIS_PRESSURE), in notifyMotion()
2503 args->pointerCoords[i].getAxisValue(AMOTION_EVENT_AXIS_SIZE), in notifyMotion()
2504 args->pointerCoords[i].getAxisValue(AMOTION_EVENT_AXIS_TOUCH_MAJOR), in notifyMotion()
2505 args->pointerCoords[i].getAxisValue(AMOTION_EVENT_AXIS_TOUCH_MINOR), in notifyMotion()
2506 args->pointerCoords[i].getAxisValue(AMOTION_EVENT_AXIS_TOOL_MAJOR), in notifyMotion()
2507 args->pointerCoords[i].getAxisValue(AMOTION_EVENT_AXIS_TOOL_MINOR), in notifyMotion()
2508 args->pointerCoords[i].getAxisValue(AMOTION_EVENT_AXIS_ORIENTATION)); in notifyMotion()