Home
last modified time | relevance | path

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

/development/samples/AutofillKeyboard/src/com/example/android/autofillkeyboard/
DInputView.java24 public final class InputView extends FrameLayout { class
32 public InputView(Context context, AttributeSet attrs) { in InputView() method in InputView
DKeyboard.java99 View inflateKeyboardView(LayoutInflater inflater, InputView inputView) { in inflateKeyboardView()
DAutofillImeService.java69 private InputView mInputView;
111 mInputView = (InputView) LayoutInflater.from(this).inflate(R.layout.input_view, null); in onCreateInputView()