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

1 2

  /cts/tests/tests/widget/src/android/widget/cts/
ChronometerTest.java 51 CharSequence oldText = chronometer.getText();
56 assertNotSame(oldText, chronometer.getText());
59 oldText = chronometer.getText();
62 assertNotSame(oldText, chronometer.getText());
65 oldText = chronometer.getText();
68 assertNotSame(oldText, chronometer.getText());
71 oldText = chronometer.getText();
74 assertNotSame(oldText, chronometer.getText());
ListViewTest.java 767 final CharSequence oldText = ((TextView) oldItem.findViewById(android.R.id.text1))
784 Assert.assertFalse(oldText.equals(newText));
803 final CharSequence oldText = ((TextView) oldItem.findViewById(android.R.id.text1))
822 Assert.assertEquals(oldText, newText);
  /frameworks/base/core/tests/coretests/src/android/widget/
TextViewTest.java 36 CharSequence oldText = tv.getText();
41 assertTrue(newText == oldText);
  /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;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DOMStorageItemsView.js 246 _editingCallback: function(editingNode, columnIdentifier, oldText, newText)
250 if (typeof oldText === "string")
251 domStorage.removeItem(oldText);
UIUtils.js 534 var oldText = isMultiline ? config.initialValue : getContent(element);
560 value: oldText
625 codeMirror.setValue(oldText);
628 this.value = oldText;
630 this.textContent = oldText;
643 committedCallback(this, getContent(this), oldText, context, moveDirection);
    [all...]
ElementsTreeOutline.js 816 entry.node.textContent = entry.oldText;
    [all...]
DataGrid.js 328 _editingCommitted: function(element, newText, oldText, context, moveDirection)
    [all...]
  /packages/apps/Camera/src/com/android/camera/ui/
Switch.java 495 CharSequence oldText = info.getText();
496 if (TextUtils.isEmpty(oldText)) {
500 newText.append(oldText).append(' ').append(switchText);
  /packages/apps/Camera2/src/com/android/camera/ui/
Switch.java 483 CharSequence oldText = info.getText();
484 if (TextUtils.isEmpty(oldText)) {
488 newText.append(oldText).append(' ').append(switchText);
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorStyleSheet.h 139 bool setPropertyText(unsigned index, const String& text, bool overwrite, String* oldText, ExceptionState&);
197 bool setStyleText(const InspectorCSSId&, const String& text, String* oldText, ExceptionState&);
InspectorStyleSheet.cpp 551 bool InspectorStyle::setPropertyText(unsigned index, const String& propertyText, bool overwrite, String* oldText, ExceptionState& es)
605 *oldText = allProperties.at(index).rawText;
    [all...]
InspectorCSSAgent.cpp 395 String oldText;
396 bool result = m_styleSheet->setPropertyText(m_cssId, m_propertyIndex, m_text, m_overwrite, &oldText, es);
397 m_oldText = oldText.stripWhiteSpace();
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
unistr.h     [all...]
  /external/icu4c/common/unicode/
unistr.h     [all...]
  /frameworks/base/core/java/android/widget/
Switch.java 841 CharSequence oldText = info.getText();
842 if (TextUtils.isEmpty(oldText)) {
846 newText.append(oldText).append(' ').append(switchText);
  /external/chromium_org/third_party/icu/source/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...]
  /external/icu4c/common/
unistr.cpp 1077 const UnicodeString& oldText,
1084 if(isBogus() || oldText.isBogus() || newText.isBogus()) {
1089 oldText.pinIndices(oldStart, oldLength);
1097 int32_t pos = indexOf(oldText, oldStart, oldLength, start, length);
1099 // no more oldText's here: done
1102 // we found oldText, replace it by newText and go beyond it
    [all...]
  /external/chromium_org/third_party/iaccessible2/
ia2_api_all.idl     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlock.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 

Completed in 1148 milliseconds

1 2