Home
last modified time | relevance | path

Searched refs:DELAY_TO_WAIT_FOR_UNDERLINE_MILLIS (Results 1 – 4 of 4) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DBlueUnderlineTests.java33 sleep(DELAY_TO_WAIT_FOR_UNDERLINE_MILLIS); in testBlueUnderline()
47 sleep(DELAY_TO_WAIT_FOR_UNDERLINE_MILLIS); in testBlueUnderlineDisappears()
56 sleep(DELAY_TO_WAIT_FOR_UNDERLINE_MILLIS); in testBlueUnderlineDisappears()
69 sleep(DELAY_TO_WAIT_FOR_UNDERLINE_MILLIS); in testBlueUnderlineOnBackspace()
74 sleep(DELAY_TO_WAIT_FOR_UNDERLINE_MILLIS); in testBlueUnderlineOnBackspace()
77 sleep(DELAY_TO_WAIT_FOR_UNDERLINE_MILLIS); in testBlueUnderlineOnBackspace()
80 sleep(DELAY_TO_WAIT_FOR_UNDERLINE_MILLIS); in testBlueUnderlineOnBackspace()
97 sleep(DELAY_TO_WAIT_FOR_UNDERLINE_MILLIS); in testBlueUnderlineDisappearsWhenCursorMoved()
107 sleep(DELAY_TO_WAIT_FOR_UNDERLINE_MILLIS); in testBlueUnderlineDisappearsWhenCursorMoved()
117 sleep(DELAY_TO_WAIT_FOR_UNDERLINE_MILLIS); in testComposingStopsOnSpace()
DInputLogicTests.java683 sleep(DELAY_TO_WAIT_FOR_UNDERLINE_MILLIS); in typeOrGestureWordAndPutCursorInside()
730 sleep(DELAY_TO_WAIT_FOR_UNDERLINE_MILLIS); in testTypeWithinGestureComposing()
766 sleep(DELAY_TO_WAIT_FOR_UNDERLINE_MILLIS); in testWordThenSpaceThenPunctuationFromStripTwice()
779 sleep(DELAY_TO_WAIT_FOR_UNDERLINE_MILLIS); in testWordThenSpaceDisplaysPredictions()
DPunctuationTests.java41 sleep(DELAY_TO_WAIT_FOR_UNDERLINE_MILLIS); in testWordThenSpaceThenPunctuationFromStripTwice()
DInputTestsBase.java64 protected static final int DELAY_TO_WAIT_FOR_UNDERLINE_MILLIS = 500; field in InputTestsBase