Home
last modified time | relevance | path

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

/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DEditorInfoTest.java56 info.inputType = EditorInfo.TYPE_MASK_CLASS; in testEditorInfo()
82 assertEquals(info.inputType, targetInfo.inputType); in testEditorInfo()
/cts/tests/autofillservice/src/android/autofillservice/cts/
DVirtualContainerView.java237 child.setInputType(item.line.inputType); in onProvideAutofillVirtualStructure()
342 Line addLine(String labelId, String label, String textId, String text, int inputType) { in addLine() argument
343 final Line line = new Line(labelId, label, textId, text, inputType); in addLine()
425 private final int inputType; field in VirtualContainerView.Line
427 private Line(String labelId, String label, String textId, String text, int inputType) { in Line() argument
430 this.inputType = inputType; in Line()
574 node.setInputType(line.inputType); in provideAccessibilityNodeInfo()
/cts/tests/camera/src/android/hardware/camera2/cts/rs/
DRawConverter.java430 Type inputType = typeBuilder.create(); in convertToSRGB() local
431 Allocation input = Allocation.createTyped(rs, inputType); in convertToSRGB()
/cts/tests/tests/widget/src/android/widget/cts/
DTextViewTest.java5553 final int inputType = InputType.TYPE_CLASS_TEXT in testSetImeHintLocalesDoesntLoseInputType() local
5558 textView.setInputType(inputType); in testSetImeHintLocalesDoesntLoseInputType()
5560 assertEquals(inputType, textView.getInputType()); in testSetImeHintLocalesDoesntLoseInputType()