Home
last modified time | relevance | path

Searched defs:gesture (Results 1 – 3 of 3) sorted by relevance

/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
DBots.java46 public final GestureBot gesture; field in Bots
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DInputTestsBase.java325 protected void gesture(final String stringToGesture) { in gesture() method in InputTestsBase
DInputLogicTests.java671 private void typeOrGestureWordAndPutCursorInside(final boolean gesture, final String word, in typeOrGestureWordAndPutCursorInside()