| /external/chromium_org/third_party/WebKit/Source/devtools/front_end/source_frame/ |
| SourceFrame.js | 314 onTextChanged: function(oldRange, newRange) 836 onTextChanged: function(oldRange, newRange) 838 this._sourceFrame.onTextChanged(oldRange, newRange);
|
| /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
| TextViewTest.java | 223 verify(mockTextWatcher).onTextChanged(NEW_TEXT, 0, INITIAL_TEXT.length(), NEW_TEXT.length()); 263 verify(mockTextWatcher).onTextChanged(INITIAL_TEXT + NEW_TEXT, 0, INITIAL_TEXT.length(), INITIAL_TEXT.length() + NEW_TEXT.length()); 381 assertThat(mockTextWatcher.methodsCalled.get(1), equalTo("onTextChanged")); 416 public void onTextChanged(CharSequence s, int start, int before, int count) { 417 methodsCalled.add("onTextChanged");
|
| /development/apps/Development/src/com/android/development/ |
| MediaScannerActivity.java | 88 public void onTextChanged(CharSequence s, int start, int before, int count) {
|
| /frameworks/base/core/java/android/text/method/ |
| PasswordTransformationMethod.java | 75 public void onTextChanged(CharSequence s, int start,
|
| /frameworks/base/core/java/android/webkit/ |
| FindActionModeCallback.java | 262 public void onTextChanged(CharSequence s,
|
| /frameworks/base/core/tests/coretests/src/android/text/ |
| SpannedTest.java | 177 public void onTextChanged(CharSequence s, int start, int before,
|
| /frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
| KeyguardAccountView.java | 119 public void onTextChanged(CharSequence s, int start, int before, int count) {
|
| /frameworks/base/tests/WallpaperTest/src/com/example/wallpapertest/ |
| MainActivity.java | 166 @Override public void onTextChanged(CharSequence s, int start, int before, int count) {
|
| /frameworks/opt/timezonepicker/src/com/android/timezonepicker/ |
| TimeZonePickerView.java | 135 public void onTextChanged(CharSequence s, int start, int before, int count) {
|
| /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
| BluetoothPbapActivity.java | 278 public void onTextChanged(CharSequence s, int start, int before, int count) {
|
| /packages/apps/Browser/src/com/android/browser/ |
| NavigationBarBase.java | 269 public void onTextChanged(CharSequence s, int start, int before, int count) { }
|
| UrlInputView.java | 320 public void onTextChanged(CharSequence s, int start, int before, int count) {
|
| /packages/apps/DeskClock/src/com/android/deskclock/ |
| LabelDialogFragment.java | 106 public void onTextChanged(CharSequence s, int start, int before, int count) {
|
| /packages/apps/Email/src/com/android/email/activity/setup/ |
| AccountSetupNamesFragment.java | 79 public void onTextChanged(CharSequence s, int start, int before, int count) {
|
| AuthenticationView.java | 105 public void onTextChanged(CharSequence s, int start, int before, int count) { }
|
| /packages/apps/Music/src/com/android/music/ |
| CreatePlaylist.java | 82 public void onTextChanged(CharSequence s, int start, int before, int count) {
|
| RenamePlaylist.java | 96 public void onTextChanged(CharSequence s, int start, int before, int count) {
|
| /packages/apps/Settings/src/com/android/settings/bluetooth/ |
| BluetoothNameDialogFragment.java | 201 public void onTextChanged(CharSequence s, int start, int before, int count) {
|
| /packages/apps/Settings/src/com/android/settings/wifi/ |
| WifiApDialog.java | 161 public void onTextChanged(CharSequence s, int start, int before, int count) {
|
| /packages/services/Telephony/src/com/android/phone/ |
| IccNetworkDepersonalizationPanel.java | 71 public void onTextChanged(CharSequence buffer, int start, int olen, int nlen) {
|
| /cts/tests/tests/widget/src/android/widget/cts/ |
| AutoCompleteTextViewTest.java | 747 protected void onTextChanged(CharSequence text, int start, int before, int after) { 748 super.onTextChanged(text, start, before, after);
|
| /developers/samples/android/wearable/wear/Notifications/Application/src/main/java/com/example/android/notifications/ |
| MainActivity.java | 284 public void onTextChanged(CharSequence s, int start, int before, int count) {
|
| /development/samples/wearable/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/ |
| MainActivity.java | 284 public void onTextChanged(CharSequence s, int start, int before, int count) {
|
| /packages/apps/Calendar/src/com/android/calendar/event/ |
| CreateEventDialogFragment.java | 231 public void onTextChanged(CharSequence s, int start, int before, int count) {
|
| /packages/apps/Contacts/src/com/android/contacts/activities/ |
| ActionBarAdapter.java | 193 public void onTextChanged(CharSequence queryString, int start, int before, int count) {
|