HomeSort by relevance Sort by last modified time
    Searched refs:oldText (Results 1 - 16 of 16) sorted by null

  /cts/tests/tests/widget/src/android/widget/cts/
ChronometerTest.java 85 CharSequence oldText = chronometer.getText();
90 assertNotSame(oldText, chronometer.getText());
93 oldText = chronometer.getText();
96 assertNotSame(oldText, chronometer.getText());
99 oldText = chronometer.getText();
102 assertNotSame(oldText, chronometer.getText());
105 oldText = chronometer.getText();
108 assertNotSame(oldText, chronometer.getText());
  /frameworks/base/core/java/android/view/inputmethod/
CorrectionInfo.java 34 * @param oldText The old text that has been replaced.
37 public CorrectionInfo(int offset, CharSequence oldText, CharSequence newText) {
39 mOldText = oldText;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
InputConnectionCompatUtils.java 46 public static void commitCorrection(InputConnection ic, int offset, CharSequence oldText,
52 Object[] args = { offset, oldText, newText };
  /external/webkit/Source/WebCore/inspector/front-end/
DOMStorageItemsView.js 132 _editingCallback: function(editingNode, columnIdentifier, oldText, newText)
136 if (oldText)
137 domStorage.removeItem(oldText);
ElementsTreeOutline.js     [all...]
DataGrid.js 207 _editingCommitted: function(element, newText, oldText, context, moveDirection)
    [all...]
TextViewer.js 169 _textChanged: function(oldRange, newRange, oldText, newText)
    [all...]
  /frameworks/base/core/tests/coretests/src/android/widget/
TextViewTest.java 43 CharSequence oldText = tv.getText();
48 assertTrue(newText == oldText);
  /external/icu4c/common/unicode/
unistr.h     [all...]
  /frameworks/base/core/java/android/webkit/
WebTextView.java 352 String oldText;
354 oldText = text.toString();
356 oldText = "";
380 } else if (!oldText.equals(getText().toString())) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
BaseLayoutRule.java 522 String oldText = null;
535 oldText = value;
562 if (newId != null && oldText != null && oldText.equals(oldId)) {
    [all...]
  /external/icu4c/common/
unistr.cpp 1031 const UnicodeString& oldText,
1038 if(isBogus() || oldText.isBogus() || newText.isBogus()) {
1043 oldText.pinIndices(oldStart, oldLength);
1051 int32_t pos = indexOf(oldText, oldStart, oldLength, start, length);
1053 // no more oldText's here: done
1056 // we found oldText, replace it by newText and go beyond it
    [all...]
  /frameworks/ex/chips/src/com/android/ex/chips/
RecipientEditTextView.java     [all...]
  /external/webkit/Source/WebCore/rendering/
RenderBlock.cpp     [all...]
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
  /prebuilt/sdk/14/
android.jar 

Completed in 609 milliseconds