Searched defs:editText (Results 1 – 6 of 6) sorted by relevance
20 private EditText editText; field in ShadowEditTextTest52 EditText editText = new EditText(context, attrs); in givenInitializingWithAttributeSet_whenMaxLengthDefined_thenRestrictTextLengthToMaxLength() local63 EditText editText = new EditText(context, attrs); in givenInitializingWithAttributeSet_whenMaxLengthNotDefined_thenTextLengthShouldHaveNoRestrictions() local73 EditText editText = new EditText(context); in whenInitializingWithoutAttributeSet_thenTextLengthShouldHaveNoRestrictions() local83 EditText editText = new EditText(context); in testSelectAll() local95 EditText editText = (EditText) inflater.inflate(R.layout.edit_text, null); in shouldGetHintFromXml() local
38 final EditText editText = preference.getEditText(); in setTextInEditTextShouldStoreText() local
43 EditText editText = new EditText(context); in shouldBeAbleToGetTextFromEditTextAfterUsingSetTextWithHtmlDotFromHtml() local
188 EditText editText = viewGroup.findViewById(R.id.edit_text); in shouldGiveFocusToElementContainingRequestFocusElement() local
22 editText = 16 variable
562 final EditText editText = (EditText) dialog.findViewById(R.id.edit_text); in showUploadLogDialog() local