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

1 2 3

  /development/samples/ApiDemos/src/com/example/android/apis/appwidget/
ExampleBroadcastReceiver.java 45 ArrayList<String> texts = new ArrayList<String>(); local
47 ExampleAppWidgetConfigure.loadAllTitlePrefs(context, appWidgetIds, texts);
51 ExampleAppWidgetProvider.updateAppWidget(context, gm, appWidgetIds.get(i), texts.get(i));
ExampleAppWidgetConfigure.java 129 ArrayList<String> texts) {
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
RadialTextsView.java 82 public void initialize(Resources res, String[] texts, String[] innerTexts,
99 mTexts = texts;
222 // Draw the texts in the pre-calculated positions.
268 private void drawTexts(Canvas canvas, float textSize, Typeface typeface, String[] texts,
272 canvas.drawText(texts[0], textGridWidths[3], textGridHeights[0], mPaint);
273 canvas.drawText(texts[1], textGridWidths[4], textGridHeights[1], mPaint);
274 canvas.drawText(texts[2], textGridWidths[5], textGridHeights[2], mPaint);
275 canvas.drawText(texts[3], textGridWidths[6], textGridHeights[3], mPaint);
276 canvas.drawText(texts[4], textGridWidths[5], textGridHeights[4], mPaint);
277 canvas.drawText(texts[5], textGridWidths[4], textGridHeights[5], mPaint)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cmd.py 392 texts = []
399 texts.append(x)
400 while texts and not texts[-1]:
401 del texts[-1]
402 for col in range(len(texts)):
403 texts[col] = texts[col].ljust(colwidths[col])
404 self.stdout.write("%s\n"%str(" ".join(texts)))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cmd.py 392 texts = []
399 texts.append(x)
400 while texts and not texts[-1]:
401 del texts[-1]
402 for col in range(len(texts)):
403 texts[col] = texts[col].ljust(colwidths[col])
404 self.stdout.write("%s\n"%str(" ".join(texts)))
  /external/chromium_org/ui/views/controls/
message_box_view.cc 166 std::vector<base::string16> texts; local
167 SplitStringIntoParagraphs(params.message, &texts);
168 for (size_t i = 0; i < texts.size(); ++i) {
169 Label* message_label = new Label(texts[i]);
171 message_label->SetMultiLine(!texts[i].empty());
  /packages/apps/Nfc/src/com/android/nfc/
BeamShareActivity.java 46 * it tries to parse texts and URLs to store them in a simple
172 final ArrayList<CharSequence> texts = intent.getCharSequenceArrayListExtra( local
180 } else if (texts != null && texts.size() > 0) {
183 tryText(texts.get(0).toString());
  /cts/tests/tests/text/src/android/text/cts/
StaticLayoutLineBreakingTest.java 338 String[] texts = new String[] { "0123", "012 456", "012 456 89 123", "012 45678 012",
343 for (String text : texts) {
362 String[] texts = new String[] { "0123", "012 456", "012 456 89 123", "012 45678 012",
368 for (String text : texts) {
423 String[] texts = new String[] { "", "X", " ", "XX", " X", "XXX" }; local
425 for (String text: texts) {
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
pdf_processor.js 87 var texts = page['textBox'];
88 for (var j = 0; j < texts.length; j++) {
89 var text = texts[j];
  /frameworks/base/core/tests/coretests/src/android/text/
StaticLayoutDirectionsTest.java 49 private static String[] texts = { field in class:StaticLayoutDirectionsTest
115 for (int i = 0; i < texts.length; ++i) {
116 b.setText(pseudoBidiToReal(texts[i]));
  /frameworks/ex/common/java/com/android/common/contacts/
DataUsageStatUpdater.java 80 public boolean updateWithRfc822Address(Collection<CharSequence> texts){
81 if (texts == null) {
85 for (CharSequence text : texts) {
  /frameworks/base/core/java/android/widget/
RadialTimePickerView.java     [all...]
  /external/chromium_org/net/dns/
record_rdata.h 161 // texts: One or more <character-string>s.
173 const std::vector<std::string>& texts() const { return texts_; } function in class:net::TxtRecordRdata
record_rdata_unittest.cc 184 ASSERT_EQ(expected, record_obj->texts());
  /libcore/luni/src/test/java/libcore/xml/
NormalizeTest.java 554 private Document createDocumentWithAdjacentTexts(String... texts) throws Exception {
559 for (String text : texts) {
569 private void assertChildren(Element element, String... texts) {
582 assertEquals(Arrays.asList(texts), actual);
  /external/pdfium/core/src/fpdftext/
fpdf_text.cpp 746 CTextPage texts; local
747 texts.m_bAutoWidth = flags & PDF2TXT_AUTO_WIDTH;
748 texts.m_bKeepColumn = flags & PDF2TXT_KEEP_COLUMN;
749 texts.m_bBreakSpace = TRUE;
759 texts.ProcessObject(pObject);
761 texts.WriteOutput(lines, iMinWidth);
  /frameworks/support/v4/jellybean/android/support/v4/app/
NotificationCompatJellybean.java 181 CharSequence summaryText, ArrayList<CharSequence> texts) {
187 for (CharSequence text: texts) {
  /frameworks/base/core/java/android/content/
Intent.java 7853 final ArrayList<CharSequence> texts = getCharSequenceArrayListExtra(EXTRA_TEXT); local
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
msfmrgts.cpp 830 UnicodeString texts[] = { local
839 //Object[] objs = mf.parse(texts[i], pp);
841 Formattable *objs = mf->parse(texts[i], pp, count);
842 log(" text for parsing: \"" + texts[i] + "\"");
    [all...]
  /external/icu/icu4c/source/test/intltest/
msfmrgts.cpp 830 UnicodeString texts[] = { local
839 //Object[] objs = mf.parse(texts[i], pp);
841 Formattable *objs = mf->parse(texts[i], pp, count);
842 log(" text for parsing: \"" + texts[i] + "\"");
    [all...]
  /libcore/luni/src/test/java/libcore/java/sql/
OldResultSetGetterTests.java 861 List<String> texts = Arrays.asList("Test text message tiny", local
867 for (String t : texts) {
874 texts = Arrays.asList("1", "-1", "22", "2", "33",
880 for (String t : texts) {
    [all...]
  /external/chromium_org/chrome/common/local_discovery/
service_discovery_client_impl.cc 486 return txt_rdata->texts();
  /external/chromium_org/tools/metrics/actions/
extract_actions.py 614 texts = []
621 texts.append(text_dom[0].data)
622 return texts
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
chromevox_json.js 214 // Join all of the member texts together, separated with commas,
  /external/chromium_org/v8/test/webkit/resources/
json2-es5-compat.js 342 // Join all of the member texts together, separated with commas,

Completed in 1839 milliseconds

1 2 3