Home
last modified time | relevance | path

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

/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DMockIme.java746 private void onInputViewLayoutChanged(@NonNull ImeLayoutInfo layoutInfo) { in onInputViewLayoutChanged() method in MockIme
747 getTracer().onInputViewLayoutChanged(layoutInfo, () -> { }); in onInputViewLayoutChanged()
753 mView = new KeyboardLayoutView(this, mSettings, this::onInputViewLayoutChanged); in onCreateInputView()
1213 void onInputViewLayoutChanged(@NonNull ImeLayoutInfo imeLayoutInfo,