HomeSort by relevance Sort by last modified time
    Searched full:newtext (Results 51 - 75 of 151) sorted by null

1 23 4 5 6 7

  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
ImeAdapter.java 379 public static KeyEvent getTypedKeyEventGuess(String oldtext, String newtext) {
384 if (newtext.length() == 1) {
385 return androidKeyEventForCharacter(newtext.charAt(0));
392 if (newtext.length() > oldtext.length() && newtext.startsWith(oldtext))
393 return androidKeyEventForCharacter(newtext.charAt(newtext.length() - 1));
396 if (oldtext.length() > newtext.length() && oldtext.startsWith(newtext))
  /developers/build/prebuilts/gradle/ClippingBasic/Application/src/main/java/com/example/android/clippingbasic/
ClippingBasicFragment.java 116 String newText = mSampleTexts[mClickCount % mSampleTexts.length];
119 mTextView.setText(newText);
  /developers/samples/android/ui/views/Clipping/ClippingBasic/Application/src/main/java/com/example/android/clippingbasic/
ClippingBasicFragment.java 116 String newText = mSampleTexts[mClickCount % mSampleTexts.length];
119 mTextView.setText(newText);
  /development/samples/browseable/ClippingBasic/src/com.example.android.clippingbasic/
ClippingBasicFragment.java 116 String newText = mSampleTexts[mClickCount % mSampleTexts.length];
119 mTextView.setText(newText);
  /external/icu/icu4c/source/i18n/
utf16collationiterator.h 39 UTF16CollationIterator(const UTF16CollationIterator &other, const UChar *newText);
92 FCDUTF16CollationIterator(const FCDUTF16CollationIterator &other, const UChar *newText);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
TextPrompt.js 850 var newText;
857 newText = this._previous();
863 newText = this._next();
867 newText = this._previous();
873 newText = this._next();
877 if (newText !== undefined) {
879 this.text = newText;
  /cts/tests/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityEndToEndTest.java 234 final String newText = getActivity().getString(R.string.text_input_blah_blah);
235 final String afterText = beforeText.substring(0, 3) + newText;
258 editText.getEditableText().replace(3, 4, newText);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
WindowFocusObserver.java 83 public boolean onQueryTextChange(String newText) {
  /external/chromium_org/chrome/browser/resources/chromeos/braille_ime/
braille_ime.js 33 * newText: string}
35 * and inserts {@code newText}. {@code contextID} identifies the text field
351 * newText: string}}
355 message.newText);
  /external/chromium_org/third_party/cld/encodings/compact_lang_det/
getonescriptspan.h 89 void NewText(getone::LangSpan* spn);
  /frameworks/support/v4/java/android/support/v4/widget/
SearchViewCompat.java 156 public boolean onQueryTextChange(String newText) {
157 return listener.onQueryTextChange(newText);
359 * @param newText the new content of the query text field.
364 public boolean onQueryTextChange(String newText) {
  /frameworks/base/docs/html/guide/components/
loaders.jd 219 public boolean onQueryTextChanged(String newText) {
223 mCurFilter = !TextUtils.isEmpty(newText) ? newText : null;
420     public boolean onQueryTextChange(String newText) {
424         mCurFilter = !TextUtils.isEmpty(newText) ? newText : null;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
CSSStyleModel.js 549 * @param {string} newText
553 setStyleSheetText: function(styleSheetId, newText, majorChange, userCallback)
558 header.setContent(newText, callback.bind(this));
    [all...]
  /external/chromium_org/third_party/markdown/
blockprocessors.py 97 newtext = []
101 newtext.append(line[self.tab_length:])
103 newtext.append('')
106 return '\n'.join(newtext), '\n'.join(lines[len(newtext):])
  /external/markdown/markdown/
blockprocessors.py 41 newtext = []
45 newtext.append(line[markdown.TAB_LENGTH:])
47 newtext.append('')
50 return '\n'.join(newtext), '\n'.join(lines[len(newtext):])
  /development/samples/ApiDemos/src/com/example/android/apis/app/
LoaderCustom.java 463 @Override public boolean onQueryTextChange(String newText) {
466 mCurFilter = !TextUtils.isEmpty(newText) ? newText : null;
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
LoaderCustomSupport.java 449 public boolean onQueryTextChange(String newText) {
452 mCurFilter = !TextUtils.isEmpty(newText) ? newText : null;
  /packages/apps/Camera/src/com/android/camera/ui/
Switch.java 499 StringBuilder newText = new StringBuilder();
500 newText.append(oldText).append(' ').append(switchText);
501 info.setText(newText);
  /packages/apps/Camera2/src/com/android/camera/ui/
Switch.java 487 StringBuilder newText = new StringBuilder();
488 newText.append(oldText).append(' ').append(switchText);
489 info.setText(newText);
  /external/chromium_org/third_party/icu/source/common/unicode/
normlzr.h 671 * @param newText a string that replaces the current input text
675 void setText(const UnicodeString& newText,
682 * @param newText a CharacterIterator object that replaces the current input text
686 void setText(const CharacterIterator& newText,
693 * @param newText a string that replaces the current input text
698 void setText(const UChar* newText,
  /external/icu/icu4c/source/common/unicode/
normlzr.h 671 * @param newText a string that replaces the current input text
675 void setText(const UnicodeString& newText,
682 * @param newText a CharacterIterator object that replaces the current input text
686 void setText(const CharacterIterator& newText,
693 * @param newText a string that replaces the current input text
698 void setText(const UChar* newText,
  /frameworks/base/core/java/android/content/
ClipData.java 395 CharSequence newText = Html.fromHtml(htmlText);
396 if (newText != null) {
397 return newText;
501 CharSequence newText = Html.fromHtml(text);
502 return newText != null ? newText : text;
    [all...]
  /external/chromium_org/third_party/icu/source/common/
rbbi.cpp 434 * @param newText An iterator over the text to analyze.
437 RuleBasedBreakIterator::adoptText(CharacterIterator* newText) {
444 fCharIter = newText;
447 if (newText==NULL || newText->startIndex() != 0) {
452 fText = utext_openCharacterIterator(fText, newText, &status);
460 * @param newText An iterator over the text to analyze.
463 RuleBasedBreakIterator::setText(const UnicodeString& newText) {
466 fText = utext_openConstUnicodeString(fText, &newText, &status);
473 fSCharIter = new StringCharacterIterator(newText);
    [all...]
  /external/icu/icu4c/source/common/
rbbi.cpp 434 * @param newText An iterator over the text to analyze.
437 RuleBasedBreakIterator::adoptText(CharacterIterator* newText) {
444 fCharIter = newText;
447 if (newText==NULL || newText->startIndex() != 0) {
452 fText = utext_openCharacterIterator(fText, newText, &status);
460 * @param newText An iterator over the text to analyze.
463 RuleBasedBreakIterator::setText(const UnicodeString& newText) {
466 fText = utext_openConstUnicodeString(fText, &newText, &status);
473 fSCharIter = new StringCharacterIterator(newText);
    [all...]
  /cts/tests/tests/view/src/android/view/inputmethod/cts/
InputConnectionWrapperTest.java 51 wrapper.commitCorrection(new CorrectionInfo(0, "oldText", "newText"));

Completed in 6175 milliseconds

1 23 4 5 6 7