Searched refs:textLength (Results 1 – 1 of 1) sorted by relevance
4525 final int textLength = editText.getText().length(); in testTextEditingActions() local4527 assertEquals(textLength, Selection.getSelectionStart(editText.getText())); in testTextEditingActions()4528 assertEquals(textLength, Selection.getSelectionEnd(editText.getText())); in testTextEditingActions()