Home | History | Annotate | Download | only in android

Lines Matching refs:AInputEvent

135 struct AInputEvent;
136 typedef struct AInputEvent AInputEvent;
499 int32_t AInputEvent_getType(const AInputEvent* event);
511 int32_t AInputEvent_getDeviceId(const AInputEvent* event);
514 int32_t AInputEvent_getSource(const AInputEvent* event);
519 int32_t AKeyEvent_getAction(const AInputEvent* key_event);
522 int32_t AKeyEvent_getFlags(const AInputEvent* key_event);
526 int32_t AKeyEvent_getKeyCode(const AInputEvent* key_event);
530 int32_t AKeyEvent_getScanCode(const AInputEvent* key_event);
533 int32_t AKeyEvent_getMetaState(const AInputEvent* key_event);
539 int32_t AKeyEvent_getRepeatCount(const AInputEvent* key_event);
546 int64_t AKeyEvent_getDownTime(const AInputEvent* key_event);
550 int64_t AKeyEvent_getEventTime(const AInputEvent* key_event);
555 int32_t AMotionEvent_getAction(const AInputEvent* motion_event);
558 int32_t AMotionEvent_getFlags(const AInputEvent* motion_event);
562 int32_t AMotionEvent_getMetaState(const AInputEvent* motion_event);
565 int32_t AMotionEvent_getButtonState(const AInputEvent* motion_event);
570 int32_t AMotionEvent_getEdgeFlags(const AInputEvent* motion_event);
574 int64_t AMotionEvent_getDownTime(const AInputEvent* motion_event);
578 int64_t AMotionEvent_getEventTime(const AInputEvent* motion_event);
584 float AMotionEvent_getXOffset(const AInputEvent* motion_event);
590 float AMotionEvent_getYOffset(const AInputEvent* motion_event);
595 float AMotionEvent_getXPrecision(const AInputEvent* motion_event);
600 float AMotionEvent_getYPrecision(const AInputEvent* motion_event);
604 size_t AMotionEvent_getPointerCount(const AInputEvent* motion_event);
610 int32_t AMotionEvent_getPointerId(const AInputEvent* motion_event, size_t pointer_index);
615 int32_t AMotionEvent_getToolType(const AInputEvent* motion_event, size_t pointer_index);
621 float AMotionEvent_getRawX(const AInputEvent* motion_event, size_t pointer_index);
627 float AMotionEvent_getRawY(const AInputEvent* motion_event, size_t pointer_index);
632 float AMotionEvent_getX(const AInputEvent* motion_event, size_t pointer_index);
637 float AMotionEvent_getY(const AInputEvent* motion_event, size_t pointer_index);
643 float AMotionEvent_getPressure(const AInputEvent* motion_event, size_t pointer_index);
651 float AMotionEvent_getSize(const AInputEvent* motion_event, size_t pointer_index);
655 float AMotionEvent_getTouchMajor(const AInputEvent* motion_event, size_t pointer_index);
659 float AMotionEvent_getTouchMinor(const AInputEvent* motion_event, size_t pointer_index);
665 float AMotionEvent_getToolMajor(const AInputEvent* motion_event, size_t pointer_index);
671 float AMotionEvent_getToolMinor(const AInputEvent* motion_event, size_t pointer_index);
681 float AMotionEvent_getOrientation(const AInputEvent* motion_event, size_t pointer_index);
684 float AMotionEvent_getAxisValue(const AInputEvent* motion_event,
691 size_t AMotionEvent_getHistorySize(const AInputEvent* motion_event);
695 int64_t AMotionEvent_getHistoricalEventTime(AInputEvent* motion_event,
705 float AMotionEvent_getHistoricalRawX(const AInputEvent* motion_event, size_t pointer_index,
715 float AMotionEvent_getHistoricalRawY(const AInputEvent* motion_event, size_t pointer_index,
722 float AMotionEvent_getHistoricalX(AInputEvent* motion_event, size_t pointer_index,
729 float AMotionEvent_getHistoricalY(AInputEvent* motion_event, size_t pointer_index,
737 float AMotionEvent_getHistoricalPressure(AInputEvent* motion_event, size_t pointer_index,
747 float AMotionEvent_getHistoricalSize(AInputEvent* motion_event, size_t pointer_index,
753 float AMotionEvent_getHistoricalTouchMajor(const AInputEvent* motion_event, size_t pointer_index,
759 float AMotionEvent_getHistoricalTouchMinor(const AInputEvent* motion_event, size_t pointer_index,
767 float AMotionEvent_getHistoricalToolMajor(const AInputEvent* motion_event, size_t pointer_index,
775 float AMotionEvent_getHistoricalToolMinor(const AInputEvent* motion_event, size_t pointer_index,
787 float AMotionEvent_getHistoricalOrientation(const AInputEvent* motion_event, size_t pointer_index,
792 float AMotionEvent_getHistoricalAxisValue(const AInputEvent* motion_event,
828 int32_t AInputQueue_getEvent(AInputQueue* queue, AInputEvent** outEvent);
838 int32_t AInputQueue_preDispatchEvent(AInputQueue* queue, AInputEvent* event);
844 void AInputQueue_finishEvent(AInputQueue* queue, AInputEvent* event, int handled);