HomeSort by relevance Sort by last modified time
    Searched refs:styled (Results 1 - 7 of 7) sorted by null

  /frameworks/base/core/java/android/content/
ClipData.java 192 * Create an Item consisting of a single block of (possibly styled) text.
202 * Create an Item consisting of a single block of (possibly styled) text,
456 private CharSequence coerceToHtmlOrStyledText(Context context, boolean styled) {
496 if (styled) {
498 // want styled text, convert it.
511 if (styled) {
512 // We loaded plain text and the caller wants styled
543 if (styled) {
553 if (styled) {
    [all...]
  /external/libvpx/libvpx/tools/
ftfy.sh 54 NEW_CHANGEID=${LAST_CHANGEID}-styled
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGResourceClipper.cpp 129 SVGStyledTransformableElement* styled = static_cast<SVGStyledTransformableElement*>(childNode); local
139 styled->toClipPath(clipPath);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
SuggestionStripView.java 350 final CharSequence styled = mTexts.get(pos); local
363 word.setEnabled(!TextUtils.isEmpty(styled));
366 final CharSequence text = getEllipsizedText(styled, width, word.getPaint());
412 final CharSequence styled = getStyledSuggestionWord(suggestedWords, pos); local
413 mTexts.add(styled);
    [all...]
  /frameworks/base/tools/aapt/
StringPool.cpp 165 const bool styled = (pos >= 0 && (size_t)pos < mEntryStyleArray.size()) ?
167 if (first || styled || !mergeDuplicates) {
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js 791 * group 1 must not be empty, so it would be instead styled as PR_TAG by
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js 791 * group 1 must not be empty, so it would be instead styled as PR_TAG by
    [all...]

Completed in 320 milliseconds