/sdk/apps/NotificationStudio/src/com/android/notificationstudio/generator/ |
D | CodeGenerator.java | 118 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/ |
D | TextEditor.java | 19 import android.text.Editable; 20 import android.text.InputType; 21 import android.text.TextWatcher;
|
D | LinesEditor.java | 19 import android.text.InputType;
|
D | IntEditor.java | 19 import android.text.InputType;
|
D | DateTimeEditor.java | 38 import java.text.SimpleDateFormat;
|
/sdk/templates/docs/ |
D | cssreset-min.css | 7 …text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}ab…
|
D | default.js | 26 …ttr('id', 'toc_' + sluggify_($(this).data('tocid') || $(this).data('toctitle') || $(this).text())); 39 .text($(this).html())
|
D | default.css | 42 text-decoration: none; 249 text-decoration: none;
|
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/service/ |
D | ControllerService.java | 295 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/ |
D | utils.cpp | 30 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/ |
D | utils.h | 35 void msgBox(const TCHAR* text, ...);
|
D | utils.cpp | 89 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/ |
D | LibActivityTest.java | 59 mTextView = (TextView) a.findViewById(R.id.text); in setUp()
|
/sdk/testapps/testProjectTest/testlib/src/com/android/tests/testprojecttest/lib/ |
D | LibActivityTest.java | 59 mTextView = (TextView) a.findViewById(R.id.text); in setUp()
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/model/ |
D | ProfilesTableModel.java | 20 import java.text.NumberFormat;
|
/sdk/testapps/customViewTest/libWithCustomView/src/com/android/tests/libwithcustom/ |
D | LabelView.java | 96 public void setText(String text) { in setText() argument 97 mText = text; in setText()
|
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/model/ |
D | EditableItem.java | 50 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/ |
D | Notes_on_WST_StructuredDocument.txt | 45 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/ |
D | ShareMockupAction.java | 34 import java.text.SimpleDateFormat;
|
/sdk/apps/SdkController/ |
D | NOTICE | 119 (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/ |
D | NOTICE | 119 (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/ |
D | NOTICE | 119 (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/ |
D | NOTICE | 119 (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/ |
D | NOTICE | 119 (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/ |
D | NOTICE | 119 (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
|