Home
last modified time | relevance | path

Searched defs:ApplyStyle (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/frameworks/base/libs/androidfw/
H A DAttributeResolution.cpp220 base::expected<std::monostate, IOError> ApplyStyle(Theme* theme, ResXMLParser* xml_parser, in ApplyStyle() function
H A DAssetManager2.cpp1635 base::expected<std::monostate, NullOrIOError> Theme::ApplyStyle(uint32_t resid, bool force) { in ApplyStyle() function in android::Theme
/aosp_15_r20/external/robolectric/resources/src/main/java/org/robolectric/res/android/
H A DAttributeResolution9.java247 public static void ApplyStyle( in ApplyStyle() method in AttributeResolution9
H A DAttributeResolution10.java250 public static void ApplyStyle( in ApplyStyle() method in AttributeResolution10
H A DAttributeResolution.java232 public static void ApplyStyle( in ApplyStyle() method in AttributeResolution
H A DCppAssetManager2.java1453 public boolean ApplyStyle(int resid, boolean force) { in ApplyStyle() method in CppAssetManager2.Theme