Home
last modified time | relevance | path

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

/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DMockIme.java570 private static final class KeyboardLayoutView extends LinearLayout { class in MockIme
585 KeyboardLayoutView(MockIme mockIme, @NonNull ImeSettings imeSettings, in KeyboardLayoutView() method in MockIme.KeyboardLayoutView
744 KeyboardLayoutView mView;
753 mView = new KeyboardLayoutView(this, mSettings, this::onInputViewLayoutChanged); in onCreateInputView()