Home
last modified time | relevance | path

Searched defs:style (Results 1 – 25 of 119) sorted by relevance

12345

/frameworks/layoutlib/bridge/src/android/graphics/
DTypeface_Delegate.java92 @NonNull FontFamily_Builder_Delegate[] fontFamilyBuilders, int style, in Typeface_Delegate()
107 /*package*/ static synchronized long nativeCreateFromTypeface(long native_instance, int style) { in nativeCreateFromTypeface()
132 int style = weight >= 600 ? (italic ? Typeface.BOLD_ITALIC : Typeface.BOLD) : in nativeCreateFromTypefaceWithExactStyle() local
191 int style = weight >= 600 ? (italic == 1 ? Typeface.BOLD_ITALIC : Typeface.BOLD) : in nativeCreateFromArray() local
286 /*package*/ static Typeface create(String familyName, int style) { in create()
297 /*package*/ static Typeface create(Typeface family, int style) { in create()
302 /*package*/ static Typeface create(Typeface family, int style, boolean isItalic) { in create()
346 @NonNull FontVariant variant, int weight, int style) { in FontsIterator()
DBlurMaskFilter_Delegate.java58 /*package*/ static long nativeConstructor(float radius, int style) { in nativeConstructor()
/frameworks/base/libs/androidfw/tests/data/app/
DR.h33 struct style { struct
34 enum : uint32_t {
/frameworks/base/core/java/android/content/res/
DStringBlock.java111 int[] style = nativeGetStyle(mNative, idx); in get() local
204 private CharSequence applyStyles(String str, int[] style, StyleIDs ids) { in applyStyles()
283 style[i+1], style[i+2]+1, in applyStyles() local
290 style[i+1], style[i+2]+1, in applyStyles() local
297 style[i+1], style[i+2]+1, in applyStyles() local
/frameworks/base/graphics/java/android/graphics/
DBlurMaskFilter.java61 public BlurMaskFilter(float radius, Blur style) { in BlurMaskFilter()
65 private static native long nativeConstructor(float radius, int style); in nativeConstructor()
DPathDashPathEffect.java43 Style style) { in PathDashPathEffect()
/frameworks/base/libs/androidfw/tests/data/system/
DR.h32 struct style { struct
33 enum : uint32_t {
/frameworks/base/libs/androidfw/tests/data/lib_two/
DR.h40 struct style { struct
41 enum : uint32_t {
/frameworks/base/libs/androidfw/tests/data/lib_one/
DR.h34 struct style { struct
35 enum : uint32_t {
/frameworks/minikin/include/minikin/
DFont.h70 Builder& setStyle(FontStyle style) { in setStyle()
113 inline FontStyle style() const { return mStyle; } in style() function
120 Font(std::shared_ptr<MinikinFont>&& typeface, FontStyle style, HbFontUniquePtr&& baseFont) in Font()
/frameworks/base/libs/androidfw/tests/data/libclient/
DR.h34 struct style { struct
35 enum : uint32_t {
/frameworks/layoutlib/remote/common/src/com/android/layout/remote/api/
DRemoteRenderResources.java47 … RemoteResourceValue<ResourceValue> findItemInStyle(RemoteResourceValue<StyleResourceValue> style, in findItemInStyle()
53 …RemoteResourceValue<StyleResourceValue> getParent(RemoteResourceValue<StyleResourceValue> style) t… in getParent()
/frameworks/layoutlib/remote/server/src/com/android/layoutlib/bridge/remote/server/adapters/
DRemoteRenderResourcesAdapter.java92 public ResourceValue findItemInStyle(StyleResourceValue style, ResourceReference attr) { in findItemInStyle()
132 public StyleResourceValue getParent(StyleResourceValue style) { in getParent()
/frameworks/base/core/java/android/text/style/
DStyleSpan.java56 public StyleSpan(int style) { in StyleSpan()
113 private static void apply(Paint paint, int style) { in apply()
/frameworks/base/libs/androidfw/tests/data/styles/
DR.h46 struct style { struct
47 enum : uint32_t {
/frameworks/base/tools/aapt2/
DValueVisitor_test.cpp58 std::unique_ptr<Style> style = in TEST() local
78 std::unique_ptr<Style> style = in TEST() local
/frameworks/layoutlib/remote/client/src/com/android/layoutlib/bridge/remote/client/adapters/
DRemoteRenderResourcesAdapter.java81 RemoteResourceValue<StyleResourceValue> style, ResourceReference attr) { in findItemInStyle()
95 RemoteResourceValue<StyleResourceValue> style) { in getParent()
/frameworks/base/tools/aapt2/link/
DReferenceLinker_test.cpp91 Style* style = test::GetValue<Style>(table.get(), "com.app.test:style/Theme"); in TEST() local
122 Style* style = test::GetValue<Style>(table.get(), "com.app.test:style/Theme"); in TEST() local
169 Style* style = test::GetValue<Style>(table.get(), "com.app.test:style/Theme"); in TEST() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DHybridGroupManager.java60 private HybridNotificationView inflateHybridViewWithStyle(int style) { in inflateHybridViewWithStyle()
96 HybridNotificationView reusableView, Notification notification, int style) { in bindFromNotificationWithStyle()
/frameworks/base/libs/androidfw/tests/data/basic/
DR.h66 struct style { struct
67 enum : uint32_t {
/frameworks/base/core/java/android/text/format/
DRelativeDateTimeFormatter.java126 android.icu.text.RelativeDateTimeFormatter.Style style; in getRelativeTimeSpanString() local
277 android.icu.text.RelativeDateTimeFormatter.Style style; in getRelativeDateTimeString() local
337 ULocale locale, android.icu.text.RelativeDateTimeFormatter.Style style, in getFormatter()
/frameworks/base/core/jni/
Dandroid_view_PointerIcon.cpp48 jobject android_view_PointerIcon_getSystemIcon(JNIEnv* env, jobject contextObj, int32_t style) { in android_view_PointerIcon_getSystemIcon()
111 int32_t style, PointerIcon* outPointerIcon) { in android_view_PointerIcon_loadSystemIcon()
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DKeyguardClockSwitchTest.java249 Style style = mock(Style.class); in setStyle_defaultClockSetStyle() local
262 Style style = mock(Style.class); in setStyle_pluginClockSetStyle() local
/frameworks/layoutlib/bridge/tests/res/testApp/MyApplication/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/android/layoutlib/test/myapplication/
DR$style.class ... android.layoutlib.test.myapplication.R$style extends java.lang.Object { public static final ...
/frameworks/base/libs/hwui/hwui/
DTypeface.cpp68 Typeface* Typeface::createRelative(Typeface* src, Typeface::Style style) { in createRelative()
141 const SkFontStyle& style = skTypeface->fontStyle(); in createFromFamilies() local

12345