Home | History | Annotate | Download | only in accessibility

Lines Matching full:injected

164     // Helper class to track injected pointers.
752 * not already being delivered i.e. pointers that are not yet injected.
754 * @param prototype The prototype from which to create the injected events.
763 // Find which pointers are already injected.
771 // Inject the active and not injected pointers.
820 * already being delivered i.e. pointers that are injected.
822 * @param prototype The prototype from which to create the injected events.
831 // Skip non injected down pointers.
844 * @param prototype The prototype from which to create the injected event.
889 * @param prototype The prototype from which to create the injected events.
903 * @param prototype The prototype from which to create the injected events.
971 * Computes the action for an injected event based on a masked action
983 // Compute the action based on how many down pointers are injected.
993 // Compute the action based on how many down pointers are injected.
1269 * @return The number of non injected active pointers.
1483 // The time of the last injected down.
1486 // The last injected hover event.
1489 // The last injected hover event used for performing clicks.
1493 * Processes an injected {@link MotionEvent} event.
1530 Slog.i(LOG_TAG_INJECTED_POINTER_TRACKER, "Injected pointer:\n" + toString());
1542 * @return The time of the last injected down event.
1549 * @return The number of down pointers injected to the view hierarchy.
1556 * @return The bits of the injected pointers that are down.
1563 * Whether an injected pointer is down.
1574 * @return The the last injected hover event.
1581 * @return The the last injected hover event.