HomeSort by relevance Sort by last modified time
    Searched defs:addBatch (Results 1 - 3 of 3) sorted by null

  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCStatement.java 176 public void addBatch(String sql) throws SQLException {
  /cts/tests/tests/view/src/android/view/cts/
MotionEventTest.java 218 mMotionEvent2.addBatch(mEventTime, x, 5.0f, 1.0f, 0.0f, 0);
221 mMotionEvent2.addBatch(mEventTime, X_3F + 10.0f, 10.0f, 0.0f, 1.0f, 0);
227 mMotionEvent2.addBatch(mEventTime, 5.0f, y, 1.0f, 0.0f, 0);
230 mMotionEvent2.addBatch(mEventTime, 15.0f, Y_4F + 15.0f, 0.0f, 1.0f, 0);
236 mMotionEvent2.addBatch(mEventTime, 5.0f, 5.0f, 1.0f, size, 0);
239 mMotionEvent2.addBatch(mEventTime, 15.0f, 15.0f, 1.0f, 0.0f, 0);
245 mMotionEvent2.addBatch(mEventTime, 5.0f, 5.0f, pressure, 0.0f, 0);
248 mMotionEvent2.addBatch(mEventTime, 15.0f, 15.0f, 0.0f, 0.0f, 0);
254 mMotionEvent2.addBatch(eventTime, 5.0f, 5.0f, 0.0f, 1.0f, 0);
257 mMotionEvent2.addBatch(mEventTime + 10l, 15.0f, 15.0f, 1.0f, 0.0f, 0)
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 52 milliseconds