Home
last modified time | relevance | path

Searched defs:textWatcher (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DPhoneNumberWatcherTest.java35 TextWatcher textWatcher = getTextWatcher(); in testAppendChars() local
62 TextWatcher textWatcher = getTextWatcher(); in testRemoveLastChars() local
88 TextWatcher textWatcher = getTextWatcher(); in testInsertChars() local
117 TextWatcher textWatcher = getTextWatcher(); in testStopFormatting() local
161 TextWatcher textWatcher = getTextWatcher(); in testRestartFormatting() local
213 TextWatcher textWatcher = getTextWatcher(); in testTextChangedByOtherTextWatcher() local
290 TextWatcher textWatcher = getTextWatcher(); in testReplacement() local
/aosp12/packages/apps/Car/libs/car-ui-lib/paintbooth/src/main/java/com/android/car/ui/paintbooth/toolbar/
H A DToolbarActivity.java157 SimpleTextWatcher textWatcher = new SimpleTextWatcher(); in onCreate() local
388 SimpleTextWatcher textWatcher = new SimpleTextWatcher(); in getMenuItem() local
/aosp14/frameworks/base/core/tests/coretests/src/android/text/
H A DDynamicLayoutOffsetMappingTest.java196 TextWatcher[] textWatcher = spannable.getSpans(0, spannable.length(), TextWatcher.class); in textWithOffsetMapping_onlyCallOnTextChanged_notCrash() local
237 TestNoBeforeTextChangeWatcherWrapper(TextWatcher textWatcher) { in TestNoBeforeTextChangeWatcherWrapper()