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

1 2

  /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;
211 // Draw the texts in the pre-calculated positions.
257 private void drawTexts(Canvas canvas, float textSize, Typeface typeface, String[] texts,
261 canvas.drawText(texts[0], textGridWidths[3], textGridHeights[0], mPaint);
262 canvas.drawText(texts[1], textGridWidths[4], textGridHeights[1], mPaint);
263 canvas.drawText(texts[2], textGridWidths[5], textGridHeights[2], mPaint);
264 canvas.drawText(texts[3], textGridWidths[6], textGridHeights[3], mPaint);
265 canvas.drawText(texts[4], textGridWidths[5], textGridHeights[4], mPaint);
266 canvas.drawText(texts[5], textGridWidths[4], textGridHeights[5], mPaint)
    [all...]
  /packages/inputmethods/LatinIME/tools/maketext/res/com/android/inputmethod/keyboard/internal/
KeyboardTextsSet.tmpl 48 // Language to texts map.
91 // These texts' name should be aligned with the @string/<name> in values/strings.xml.
110 /* Default texts */
115 /* @TEXTS@ */
128 final String[] texts = (String[])LANGUAGES_AND_TEXTS[i + 1];
129 sLocaleToTextsMap.put(language, texts);
  /cts/tests/tests/text/src/android/text/cts/
StaticLayoutLineBreakingTest.java 342 String[] texts = new String[] { "0123", "012 456", "012 456 89 123", "012 45678 012",
347 for (String text : texts) {
366 String[] texts = new String[] { "0123", "012 456", "012 456 89 123", "012 45678 012",
372 for (String text : texts) {
501 String[] texts = new String[] { "", "X", " ", "XX", " X", "XXX" }; local
503 for (String text: texts) {
  /frameworks/support/v4/jellybean/android/support/v4/app/
NotificationCompatJellybean.java 90 CharSequence summaryText, ArrayList<CharSequence> texts) {
96 for (CharSequence text: texts) {
  /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) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
soc.h 53 .mask = xmask, .texts = xtexts }
57 { .mask = xmask, .texts = xtexts }
458 const char **texts; member in struct:soc_enum
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
soc.h 53 .mask = xmask, .texts = xtexts }
57 { .mask = xmask, .texts = xtexts }
458 const char **texts; member in struct:soc_enum
  /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);
  /frameworks/base/core/java/android/content/
Intent.java 7069 final ArrayList<CharSequence> texts = getCharSequenceArrayListExtra(EXTRA_TEXT); local
    [all...]
  /external/icu4c/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...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardTextsSet.java 48 // Language to texts map.
91 // These texts' name should be aligned with the @string/<name> in values/strings.xml.
256 /* Default texts */
3207 final String[] texts = (String[])LANGUAGES_AND_TEXTS[i + 1]; typedefs
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
ComposeMessageActivity.java 4257 final String[] texts = getResources().getStringArray( local
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-tagcloud.js 41 var a = [], // The array holding the partial texts.
100 var a = [], // The array holding the partial texts.
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-tagcloud.js 41 var a = [], // The array holding the partial texts.
100 var a = [], // The array holding the partial texts.
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.repository_2.0.1.R36x_v20100823.jar 
  /external/grub/docs/
texinfo.tex 840 \def\lefttext{#1}% have both texts
    [all...]
  /prebuilts/sdk/tools/lib/
lombok-ast-0.2.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.1.jar 
lombok-ast-0.2.jar 
  /developers/samples/android/input/gestures/BasicGestureDetect/BasicGestureDetect/libs/
android-support-v4.jar 
  /development/samples/training/ContactsList/libs/
android-support-v4.jar 

Completed in 1221 milliseconds

1 2