/packages/apps/DeskClock/src/com/android/deskclock/widget/ |
D | AutoSizingTextView.kt | 38 override fun onTextChanged( in onTextChanged() method 44 super.onTextChanged(text, start, lengthBefore, lengthAfter) in onTextChanged() 46 mTextSizeHelper.onTextChanged(lengthBefore, lengthAfter) in onTextChanged()
|
D | AutoSizingTextClock.kt | 40 override fun onTextChanged( in onTextChanged() method 46 super.onTextChanged(text, start, lengthBefore, lengthAfter) in onTextChanged() 51 mTextSizeHelper.onTextChanged(lengthBefore, lengthAfter) in onTextChanged()
|
D | TextSizeHelper.kt | 67 fun onTextChanged(lengthBefore: Int, lengthAfter: Int) { in onTextChanged() method
|
/packages/apps/Dialer/java/com/android/dialer/widget/ |
D | ResizingTextEditText.java | 41 protected void onTextChanged(CharSequence text, int start, int lengthBefore, int lengthAfter) { in onTextChanged() method in ResizingTextEditText 42 super.onTextChanged(text, start, lengthBefore, lengthAfter); in onTextChanged()
|
D | ResizingTextTextView.java | 41 protected void onTextChanged(CharSequence text, int start, int lengthBefore, int lengthAfter) { in onTextChanged() method in ResizingTextTextView 42 super.onTextChanged(text, start, lengthBefore, lengthAfter); in onTextChanged()
|
D | MessageFragment.java | 123 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged() method in MessageFragment
|
/packages/apps/PhoneCommon/src/com/android/phone/common/widget/ |
D | ResizingTextTextView.java | 44 protected void onTextChanged(CharSequence text, int start, int lengthBefore, int lengthAfter) { in onTextChanged() method in ResizingTextTextView 45 super.onTextChanged(text, start, lengthBefore, lengthAfter); in onTextChanged()
|
D | ResizingTextEditText.java | 45 protected void onTextChanged(CharSequence text, int start, int lengthBefore, int lengthAfter) { in onTextChanged() method in ResizingTextEditText 46 super.onTextChanged(text, start, lengthBefore, lengthAfter); in onTextChanged()
|
/packages/apps/Dialer/java/com/android/dialer/callcomposer/ |
D | MessageComposerFragment.java | 81 public void onTextChanged(CharSequence charSequence, int i, int i1, int i2) {} in onCreateView() 104 public void onTextChanged(CharSequence s, int start, int before, int count) {} in onTextChanged() method in MessageComposerFragment
|
/packages/apps/Dialer/java/com/android/incallui/autoresizetext/ |
D | AutoResizeTextView.java | 245 protected final void onTextChanged( in onTextChanged() method in AutoResizeTextView 247 super.onTextChanged(text, start, before, after); in onTextChanged()
|
/packages/inputmethods/LatinIME/tools/EditTextVariations/src/com/android/inputmethod/tools/edittextvariations/ |
D | EchoingTextWatcher.java | 68 public void onTextChanged(final CharSequence s, final int start, final int before, in onTextChanged() method in EchoingTextWatcher
|
/packages/apps/Car/Settings/src/com/android/car/settings/common/ |
D | ValidatedEditTextPreferenceDialogFragment.java | 87 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged() method in ValidatedEditTextPreferenceDialogFragment.EditTextWatcher
|
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/ |
D | SetupGlifLayoutActivity.java | 80 public void onTextChanged(CharSequence s, int start, int before, int count) { in initializeLayoutParams()
|
/packages/apps/Launcher3/src/com/android/launcher3/folder/ |
D | FolderNameEditText.java | 86 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged() method in FolderNameEditText
|
/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/search/ |
D | WidgetsSearchBarController.java | 85 public void onTextChanged(CharSequence charSequence, int i, int i1, int i2) { in onTextChanged() method in WidgetsSearchBarController
|
/packages/apps/Settings/src/com/android/settings/widget/ |
D | ValidatedEditTextPreference.java | 120 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged() method in ValidatedEditTextPreference.EditTextWatcher
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | RespondViaSmsSettings.java | 158 public void onTextChanged(CharSequence s, int start, int before, int count) { in initPref()
|
/packages/apps/Car/Settings/src/com/android/car/settings/profiles/ |
D | EditProfileNameFragment.java | 124 public void onTextChanged(CharSequence s, int start, int before, int count) { in configureProfileNameEditing()
|
/packages/apps/Dialer/java/com/android/incallui/answer/impl/ |
D | CreateCustomSmsDialogFragment.java | 112 public void onTextChanged(CharSequence charSequence, int i, int i1, int i2) {} in onCreateDialog()
|
/packages/apps/Launcher3/src/com/android/launcher3/allapps/search/ |
D | AllAppsSearchBarController.java | 80 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged() method in AllAppsSearchBarController
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbap/ |
D | BluetoothPbapActivityTest.java | 149 activity.onTextChanged(null, 0, 0, 0); in emptyMethods_doesNotThrowException()
|
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/ |
D | BluetoothRenameDialogFragment.java | 162 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged() method in BluetoothRenameDialogFragment
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | BluetoothNameDialogFragment.java | 197 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged() method in BluetoothNameDialogFragment
|
/packages/services/BuiltInPrintService/src/com/android/bips/ui/ |
D | AddManualPrinterDialog.java | 177 public void onTextChanged(CharSequence charSequence, int start, int before, int count) { in onTextChanged() method in AddManualPrinterDialog
|
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/ |
D | TestRttActivity.java | 194 public void onTextChanged(CharSequence s, int start, int before, int count) { in onCreate()
|