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

  /developers/samples/android/ui/actionbarcompat/Styled/Styled/src/main/src/com/example/android/actionbarcompat/styled/
MainActivity.java 17 package com.example.android.actionbarcompat.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...]

Completed in 2725 milliseconds