Searched refs:gesture (Results 1 – 10 of 10) sorted by relevance
/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/ |
D | GestureSelectionUiTest.java | 39 bots.gesture.gestureSelectFiles(fileName1, fileName2); in testGridGestureSelect_twoFiles() 46 bots.gesture.gestureSelectFiles(fileName2, dirName1); in testGridGestureSelect_multipleFiles() 54 bots.gesture.gestureSelectFiles(fileName1, fileName2); in testListGestureSelect_twoFiles() 62 bots.gesture.gestureSelectFiles(fileName2, dirName1); in testListGestureSelect_multipleFiles()
|
D | BandSelectionUiTest.java | 46 bots.gesture.bandSelection(start, end); in testBandSelection_allFiles() 60 bots.gesture.bandSelection(start, end); in testBandSelection_someFiles()
|
D | FingerSelectionUiTest.java | 48 bots.gesture.fingerSelection(start, end); in testFingerSelection_outOfRange()
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/ |
D | InputLogicTests.java | 649 gesture("this"); in testBasicGesture() 654 gesture("got"); in testGestureGesture() 655 gesture("milk"); in testGestureGesture() 660 gesture("this"); in testGestureBackspaceGestureAgain() 663 gesture("this"); in testGestureBackspaceGestureAgain() 671 private void typeOrGestureWordAndPutCursorInside(final boolean gesture, final String word, in typeOrGestureWordAndPutCursorInside() argument 675 if (gesture) { in typeOrGestureWordAndPutCursorInside() 676 gesture(word); in typeOrGestureWordAndPutCursorInside()
|
D | InputTestsBase.java | 325 protected void gesture(final String stringToGesture) { in gesture() method in InputTestsBase
|
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/ |
D | Bots.java | 46 public final GestureBot gesture; field in Bots 60 gesture = new GestureBot(device, automation, context, TIMEOUT); in Bots()
|
/packages/inputmethods/LatinIME/native/jni/ |
D | Android.bp | 75 "src/suggest/policyimpl/gesture/gesture_suggest_policy_factory.cpp",
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | en_US_wordlist.combined.gz |
|
D | en_GB_wordlist.combined.gz |
|
D | en_wordlist.combined.gz |
|