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

  /frameworks/base/core/tests/coretests/src/android/widget/
TextViewTest.java 40 CharSequence oldText = tv.getText();
45 assertTrue(newText == oldText);
  /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());
  /external/webkit/WebCore/inspector/front-end/
DOMStorageItemsView.js 130 _editingCallback: function(editingNode, columnIdentifier, oldText, newText)
134 if (oldText)
135 domStorage.removeItem(oldText);
inspector.js     [all...]
DataGrid.js 184 _editingCommitted: function(element, newText, oldText, context, moveDirection)
    [all...]
ElementsTreeOutline.js 777 _attributeEditingCommitted: function(element, newText, oldText, attributeName, moveDirection)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/gscripts/
BaseLayout.groovy 223 String oldText = null;
236 oldText = value;
262 if (newId != null && oldText == oldId) {
  /frameworks/base/core/java/android/webkit/
WebTextView.java 207 String oldText;
209 oldText = text.toString();
211 oldText = "";
234 } else if (!oldText.equals(getText().toString())) {
    [all...]
  /external/chromium/third_party/icu/public/common/unicode/
unistr.h     [all...]
  /external/icu4c/common/unicode/
unistr.h     [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
LockScreen.java 357 final String oldText = textView.getText().toString();
373 textView.setText(oldText);
  /external/chromium/third_party/icu/source/common/
unistr.cpp 1018 const UnicodeString& oldText,
1025 if(isBogus() || oldText.isBogus() || newText.isBogus()) {
1030 oldText.pinIndices(oldStart, oldLength);
1038 int32_t pos = indexOf(oldText, oldStart, oldLength, start, length);
1040 // no more oldText's here: done
1043 // we found oldText, replace it by newText and go beyond it
    [all...]
  /external/icu4c/common/
unistr.cpp 1030 const UnicodeString& oldText,
1037 if(isBogus() || oldText.isBogus() || newText.isBogus()) {
1042 oldText.pinIndices(oldStart, oldLength);
1050 int32_t pos = indexOf(oldText, oldStart, oldLength, start, length);
1052 // no more oldText's here: done
1055 // we found oldText, replace it by newText and go beyond it
    [all...]
  /external/webkit/WebCore/rendering/
RenderBlock.cpp     [all...]
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 375 milliseconds