Searched refs:DELAY_TO_WAIT_FOR_UNDERLINE_MILLIS (Results 1 – 4 of 4) sorted by relevance
33 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()
683 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()
41 sleep(DELAY_TO_WAIT_FOR_UNDERLINE_MILLIS); in testWordThenSpaceThenPunctuationFromStripTwice()
64 protected static final int DELAY_TO_WAIT_FOR_UNDERLINE_MILLIS = 500; field in InputTestsBase