Searched refs:currentText (Results 1 – 7 of 7) sorted by relevance
475 String currentText = mResultText.getText().toString(); in appendResultsToScreen() local476 mResultText.setText(currentText + "\n" + str); in appendResultsToScreen()
445 String currentText = mResultText.getText().toString(); in appendResultsToScreen() local446 mResultText.setText(currentText + "\n" + str); in appendResultsToScreen()
662 String currentText = text.getText().toString(); in appendResultsToScreen() local663 text.setText(currentText + "\n" + str); in appendResultsToScreen()
892 String currentText = text.getText().toString(); in appendResultsToScreen() local893 text.setText(currentText + "\n" + str); in appendResultsToScreen()
890 String currentText = text.getText().toString(); in appendResultsToScreen() local891 text.setText(currentText + "\n" + str); in appendResultsToScreen()
495 CharSequence currentText = mTextView.getText(); in testUiTranslation_ViewTranslationCallback_paddingText() local496 assertThat(currentText.length()).isNotEqualTo(originalText.length()); in testUiTranslation_ViewTranslationCallback_paddingText()497 assertThat(currentText.length()).isEqualTo(translatedText.length()); in testUiTranslation_ViewTranslationCallback_paddingText()
473 Editable currentText = getText(); in setText() local