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.java488 private void onInputViewLayoutChanged(@NonNull ImeLayoutInfo layoutInfo) { in onInputViewLayoutChanged() method in MockIme
489 getTracer().onInputViewLayoutChanged(layoutInfo, () -> { }); in onInputViewLayoutChanged()
495 new KeyboardLayoutView(this, mSettings, this::onInputViewLayoutChanged)); in onCreateInputView()
819 public void onInputViewLayoutChanged(@NonNull ImeLayoutInfo imeLayoutInfo,