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.java34 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()
DInputLogicTests.java684 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()
DPunctuationTests.java40 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