Home
last modified time | relevance | path

Searched refs:text (Results 1 – 25 of 36) sorted by relevance

12

/sdk/apps/NotificationStudio/src/com/android/notificationstudio/generator/
DCodeGenerator.java118 EditableItem icon, EditableItem text, String intentName) { in generateAction() argument
120 ".addAction(" + icon.getValueInt() + ", " + quote(text) + ", " + intentName + ")"); in generateAction()
123 private static String quote(EditableItem text) { in quote() argument
124 return quote(text.getValueString()); in quote()
127 private static String quote(String text) { in quote() argument
128 return text != null ? "\"" + text.replace("\"", "\\\"") + "\"" : "null"; in quote()
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/editor/
DTextEditor.java19 import android.text.Editable;
20 import android.text.InputType;
21 import android.text.TextWatcher;
DLinesEditor.java19 import android.text.InputType;
DIntEditor.java19 import android.text.InputType;
DDateTimeEditor.java38 import java.text.SimpleDateFormat;
/sdk/templates/docs/
Dcssreset-min.css7text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}ab…
Ddefault.js26 …ttr('id', 'toc_' + sluggify_($(this).data('tocid') || $(this).data('toctitle') || $(this).text()));
39 .text($(this).html())
Ddefault.css42 text-decoration: none;
249 text-decoration: none;
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/service/
DControllerService.java295 String text = getString(R.string.service_notif_title); in showNotification() local
300 Notification n = new Notification(R.drawable.ic_launcher, text, System.currentTimeMillis()); in showNotification()
310 n.setLatestEventInfo(this, text, text, pi); in showNotification()
/sdk/find_java/src/source/
Dutils.cpp30 void msgBox(const char* text, ...) { in msgBox() argument
33 va_start(ap, text); in msgBox()
34 formatted.setv(text, ap); in msgBox()
/sdk/find_java2/src/
Dutils.h35 void msgBox(const TCHAR* text, ...);
Dutils.cpp89 void msgBox(const TCHAR* text, ...) { in msgBox() argument
92 va_start(ap, text); in msgBox()
93 formatted.FormatV(text, ap); in msgBox()
/sdk/testapps/testProjectTest/testapp/src/com/android/tests/testprojecttest/lib/
DLibActivityTest.java59 mTextView = (TextView) a.findViewById(R.id.text); in setUp()
/sdk/testapps/testProjectTest/testlib/src/com/android/tests/testprojecttest/lib/
DLibActivityTest.java59 mTextView = (TextView) a.findViewById(R.id.text); in setUp()
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/model/
DProfilesTableModel.java20 import java.text.NumberFormat;
/sdk/testapps/customViewTest/libWithCustomView/src/com/android/tests/libwithcustom/
DLabelView.java96 public void setText(String text) { in setText() argument
97 mText = text; in setText()
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/model/
DEditableItem.java50 ACTION1_TEXT(R.string.text, TYPE_TEXT, CATEGORY_ACTION1),
53 ACTION2_TEXT(R.string.text, TYPE_TEXT, CATEGORY_ACTION2),
56 ACTION3_TEXT(R.string.text, TYPE_TEXT, CATEGORY_ACTION3),
/sdk/docs/
DNotes_on_WST_StructuredDocument.txt45 of text.
48 a list of regions. Each region has a type, as well as text.
139 String text = regions.getText(region);
162 If you want the text of the inner region, you actually need to query it from the outer region.
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/action/
DShareMockupAction.java34 import java.text.SimpleDateFormat;
/sdk/apps/SdkController/
DNOTICE119 (d) If the Work includes a "NOTICE" text file as part of its
124 of the following places: within a NOTICE text file distributed
132 or as an addendum to the NOTICE text from the Work, provided
/sdk/avdlauncher/
DNOTICE119 (d) If the Work includes a "NOTICE" text file as part of its
124 of the following places: within a NOTICE text file distributed
132 or as an addendum to the NOTICE text from the Work, provided
/sdk/emulator/
DNOTICE119 (d) If the Work includes a "NOTICE" text file as part of its
124 of the following places: within a NOTICE text file distributed
132 or as an addendum to the NOTICE text from the Work, provided
/sdk/files/
DNOTICE119 (d) If the Work includes a "NOTICE" text file as part of its
124 of the following places: within a NOTICE text file distributed
132 or as an addendum to the NOTICE text from the Work, provided
/sdk/files/ant/
DNOTICE119 (d) If the Work includes a "NOTICE" text file as part of its
124 of the following places: within a NOTICE text file distributed
132 or as an addendum to the NOTICE text from the Work, provided
/sdk/annotations/
DNOTICE119 (d) If the Work includes a "NOTICE" text file as part of its
124 of the following places: within a NOTICE text file distributed
132 or as an addendum to the NOTICE text from the Work, provided

12