Searched refs:textType (Results 1 – 4 of 4) sorted by relevance
118 final int textType = InputType.TYPE_CLASS_TEXT | InputType.TYPE_TEXT_VARIATION_NORMAL; in testGetInputType() local133 assertEquals(textType, dateKeyListener.getInputType()); in testGetInputType()
117 final int textType = InputType.TYPE_CLASS_TEXT | InputType.TYPE_TEXT_VARIATION_NORMAL; in testGetInputType() local132 assertEquals(textType, listener.getInputType()); in testGetInputType()
121 final int textType = InputType.TYPE_CLASS_TEXT | InputType.TYPE_TEXT_VARIATION_NORMAL; in testGetInputType() local136 assertEquals(textType, listener.getInputType()); in testGetInputType()
4914 final int textType = InputType.TYPE_CLASS_TEXT | InputType.TYPE_TEXT_VARIATION_NORMAL; in testSetImeHintLocalesChangesInputType() local4917 assertEquals(textType, textView.getInputType()); in testSetImeHintLocalesChangesInputType()4923 assertEquals(textType, textView.getInputType()); in testSetImeHintLocalesChangesInputType()