HomeSort by relevance Sort by last modified time
    Searched full:customtext (Results 1 - 9 of 9) sorted by null

  /external/chromium/chrome/common/extensions/docs/examples/extensions/news/_locales/en/
messages.json 69 "customText": {
  /external/quake/res/layout/
downloader.xml 26 <TextView android:id="@+id/customText"
  /gdk/samples/quake/res/layout/
downloader.xml 26 <TextView android:id="@+id/customText"
  /frameworks/base/docs/html/guide/topics/resources/
style-resource.jd 102 &lt;style name="CustomText" parent="@style/Text">
116 style="@style/CustomText"
  /packages/apps/Contacts/src/com/android/contacts/editor/
LabeledEditorView.java 398 final String customText = editText.getText().toString().trim();
399 if (ContactsUtils.isGraphic(customText)) {
412 mEntry.put(mType.customColumn, customText);
530 final String customText = mEntry.getAsString(mType.customColumn);
531 if (customText != null) {
  /external/quake/src/com/android/quake/
DownloaderActivity.java 76 * @param customText A text string that is displayed in the downloader UI.
86 String customText, String fileConfigUrl,
99 intent.putExtra(EXTRA_CUSTOM_TEXT, customText);
166 ((TextView) findViewById(R.id.customText)).setText(
    [all...]
  /gdk/samples/quake/src/com/android/quake/llvm/
DownloaderActivity.java 76 * @param customText A text string that is displayed in the downloader UI.
86 String customText, String fileConfigUrl,
99 intent.putExtra(EXTRA_CUSTOM_TEXT, customText);
166 ((TextView) findViewById(R.id.customText)).setText(
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/news/javascript/
options.js 146 $('custom_text').innerHTML = getI18nMsg('customText') + '<br/>' +
  /external/webkit/Source/WebCore/inspector/
CodeGeneratorInspector.pm 510 void ${backendClassName}::reportProtocolError(const long* const callId, CommonErrorCode code, const String& customText) const
513 data->pushString(customText);
    [all...]

Completed in 389 milliseconds