Searched refs:textLength (Results 1 – 2 of 2) sorted by relevance
3806 final int textLength = editText.getText().length(); in testTextEditingActions() local3807 arguments.putInt(AccessibilityNodeInfo.ACTION_ARGUMENT_SELECTION_START_INT, textLength); in testTextEditingActions()3808 arguments.putInt(AccessibilityNodeInfo.ACTION_ARGUMENT_SELECTION_END_INT, textLength); in testTextEditingActions()3814 assertEquals(textLength, Selection.getSelectionStart(editText.getText())); in testTextEditingActions()3815 assertEquals(textLength, Selection.getSelectionEnd(editText.getText())); in testTextEditingActions()
7513 final int textLength = text.length(); in testAccessLetterSpacing() local7516 final float[] initialWidths = new float[textLength]; in testAccessLetterSpacing()7523 final float[] singleWidths = new float[textLength]; in testAccessLetterSpacing()7530 final float[] doubleWidths = new float[textLength]; in testAccessLetterSpacing()7537 for (int i = 0; i < textLength; i++) { in testAccessLetterSpacing()