Searched defs:inputType (Results 1 – 3 of 3) sorted by relevance
342 Line addLine(String labelId, String label, String textId, String text, int inputType) { in addLine()425 private final int inputType; field in VirtualContainerView.Line427 private Line(String labelId, String label, String textId, String text, int inputType) { in Line()
430 Type inputType = typeBuilder.create(); in convertToSRGB() local
5553 final int inputType = InputType.TYPE_CLASS_TEXT in testSetImeHintLocalesDoesntLoseInputType() local