/development/samples/ApiDemos/src/com/example/android/apis/content/ |
_index.html | 6 <dt><a href="StyledText.html">Styled Text</a></dt> 7 <dd>Demonstrates loading styled text (bold, italic) defined in a resource file. </dd> 10 <dd>Demonstrates loading styled strings from a resource file, and extracting the raw text. </dd>
|
StyledText.java | 29 * Demonstration of styled text resources.
|
ReadAsset.java | 32 * Demonstration of styled text resources.
|
ResourcesSample.java | 38 * @see StyledText for more depth about using styled text, both with getString()
|
/external/webkit/WebCore/manual-tests/ |
drop-text-acquires-style.html | 3 <title>Dragging plain text into a styled region</title> 6 <p>This test ensures the plain text dropped into a styled text region will acquire the appropriate style</p>
|
select-webkit-appearance-off-narrow-select.html | 23 menu gets lost with styled select in Windows</a></p>
|
plain-text-paste.html | 38 <td>Styled text clipping</td>
|
/frameworks/base/core/java/android/text/style/ |
package.html | 7 SpannableStringBuilder.setSpan()} to add a new styled span to a string in a View object.
|
/external/webkit/WebCore/svg/ |
SVGClipPathElement.cpp | 125 SVGStyledTransformableElement* styled = static_cast<SVGStyledTransformableElement*>(node); local 126 RenderStyle* style = styled->renderer() ? styled->renderer()->style() : 0; 129 Path pathData = styled->toClipPath();
|
/development/samples/ApiDemos/res/layout/ |
read_asset.xml | 17 <!-- Demonstrates styled string resources.
|
google_login.xml | 17 <!-- Demonstrates styled string resources.
|
styled_text.xml | 17 <!-- Demonstrates styled string resources.
|
/external/icu4c/i18n/ |
nortrans.cpp | 126 * bulk mode, so that styled text is minimally disrupted. 130 * If it was known that the input text is not styled, then
|
/development/samples/ApiDemos/res/xml/ |
preferences.xml | 89 <!-- The visual style of a child is defined by this styled theme attribute. -->
|
/development/samples/ApiDemos/src/com/example/android/apis/text/ |
Link.java | 67 // text4 illustrates constructing a styled string containing a
|
/external/webkit/WebCore/page/gtk/ |
EventHandlerGtk.cpp | 128 // for styled scrollbars.
|
/external/webkit/WebCore/rendering/ |
RenderThemeChromiumWin.h | 75 // background-color or border set) and MenuListButton refers to a styled
|
RenderThemeChromiumSkia.h | 104 // background-color or border set) and MenuListButton refers to a styled
|
/frameworks/base/core/java/android/content/res/ |
Resources.java | 184 * some other type of CharSequence if it is styled. 194 * possibly styled text information. 213 * possibly styled text information. 241 * will be stripped of any styled text information. 251 * stripped of styled text information. 266 * and {@link java.lang.String#format}. It will be stripped of any styled text 279 * stripped of styled text information. 290 * stripped of any styled text information. 303 * stripped of styled text information. 324 * stripped of styled text information [all...] |
/frameworks/base/core/java/android/text/ |
Layout.java | [all...] |
BoringLayout.java | 212 mMax = (int) (FloatMath.ceil(Styled.measureText(paint, sTemp, 283 wid = (int) (FloatMath.ceil(Styled.measureText(paint, sTemp,
|
/packages/apps/Phone/src/com/android/phone/ |
InCallMenuView.java | 101 // Look up a few styled attrs from IconMenuView and/or MenuView 107 if (DBG) log("- IconMenuView styled attrs: " + a); 114 if (DBG) log("- MenuView styled attrs: " + a);
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
DensityActivity.java | 81 addLabelToRoot(root, "Inflated styled layout");
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
LabelView.java | 34 * styled text or right-to-left writing systems.
|
/frameworks/base/core/tests/coretests/src/android/app/activity/ |
MetaDataTest.java | 88 // method 3: styled access (borrowing an attr from view system here)
|