Searched refs:addBatch (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/ |
D | InputChannelCompat.java | 63 return target.addBatch(src); in mergeMotionEvent()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/classifier/brightline/ |
D | FalsingDataProviderTest.java | 126 motionEventA.addBatch(motionEventB); in test_unpackMotionEvents() 127 motionEventA.addBatch(motionEventC); in test_unpackMotionEvents()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/ |
D | TouchExplorerTest.java | 294 event.addBatch(newEvent); in moveEachPointers()
|
/frameworks/base/core/java/android/view/ |
D | MotionEvent.java | 3200 public final void addBatch(long eventTime, float x, float y, in addBatch() method in MotionEvent 3226 public final void addBatch(long eventTime, PointerCoords[] pointerCoords, int metaState) { in addBatch() method in MotionEvent 3243 public final boolean addBatch(MotionEvent event) { in addBatch() method in MotionEvent
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 32887 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/non-updatable-api/ |
D | current.txt | 50917 method public void addBatch(long, float, float, float, float, int); 50918 method public void addBatch(long, android.view.MotionEvent.PointerCoords[], int); 67602 method public void addBatch() throws java.sql.SQLException; 68171 method public void addBatch(String) throws java.sql.SQLException;
|
/frameworks/base/api/ |
D | current.txt | 51061 method public void addBatch(long, float, float, float, float, int); 51062 method public void addBatch(long, android.view.MotionEvent.PointerCoords[], int); 67746 method public void addBatch() throws java.sql.SQLException; 68315 method public void addBatch(String) throws java.sql.SQLException;
|