Home
last modified time | relevance | path

Searched defs:styleType (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/stylemgr/test/unittest/common/
H A Dstylemgr_tdd_test.cpp181 JSValue StyleMgrTddTest::PrepareStyleOption(const char* styleType, const char* propName, uint16_t p… in PrepareStyleOption() argument
549 constexpr char styleType[] = "staticStyle"; in ACELiteStyleManagerIDSelector002() local
634 constexpr char styleType[] = "staticStyle"; in ACELiteStyleManagerIDSelector004() local
679 constexpr char styleType[] = "staticStyle"; in ACELiteStyleManagerIDSelector005() local
774 constexpr char styleType[] = "staticStyle"; in ACELiteStyleManagerClassSelector002() local
819 constexpr char styleType[] = "staticStyle"; in ACELiteStyleManagerClassSelector003() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/adapter/common/
H A Dtext_style.cpp161 bool TextStyle::MatchOneAttribute(StyleType styleType, const TextStyle &rhs) const in MatchOneAttribute()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/
H A Dtest_base.h38 explicit TestBase(int styleType):styleType_(styleType){}; in TestBase()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dfocus_hub.h198 FocusPattern(FocusType focusType, bool focusable, FocusStyleType styleType) in FocusPattern()
201 …FocusPattern(FocusType focusType, bool focusable, FocusStyleType styleType, const FocusPaintParam&… in FocusPattern()
254 void SetStyleType(FocusStyleType styleType) in SetStyleType()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/accessibility/
H A Daccessibility_node_manager.cpp350 auto styleType = ConvertStrToPropertyType(style.first); in GetInspectorNodeById() local
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_manager_lite.cpp792 WindowStyleType styleType; in GetWindowStyleType() local
H A Dwindow_manager.cpp1325 WindowStyleType styleType; in GetWindowStyleType() local
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_manager_lite_test.cpp68 void OnWindowStyleUpdate(WindowStyleType styleType) in OnWindowStyleUpdate()
H A Dwindow_manager_test.cpp129 void OnWindowStyleUpdate(WindowStyleType styleType) in OnWindowStyleUpdate()
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_proxy_test.cpp992 WindowStyleType styleType; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.h68 #define COPY_SPAN_STYLE_IF_PRESENT(sourceNode, targetNode, styleType, propertyInfo) \ argument