Searched refs:Style (Results 26 - 50 of 68) sorted by relevance

123

/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DClearActivity.java55 mClearPaint.setStyle(Paint.Style.FILL);
H A DPathsCacheActivity.java85 mMediumPaint.setStyle(Paint.Style.STROKE);
H A DTextOnPathActivity.java89 mPathPaint.setStyle(Paint.Style.STROKE);
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
H A DTestAppLoadingScreen.java33 import android.renderscript.Font.Style;
H A DFullscreenBlur.java31 import android.renderscript.Font.Style;
/frameworks/base/docs/html/design/
H A Ddesign_toc.cs13 <div class="nav-section-header"><a href="<?cs var:toroot ?>design/style/index.html">Style</a></div>
23 <li><a href="<?cs var:toroot ?>design/style/writing.html">Writing Style</a></li>
/frameworks/base/graphics/java/android/graphics/
H A DPaint.java77 static final Style[] sStyleArray = {
78 Style.FILL, Style.STROKE, Style.FILL_AND_STROKE
329 * The Style specifies if the primitive being drawn is filled, stroked, or
332 public enum Style { enum in class:Paint
352 Style(int nativeInt) { method in class:Paint.Style
768 public Style getStyle() {
779 public void setStyle(Style style) {
/frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
H A DSceneGraphRS.java26 import android.renderscript.Font.Style;
197 mItalic = Font.create(mRS, mRes, "serif", Font.Style.ITALIC, 8);
H A DSimpleModelRS.java177 mItalic = Font.create(mRS, mRes, "serif", Font.Style.ITALIC, 8);
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
H A DDisplayModifier.java102 paint.setStyle(Paint.Style.FILL);
108 paint.setStyle(Paint.Style.STROKE);
116 paint.setStyle(Paint.Style.FILL_AND_STROKE);
/frameworks/base/libs/hwui/font/
H A DFont.h46 enum Style { enum in class:android::uirenderer::Font
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarWindowView.java129 pt.setStyle(Paint.Style.STROKE);
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
H A DColladaScene.java37 import android.renderscript.Font.Style;
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
H A DRSTestCore.java99 mFont = Font.create(mRS, mRes, "serif", Font.Style.BOLD, 8);
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
H A DRSTestCore.java103 mFont = Font.create(mRS, mRes, "serif", Font.Style.BOLD, 8);
/frameworks/base/core/java/android/gesture/
H A DGesture.java195 paint.setStyle(Paint.Style.STROKE);
229 paint.setStyle(Paint.Style.STROKE);
/frameworks/base/core/java/android/app/
H A DNotification.java1173 private Style mStyle;
1611 public Builder setStyle(Style style) {
1903 public static abstract class Style class in class:Notification
1938 throw new IllegalArgumentException("Style requires a valid Builder object");
1991 * Calls {@link android.app.Notification.Builder#build()} on the Builder this Style is
2019 public static class BigPictureStyle extends Style {
2115 public static class BigTextStyle extends Style {
2212 public static class InboxStyle extends Style {
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DBatteryMeterView.java199 mFramePaint.setStyle(Paint.Style.FILL_AND_STROKE);
205 mBatteryPaint.setStyle(Paint.Style.FILL_AND_STROKE);
/frameworks/base/core/java/android/text/
H A DTextLine.java760 Paint.Style previousStyle = wp.getStyle();
763 wp.setStyle(Paint.Style.FILL);
775 Paint.Style previousStyle = wp.getStyle();
778 wp.setStyle(Paint.Style.FILL);
/frameworks/base/core/jni/android/graphics/
H A DTextLayoutCache.h223 SkTypeface* setCachedTypeface(SkTypeface** typeface, hb_script_t script, SkTypeface::Style style);
/frameworks/base/libs/hwui/
H A DPathCache.h113 SkPaint::Style style;
/frameworks/base/tests/RenderScriptTests/FBOTest/src/com/android/fbotest/
H A DFBOSyncRS.java203 mItalic = Font.create(mRS, mRes, "serif", Font.Style.ITALIC, 8);
H A DFBOTestRS.java195 mItalic = Font.create(mRS, mRes, "serif", Font.Style.ITALIC, 8);
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
H A DRSTestCore.java131 mFont = Font.create(mRS, mRes, "serif", Font.Style.BOLD, 8);
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
H A DRsBenchRS.java284 mScript.set_gFontSerif(Font.create(mRS, mRes, "serif", Font.Style.NORMAL, 8));

Completed in 704 milliseconds

123