Home
last modified time | relevance | path

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

/development/samples/ThemedNavBarKeyboard/src/com/example/android/themednavbarkeyboard/
DThemedNavBarKeyboard.java57 private KeyboardLayoutView mLayout;
70 mLayout = new KeyboardLayoutView(this, getWindow().getWindow()); in onCreateInputView()
129 private final class KeyboardLayoutView extends LinearLayout { class in ThemedNavBarKeyboard
172 public KeyboardLayoutView(Context context, final Window window) { in KeyboardLayoutView() method in ThemedNavBarKeyboard.KeyboardLayoutView