Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DInputTestsBase.java280 protected void typeInternal(final int codePoint, final boolean isKeyRepeat) { in typeInternal() method in InputTestsBase
304 typeInternal(codePoint, false /* isKeyRepeat */); in type()
308 typeInternal(codePoint, true /* isKeyRepeat */); in repeatKey()