Home
last modified time | relevance | path

Searched refs:addBatch (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
DInputChannelCompat.java55 return target.addBatch(src); in mergeMotionEvent()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/classifier/
DFalsingDataProviderTest.java159 motionEventA.addBatch(motionEventB); in test_unpackMotionEvents()
160 motionEventA.addBatch(motionEventC); in test_unpackMotionEvents()
/frameworks/base/core/java/android/view/
DMotionEvent.java3689 public final void addBatch(long eventTime, float x, float y, in addBatch() method in MotionEvent
3715 public final void addBatch(long eventTime, PointerCoords[] pointerCoords, int metaState) { in addBatch() method in MotionEvent
3732 public final boolean addBatch(MotionEvent event) { in addBatch() method in MotionEvent
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/gestures/
DTouchExplorerTest.java670 event.addBatch(newEvent); in moveEachPointers()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt32887 method public final void addBatch(long, float, float, float, float, int);
32888 method public final void addBatch(long, android.view.MotionEvent.PointerCoords[], int);
46327 method public abstract void addBatch() throws java.sql.SQLException;
46898 method public abstract void addBatch(java.lang.String) throws java.sql.SQLException;
/frameworks/base/core/api/
Dcurrent.txt51772 method public void addBatch(long, float, float, float, float, int);
51773 method public void addBatch(long, android.view.MotionEvent.PointerCoords[], int);