Home
last modified time | relevance | path

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

/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DImeInsetsControllerTest.java153 expectCommand(stream, imeSession.callSetHeight(NEW_KEYBOARD_HEIGHT), TIMEOUT); in testChangeSizeWhileControlling()
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DMockImeSession.java1142 public ImeCommand callSetHeight(int height) { in callSetHeight() method in MockImeSession