Searched refs:DELAY_TO_WAIT_FOR_UNDERLINE_MILLIS (Results 1 – 4 of 4) sorted by relevance
34 sleep(DELAY_TO_WAIT_FOR_UNDERLINE_MILLIS); in testBlueUnderline()48 sleep(DELAY_TO_WAIT_FOR_UNDERLINE_MILLIS); in testBlueUnderlineDisappears()57 sleep(DELAY_TO_WAIT_FOR_UNDERLINE_MILLIS); in testBlueUnderlineDisappears()70 sleep(DELAY_TO_WAIT_FOR_UNDERLINE_MILLIS); in testBlueUnderlineOnBackspace()75 sleep(DELAY_TO_WAIT_FOR_UNDERLINE_MILLIS); in testBlueUnderlineOnBackspace()78 sleep(DELAY_TO_WAIT_FOR_UNDERLINE_MILLIS); in testBlueUnderlineOnBackspace()81 sleep(DELAY_TO_WAIT_FOR_UNDERLINE_MILLIS); in testBlueUnderlineOnBackspace()98 sleep(DELAY_TO_WAIT_FOR_UNDERLINE_MILLIS); in testBlueUnderlineDisappearsWhenCursorMoved()108 sleep(DELAY_TO_WAIT_FOR_UNDERLINE_MILLIS); in testBlueUnderlineDisappearsWhenCursorMoved()118 sleep(DELAY_TO_WAIT_FOR_UNDERLINE_MILLIS); in testComposingStopsOnSpace()
684 sleep(DELAY_TO_WAIT_FOR_UNDERLINE_MILLIS); in typeOrGestureWordAndPutCursorInside()731 sleep(DELAY_TO_WAIT_FOR_UNDERLINE_MILLIS); in testTypeWithinGestureComposing()767 sleep(DELAY_TO_WAIT_FOR_UNDERLINE_MILLIS); in testWordThenSpaceThenPunctuationFromStripTwice()780 sleep(DELAY_TO_WAIT_FOR_UNDERLINE_MILLIS); in testWordThenSpaceDisplaysPredictions()
40 sleep(DELAY_TO_WAIT_FOR_UNDERLINE_MILLIS); in testWordThenSpaceThenPunctuationFromStripTwice()
64 protected static final int DELAY_TO_WAIT_FOR_UNDERLINE_MILLIS = 500; field in InputTestsBase