Searched defs:inputType (Results 1 - 1 of 1) sorted by relevance

/cts/tests/autofillservice/src/android/autofillservice/cts/
H A DVirtualContainerView.java237 child.setInputType(item.line.inputType);
342 Line addLine(String labelId, String label, String textId, String text, int inputType) { argument
343 final Line line = new Line(labelId, label, textId, text, inputType);
425 private final int inputType; field in class:VirtualContainerView.Line
427 private Line(String labelId, String label, String textId, String text, int inputType) { argument
430 this.inputType = inputType;
574 node.setInputType(line.inputType);

Completed in 70 milliseconds