HomeSort by relevance Sort by last modified time
    Searched full:displaytext (Results 1 - 25 of 29) sorted by null

1 2

  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
StreamingTextView.java 119 SpannableStringBuilder displayText = new SpannableStringBuilder(stableText);
122 addDottySpans(displayText, stableText, 0);
126 int pendingTextStart = displayText.length();
127 displayText.append(pendingText);
129 addDottySpans(displayText, pendingText, pendingTextStart);
133 addColorSpan(displayText, pendingColor, pendingText, pendingTextStart);
144 updateText(new SpannedString(displayText));
183 private void addDottySpans(SpannableStringBuilder displayText, String text, int textStart) {
189 displayText.setSpan(span, wordStart, wordEnd, Spanned.SPAN_EXCLUSIVE_EXCLUSIVE);
193 private void addColorSpan(SpannableStringBuilder displayText, int color, String text
    [all...]
  /external/chromium_org/chrome/browser/resources/options/
language_add_language_overlay.js 45 var displayText = language.displayName;
48 displayText += ' - ' + language.nativeDisplayName;
52 option.textContent = displayText;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/audits/
AuditFormatters.js 74 * @param {string=} displayText
78 url: function(url, displayText, allowExternalNavigation)
83 a.textContent = displayText || url;
  /external/llvm/include/llvm/LineEditor/
LineEditor.h 68 Completion(const std::string &TypedText, const std::string &DisplayText)
69 : TypedText(TypedText), DisplayText(DisplayText) {}
77 std::string DisplayText;
  /development/tools/findunused/
find_unused_resources.rb 177 def displayText(result)
233 displayText result
  /external/chromium_org/third_party/openssl/openssl/crypto/asn1/
tasn_typ.c 124 IMPLEMENT_ASN1_MSTRING(DISPLAYTEXT, B_ASN1_DISPLAYTEXT)
125 IMPLEMENT_ASN1_FUNCTIONS_name(ASN1_STRING, DISPLAYTEXT)
asn1.h 875 DECLARE_ASN1_FUNCTIONS_name(ASN1_STRING, DISPLAYTEXT)
    [all...]
  /external/openssl/crypto/asn1/
tasn_typ.c 124 IMPLEMENT_ASN1_MSTRING(DISPLAYTEXT, B_ASN1_DISPLAYTEXT)
125 IMPLEMENT_ASN1_FUNCTIONS_name(ASN1_STRING, DISPLAYTEXT)
asn1.h 875 DECLARE_ASN1_FUNCTIONS_name(ASN1_STRING, DISPLAYTEXT)
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
HierarchicalFolderSelectorAdapter.java 61 final CharSequence displayText = TextUtils.isEmpty(row.mPathName) ? folder.name
67 display.setText(displayText, TextView.BufferType.SPANNABLE);
  /external/chromium_org/chrome/common/extensions/api/devtools/
experimental_audits.json 107 { "name": "displayText", "type": "string", "description": "Text that appears to the user.", "optional": true }
  /libcore/luni/src/main/java/java/util/concurrent/
Future.java 41 * displayText(future.get()); // use future
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
DateTimeActivity.java 312 String displayText;
314 displayText = getString(R.string.normal_date_format, formatted);
316 displayText = formatted;
318 return displayText;
  /external/chromium_org/chrome/third_party/mozilla_security_manager/
nsNSSCertHelper.cpp 686 if (notice->displayText.len != 0) {
688 switch (notice->displayText.type) {
692 rv += std::string(reinterpret_cast<char*>(notice->displayText.data),
693 notice->displayText.len);
696 rv += ProcessBMPString(&notice->displayText);
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/x509v3/
v3_cpols.c 119 ASN1_OPT(USERNOTICE, exptext, DISPLAYTEXT)
125 ASN1_SIMPLE(NOTICEREF, organization, DISPLAYTEXT),
  /external/openssl/crypto/x509v3/
v3_cpols.c 119 ASN1_OPT(USERNOTICE, exptext, DISPLAYTEXT)
125 ASN1_SIMPLE(NOTICEREF, organization, DISPLAYTEXT),
  /frameworks/base/media/java/android/media/
MediaMetadata.java 446 CharSequence displayText = getText(METADATA_KEY_DISPLAY_TITLE);
447 if (!TextUtils.isEmpty(displayText)) {
450 text[0] = displayText;
  /external/llvm/lib/LineEditor/
LineEditor.cpp 73 Action.Completions.push_back(I->DisplayText);
  /frameworks/opt/chips/src/com/android/ex/chips/
RecipientEditTextView.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/
Spectrum.js 262 set displayText(text)
StylesSidebarPane.js     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
CommandParamsFactory.java 288 CatLog.d(this, "process DisplayText");
    [all...]
  /external/bouncycastle/
bouncycastle.config 135 org/bouncycastle/asn1/x509/DisplayText.java \
    [all...]
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
asn1.h 875 DECLARE_ASN1_FUNCTIONS_name(ASN1_STRING, DISPLAYTEXT)
    [all...]
  /external/openssl/include/openssl/
asn1.h 875 DECLARE_ASN1_FUNCTIONS_name(ASN1_STRING, DISPLAYTEXT)
    [all...]

Completed in 1007 milliseconds

1 2