Searched refs:textType (Results 1 – 4 of 4) sorted by relevance
117 final int textType = InputType.TYPE_CLASS_TEXT | InputType.TYPE_TEXT_VARIATION_NORMAL; in testGetInputType() local132 assertEquals(textType, dateKeyListener.getInputType()); in testGetInputType()
120 final int textType = InputType.TYPE_CLASS_TEXT | InputType.TYPE_TEXT_VARIATION_NORMAL; in testGetInputType() local135 assertEquals(textType, listener.getInputType()); in testGetInputType()
118 final int textType = InputType.TYPE_CLASS_TEXT | InputType.TYPE_TEXT_VARIATION_NORMAL; in testGetInputType() local133 assertEquals(textType, listener.getInputType()); in testGetInputType()
5893 final int textType = InputType.TYPE_CLASS_TEXT | InputType.TYPE_TEXT_VARIATION_NORMAL; in testSetImeHintLocalesChangesInputType() local5896 assertEquals(textType, textView.getInputType()); in testSetImeHintLocalesChangesInputType()5902 assertEquals(textType, textView.getInputType()); in testSetImeHintLocalesChangesInputType()