Home
last modified time | relevance | path

Searched defs:style (Results 1 – 25 of 121) 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
287 /*package*/ static Typeface create(String familyName, int style) { in create()
298 /*package*/ static Typeface create(Typeface family, int style) { in create()
303 /*package*/ static Typeface create(Typeface family, int style, boolean isItalic) { in create()
347 @NonNull FontVariant variant, int weight, int style) { in FontsIterator()
DBlurMaskFilter_Delegate.java58 /*package*/ static long nativeConstructor(float radius, int style) { in nativeConstructor()
/frameworks/minikin/include/minikin/
DFont.h76 Builder& setStyle(FontStyle style) { in setStyle()
123 FontStyle style = FontStyle(reader); in readFrom() local
140 inline FontStyle style() const { return mStyle; } in style() function
148 Font(std::shared_ptr<MinikinFont>&& typeface, FontStyle style, HbFontUniquePtr&& baseFont, in Font()
156 Font(FontStyle style, BufferReader typefaceMetadataReader, TypefaceLoader* typefaceLoader, in Font()
/frameworks/base/libs/androidfw/tests/data/app/
DR.h33 struct style { struct
34 enum : uint32_t {
/frameworks/base/core/java/android/content/res/
DStringBlock.java128 int[] style = nativeGetStyle(mNative, idx); in getSequence() local
228 private CharSequence applyStyles(String str, int[] style, StyleIDs ids) { in applyStyles()
310 style[i+1], style[i+2]+1, in applyStyles() local
317 style[i+1], style[i+2]+1, in applyStyles() local
324 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/lib_one/
DR.h34 struct style { struct
35 enum : uint32_t {
/frameworks/base/libs/androidfw/tests/data/libclient/
DR.h34 struct style { struct
35 enum : uint32_t {
/frameworks/base/libs/androidfw/tests/data/lib_two/
DR.h46 struct style { struct
47 enum : uint32_t {
/frameworks/base/core/java/android/widget/inline/
DInlinePresentationSpec.java64 private boolean styleEquals(@NonNull Bundle style) { in styleEquals()
100 @NonNull Bundle style) { in InlinePresentationSpec()
215 Bundle style = in.readBundle(); in InlinePresentationSpec() local
/frameworks/base/libs/androidfw/tests/data/system/
DR.h32 struct style { struct
33 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/tools/aapt2/
DValueVisitor_test.cpp58 std::unique_ptr<Style> style = in TEST() local
78 std::unique_ptr<Style> style = in TEST() local
DResourceParser_test.cpp402 Style* style = test::GetValue<Style>(&table_, "style/foo"); in TEST_F() local
567 Style* style = test::GetValue<Style>(&table_, "style/foo"); in TEST_F() local
581 Style* style = test::GetValue<Style>(&table_, "style/foo"); in TEST_F() local
593 Style* style = test::GetValue<Style>(&table_, "style/foo"); in TEST_F() local
607 Style* style = test::GetValue<Style>(&table_, "style/foo"); in TEST_F() local
622 Style* style = test::GetValue<Style>(&table_, "style/foo"); in TEST_F() local
634 Style* style = test::GetValue<Style>(&table_, "style/foo.bar"); in TEST_F() local
644 Style* style = test::GetValue<Style>(&table_, "style/foo.bar"); in TEST_F() local
653 Style* style = test::GetValue<Style>(&table_, "style/foo"); in TEST_F() 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/libs/androidfw/tests/data/styles/
DR.h46 struct style { struct
47 enum : uint32_t {
/frameworks/base/tools/aapt2/link/
DReferenceLinker_test.cpp89 Style* style = test::GetValue<Style>(table.get(), "com.app.test:style/Theme"); in TEST() local
120 Style* style = test::GetValue<Style>(table.get(), "com.app.test:style/Theme"); in TEST() local
166 Style* style = test::GetValue<Style>(table.get(), "com.app.test:style/Theme"); in TEST() local
/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/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DHybridGroupManager.java58 private HybridNotificationView inflateHybridViewWithStyle(int style, in inflateHybridViewWithStyle()
101 int style, ViewGroup parent) { in bindFromNotificationWithStyle()
/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/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 ...

12345