HomeSort by relevance Sort by last modified time
    Searched refs:KeyboardLayoutView (Results 1 - 2 of 2) sorted by null

  /development/samples/ThemedNavBarKeyboard/src/com/example/android/themednavbarkeyboard/
ThemedNavBarKeyboard.java 57 private KeyboardLayoutView mLayout;
70 mLayout = new KeyboardLayoutView(this, getWindow().getWindow());
129 private final class KeyboardLayoutView extends LinearLayout {
172 public KeyboardLayoutView(Context context, final Window window) {
  /cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
MockIme.java 394 private static final class KeyboardLayoutView extends LinearLayout {
400 KeyboardLayoutView(Context context, @NonNull ImeSettings imeSettings,
495 new KeyboardLayoutView(this, mSettings, this::onInputViewLayoutChanged));
    [all...]

Completed in 201 milliseconds