Searched defs:prototype (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/libs/utils/
H A DVectorImpl.cpp249 ssize_t VectorImpl::replaceAt(const void* prototype, size_t index) argument
259 if (item != prototype) {
263 if (prototype == 0) {
266 _do_copy(item, prototype, 1);
/frameworks/base/services/java/com/android/server/accessibility/
H A DTouchExplorer.java780 MotionEvent prototype = MotionEvent.obtain(event);
781 sendDownForAllActiveNotInjectedPointers(prototype, policyFlags);
895 * @param prototype The prototype from which to create the injected events.
898 private void sendDownForAllActiveNotInjectedPointers(MotionEvent prototype, int policyFlags) { argument
902 final int pointerCount = prototype.getPointerCount();
906 final int pointerId = prototype.getPointerId(i);
914 final int pointerId = prototype.getPointerId(i);
925 sendMotionEvent(prototype, action, pointerIdBits, policyFlags);
965 * @param prototype Th
968 sendUpForInjectedDownPointers(MotionEvent prototype, int policyFlags) argument
990 sendMotionEventStripInactivePointers(MotionEvent prototype, int policyFlags) argument
1035 sendActionDownAndUp(MotionEvent prototype, int policyFlags) argument
1051 sendMotionEvent(MotionEvent prototype, int action, int pointerIdBits, int policyFlags) argument
1393 post(MotionEvent prototype, int policyFlags) argument
1496 post(MotionEvent prototype, boolean touchExplorationInProgress, int pointerIdBits, int policyFlags) argument
[all...]

Completed in 313 milliseconds