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

1 2 3 4 5 6

  /external/webkit/Source/WebCore/editing/
JoinTextNodesCommand.h 37 static PassRefPtr<JoinTextNodesCommand> create(PassRefPtr<Text> text1, PassRefPtr<Text> text2)
39 return adoptRef(new JoinTextNodesCommand(text1, text2));
JoinTextNodesCommand.cpp 33 JoinTextNodesCommand::JoinTextNodesCommand(PassRefPtr<Text> text1, PassRefPtr<Text> text2)
34 : SimpleEditCommand(text1->document()), m_text1(text1), m_text2(text2)
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
MarqueeActivity.java 37 final TextView text1 = new TextView(this); local
38 text1.setText("This is a marquee inside a TextView");
39 text1.setSingleLine(true);
40 text1.setHorizontalFadingEdgeEnabled(true);
41 text1.setEllipsize(TextUtils.TruncateAt.MARQUEE);
42 linearLayout.addView(text1, new LinearLayout.LayoutParams(
  /packages/apps/Calendar/src/com/android/calendar/
EmailAddressAdapter.java 56 TextView text1 = (TextView)view.findViewById(R.id.text1); local
58 text1.setText(displayName);
64 TextView text1 = (TextView)view.findViewById(R.id.text1); local
67 text1.setText(text);
  /packages/apps/Email/src/com/android/email/
EmailAddressAdapter.java 57 TextView text1 = (TextView)view.findViewById(R.id.text1); local
59 text1.setText(displayName);
65 TextView text1 = (TextView)view.findViewById(R.id.text1); local
68 text1.setText(text);
  /cts/tests/tests/widget/src/android/widget/cts/
SimpleExpandableListAdapterTest.java 49 R.id.text1
53 R.id.text1
170 assertEquals("child00", ((TextView) result.findViewById(R.id.text1)).getText().toString());
174 assertEquals("child30", ((TextView) result.findViewById(R.id.text1)).getText().toString());
185 assertEquals("child00", ((TextView) result.findViewById(R.id.text1)).getText().toString());
189 assertEquals("child30", ((TextView) result.findViewById(R.id.text1)).getText().toString());
193 convertView.setId(R.id.text1);
200 convertView.setId(R.id.text1);
234 assertNotNull(result.findViewById(R.id.text1));
238 assertNotNull(result.findViewById(R.id.text1));
    [all...]
TwoLineListItemTest.java 93 TextView text1 = new TextView(mActivity); local
94 text1.setId(com.android.internal.R.id.text1);
99 twoLineListItem.addView(text1, params);
105 assertSame(text1, twoLineListItem.getText1());
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
nodenormalize01.java 82 Text text1; local
101 text1 = newDoc.createTextNode("text1");
111 appendedChild = element2.appendChild(text1);
115 text1 = (Text) text1.cloneNode(false);
118 appendedChild = element3.appendChild(text1);
121 text1 = (Text) text1.cloneNode(false);
124 appendedChild = element4.appendChild(text1);
    [all...]
  /libcore/luni/src/test/java/tests/org/w3c/dom/
NodeNormalize.java 99 Text text1; local
119 text1 = newDoc.createTextNode("text1");
129 element2.appendChild(text1);
133 text1 = (Text) text1.cloneNode(false);
136 element3.appendChild(text1);
139 text1 = (Text) text1.cloneNode(false);
142 element4.appendChild(text1);
    [all...]
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerGaugePreference.java 62 final TextView text1 = (TextView) view.findViewById(android.R.id.text1); local
63 text1.setText(mProgressText);
  /external/google-diff-match-patch/name/fraser/neil/plaintext/
diff_match_patch.java 133 * @param text1 Old string to be diffed.
137 public LinkedList<Diff> diff_main(String text1, String text2) {
138 return diff_main(text1, text2, true);
144 * @param text1 Old string to be diffed.
151 public LinkedList<Diff> diff_main(String text1, String text2,
154 if (text1 == null || text2 == null) {
160 if (text1.equals(text2)) {
162 diffs.add(new Diff(Operation.EQUAL, text1));
167 int commonlength = diff_commonPrefix(text1, text2);
168 String commonprefix = text1.substring(0, commonlength)
1766 String text1 = diff_text1(diffs); local
1926 String text1 = diff_text1(aPatch.diffs); local
    [all...]
  /cts/tests/tests/text/src/android/text/util/cts/
Rfc822TokenizerTest.java 68 String text1 = ", " + token1; local
69 assertEquals(0, rfc822Tokenizer.findTokenEnd(text1, 0));
70 assertEquals(text1.length(), rfc822Tokenizer.findTokenEnd(text1, 1));
74 assertEquals(Integer.MAX_VALUE, rfc822Tokenizer.findTokenEnd(text1, Integer.MAX_VALUE));
77 rfc822Tokenizer.findTokenEnd(text1, -1);
  /packages/providers/ApplicationsProvider/src/com/android/providers/applications/
ApplicationsAdapter.java 42 TextView text1 = (TextView) view.findViewById(R.id.text1); local
47 text1.setText(name);
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DefaultSoftKeyboard.java 639 TextView text1 = (TextView)mSubView.findViewById(R.id.shift); local
644 text1.setTextColor(res.getColor(R.color.indicator_textcolor_caps_off));
646 text1.setBackgroundColor(res.getColor(R.color.indicator_textbackground_default));
650 text1.setTextColor(res.getColor(R.color.indicator_textcolor_caps_on));
652 text1.setBackgroundColor(res.getColor(R.color.indicator_textbackground_default));
656 text1.setTextColor(res.getColor(R.color.indicator_textcolor_caps_lock));
658 text1.setBackgroundColor(res.getColor(R.color.indicator_background_lock_caps));
662 text1.setTextColor(res.getColor(R.color.indicator_textcolor_caps_off));
664 text1.setBackgroundColor(res.getColor(R.color.indicator_textbackground_default));
668 text1.setTextColor(res.getColor(R.color.indicator_textcolor_caps_off))
    [all...]
  /external/icu4c/test/cintltst/
reapits.c 356 UChar text1[50]; local
360 u_uastrncpy(text1, "abcccd", sizeof(text1)/2);
373 uregex_setText(re, text1, -1, &status);
385 uregex_setText(re, text1, -1, &status);
391 uregex_setText(re, text1, 5, &status);
397 uregex_setText(re, text1, 6, &status);
410 UChar text1[50]; local
415 u_uastrncpy(text1, "abcccd", sizeof(text1)/2)
447 UChar text1[50]; local
502 UChar text1[50]; local
583 UChar text1[80]; local
777 UChar text1[80]; local
849 UChar text1[80]; \/* "Replace xaax x1x x...x." *\/ local
1508 UText text1 = UTEXT_INITIALIZER; local
1555 UText text1 = UTEXT_INITIALIZER; local
1614 UText text1 = UTEXT_INITIALIZER; local
1661 UChar text1[50]; local
1719 UChar text1[80]; local
1795 UChar text1[80]; local
1843 UChar text1[80]; local
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/util/
AccountsListAdapter.java 89 final TextView text1 = (TextView) resultView.findViewById(android.R.id.text1); local
96 text1.setText(accountType.getDisplayLabel(mContext));
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/allintents/
SelectAccountDialogFragment.java 61 final TextView text1 = (TextView)resultView.findViewById(android.R.id.text1);
66 text1.setText("Name: " + account.name);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
List2.java 48 // The "text1" view defined in the XML template
49 new int[] {android.R.id.text1});
ExpandableList3.java 67 new int[] { android.R.id.text1, android.R.id.text2 },
71 new int[] { android.R.id.text1, android.R.id.text2 }
  /external/chromium/webkit/glue/
regular_expression_unittest.cc 61 WebUChar text1[] = {L'\x6240', L'\x6709', L'\x7f51', L'\x9875'}; local
67 MATCH_DESC(text1, 0, 4),
81 WebUChar text1[] = {L':', L' ', L' ', L':'}; local
89 MATCH_DESC(text1, 0, 4),
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
nodeisequalnode28.js 91 var text1;
101 text1 = doc.createTextNode("");
104 isEqual = text1.isEqualNode(text2);
106 isEqual = text1.isEqualNode(text3);
textwholetext03.js 90 var text1;
101 text1 = doc.createTextNode("Text I");
103 appendedChild = elem.appendChild(text1);
105 combinedText = text1.wholeText;
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
WebSearchSuggestionView.java 61 CharSequence text1 = mSuggestionFormatter.formatSuggestion(userQuery, local
63 setText1(text1);
  /external/chromium/chrome/browser/accessibility/
browser_accessibility_win_unittest.cc 283 WebAccessibility text1; local
284 text1.id = 11;
285 text1.role = WebAccessibility::ROLE_TEXT_FIELD;
286 text1.state = 0;
287 text1.value = L"One two three.\nFour five six.";
293 root.children.push_back(text1);
314 ASSERT_EQ(text, text1.value);
  /packages/apps/Browser/tests/src/com/android/browser/
BrowserProviderTests.java 123 String text1 = getCol(c, SearchManager.SUGGEST_COLUMN_TEXT_1); local
124 assertNotNull(text1);
125 assertEquals("Bad title", title, text1);

Completed in 510 milliseconds

1 2 3 4 5 6