Home
last modified time | relevance | path

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

12345

/frameworks/support/compat/src/main/java/androidx/core/graphics/
DTypefaceCompat.java77 public static Typeface findFromCache(@NonNull Resources resources, int id, int style) { in findFromCache()
89 private static String createResourceUid(final Resources resources, int id, int style) { in createResourceUid()
101 @NonNull Resources resources, int id, int style, in createFromResourcesFamilyXml()
140 int style) { in createFromResourcesFontFile()
155 @Nullable CancellationSignal cancellationSignal, @NonNull FontInfo[] fonts, int style) { in createFromFontInfo()
DTypefaceCompatApi24Impl.java110 int weight, boolean style) { in addFontWeightStyle()
133 @Nullable CancellationSignal cancellationSignal, @NonNull FontInfo[] fonts, int style) { in createFromFontInfo()
155 FontFamilyFilesResourceEntry entry, Resources resources, int style) { in createFromFontFamilyFilesResourceEntry()
DTypefaceCompatApi26Impl.java138 int ttcIndex, int weight, int style, @Nullable FontVariationAxis[] axes) { in addFontFromAssetManager()
154 int ttcIndex, int weight, int style) { in addFontFromBuffer()
205 int style) { in createFromFontFamilyFilesResourceEntry()
227 @NonNull FontsContractCompat.FontInfo[] fonts, int style) { in createFromFontInfo()
283 Context context, Resources resources, int id, String path, int style) { in createFromResourcesFontFile()
DTypefaceCompatBaseImpl.java51 private static <T> T findBestFont(T[] fonts, int style, StyleExtractor<T> extractor) { in findBestFont()
70 protected FontInfo findBestInfo(FontInfo[] fonts, int style) { in findBestInfo()
/frameworks/base/libs/androidfw/tests/data/app/
DR.h33 struct style { struct
34 enum : uint32_t {
/frameworks/base/core/java/android/content/res/
DStringBlock.java84 int[] style = nativeGetStyle(mNative, idx); in get() local
166 private CharSequence applyStyles(String str, int[] style, StyleIDs ids) { in applyStyles()
245 style[i+1], style[i+2]+1, in applyStyles() local
252 style[i+1], style[i+2]+1, in applyStyles() local
259 style[i+1], style[i+2]+1, in applyStyles() local
/frameworks/layoutlib/bridge/src/android/graphics/
DTypeface_Delegate.java92 public Typeface_Delegate(@NonNull FontFamily_Delegate[] fontFamilies, int style, int weight) { in Typeface_Delegate()
117 /*package*/ static synchronized long nativeCreateFromTypeface(long native_instance, int style) { in nativeCreateFromTypeface()
141 int style = weight >= 600 ? (italic ? Typeface.BOLD_ITALIC : Typeface.BOLD) : in nativeCreateFromTypefaceWithExactStyle() local
192 int style = weight >= 600 ? (italic == 1 ? Typeface.BOLD_ITALIC : Typeface.BOLD) : in nativeCreateFromArray() local
307 /*package*/ static Typeface create(String familyName, int style) { in create()
318 /*package*/ static Typeface create(Typeface family, int style) { in create()
323 /*package*/ static Typeface create(Typeface family, int style, boolean isItalic) { in create()
DBlurMaskFilter_Delegate.java58 /*package*/ static long nativeConstructor(float radius, int style) { in nativeConstructor()
/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()
/frameworks/base/libs/androidfw/tests/data/system/
DR.h32 struct style { struct
33 enum : uint32_t {
/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/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/support/mediarouter/src/main/java/androidx/mediarouter/app/
DMediaRouterThemeHelper.java51 int style = getThemeResource(context, R.attr.mediaRouteTheme); in createThemedButtonContext() local
115 static @ControllerColorType int getControllerColor(Context context, int style) { in getControllerColor()
175 private static int getThemeColor(Context context, int style, int attr) { in getThemeColor()
/frameworks/av/packages/MediaComponents/src/com/android/support/mediarouter/app/
DMediaRouterThemeHelper.java51 int style = getThemeResource(context, R.attr.mediaRouteTheme); in createThemedButtonContext() local
114 static @ControllerColorType int getControllerColor(Context context, int style) { in getControllerColor()
177 private static int getThemeColor(Context context, int style, int attr) { in getThemeColor()
/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/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/minikin/include/minikin/
DFontFamily.h65 Builder& setStyle(FontStyle style) { in setStyle()
100 inline FontStyle style() const { return mStyle; } in style() function
107 Font(std::shared_ptr<MinikinFont>&& typeface, FontStyle style, HbFontUniquePtr&& baseFont) in Font()
/frameworks/support/compat/src/main/java/androidx/core/content/res/
DResourcesCompat.java312 int style, @Nullable FontCallback fontCallback) throws NotFoundException { in getFont()
334 int style, @Nullable FontCallback fontCallback, @Nullable Handler handler, in loadFont()
353 @NonNull Context context, Resources wrapper, TypedValue value, int id, int style, in loadFont()
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/app/
DAppCompatDialogFragment.java46 public void setupDialog(Dialog dialog, int style) { in setupDialog()
/frameworks/layoutlib/remote/common/src/com/android/layout/remote/api/
DRemoteRenderResources.java57 ResourceValue findItemInStyle(StyleResourceValue style, ResourceReference attr) in findItemInStyle()
65 StyleResourceValue getParent(StyleResourceValue style) throws RemoteException; in getParent()
/frameworks/base/libs/androidfw/tests/data/basic/
DR.h66 struct style { struct
67 enum : uint32_t {
/frameworks/layoutlib/remote/server/src/com/android/layoutlib/bridge/remote/server/adapters/
DRemoteRenderResourcesAdapter.java136 public ResourceValue findItemInStyle(StyleResourceValue style, ResourceReference attr) { in findItemInStyle()
184 public StyleResourceValue getParent(StyleResourceValue style) { in getParent()
/frameworks/layoutlib/remote/client/src/com/android/layoutlib/bridge/remote/client/adapters/
DRemoteRenderResourcesAdapter.java90 public ResourceValue findItemInStyle(StyleResourceValue style, ResourceReference attr) { in findItemInStyle()
106 public StyleResourceValue getParent(StyleResourceValue style) { in getParent()

12345