Home
last modified time | relevance | path

Searched refs:styleType (Results 1 - 14 of 14) sorted by relevance

/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 propValue) const in PrepareStyleOption() argument
183 if ((styleType == nullptr) || (strlen(styleType) == 0) || (propName == nullptr) || (strlen(propName) == 0)) { in PrepareStyleOption()
195 JSValue styleTypeKey = jerry_create_string(reinterpret_cast<const jerry_char_t *>(styleType)); in PrepareStyleOption()
549 constexpr char styleType[] = "staticStyle"; in ACELiteStyleManagerIDSelector002() local
552 jerry_value_t styleOption = PrepareStyleOption(styleType, widthKey, widthValue); in ACELiteStyleManagerIDSelector002()
634 constexpr char styleType[] = "staticStyle"; in ACELiteStyleManagerIDSelector004() local
637 jerry_value_t option = PrepareStyleOption(styleType, heightKey, heightValue); in ACELiteStyleManagerIDSelector004()
679 constexpr char styleType[] = "staticStyle"; in ACELiteStyleManagerIDSelector005() local
682 jerry_value_t styleOption = PrepareStyleOption(styleType, widthKey in ACELiteStyleManagerIDSelector005()
774 constexpr char styleType[] = "staticStyle"; ACELiteStyleManagerClassSelector002() local
819 constexpr char styleType[] = "staticStyle"; ACELiteStyleManagerClassSelector003() local
[all...]
H A Dstylemgr_tdd_test.h65 JSValue PrepareStyleOption(const char* styleType, const char* propName, uint16_t propValue) const;
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/
H A Dtest_base.h38 explicit TestBase(int styleType):styleType_(styleType){}; in TestBase() argument
/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() argument
163 switch (styleType) { in MatchOneAttribute()
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dfocus_hub.h196 FocusPattern(FocusType focusType, bool focusable, FocusStyleType styleType) in FocusPattern() argument
197 : focusType_(focusType), focusable_(focusable), styleType_(styleType) in FocusPattern()
199 FocusPattern(FocusType focusType, bool focusable, FocusStyleType styleType, const FocusPaintParam& paintParams) in FocusPattern() argument
200 : focusType_(focusType), focusable_(focusable), styleType_(styleType) in FocusPattern()
252 void SetStyleType(FocusStyleType styleType) in SetStyleType() argument
254 styleType_ = styleType; in SetStyleType()
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/export/rosen_text/
H A Dtext_style.h112 bool MatchOneAttribute(StyleType styleType, const TextStyle &rhs) const;
/foundation/arkui/ace_engine/frameworks/bridge/common/accessibility/
H A Daccessibility_node_manager.cpp350 auto styleType = ConvertStrToPropertyType(style.first); in GetInspectorNodeById() local
351 if (styleJsonNode->Contains(styleType)) { in GetInspectorNodeById()
352 styleJsonNode->Replace(styleType.c_str(), style.second.c_str()); in GetInspectorNodeById()
354 styleJsonNode->Put(styleType.c_str(), style.second.c_str()); in GetInspectorNodeById()
/foundation/window/window_manager/wm/src/
H A Dwindow_manager_lite.cpp792 WindowStyleType styleType; in GetWindowStyleType() local
793 if (SingletonContainer::Get<WindowAdapterLite>().GetWindowStyleType(styleType) == WMError::WM_OK) { in GetWindowStyleType()
794 return styleType; in GetWindowStyleType()
796 return styleType; in GetWindowStyleType()
H A Dwindow_manager.cpp1404 WindowStyleType styleType; in GetWindowStyleType() local
1405 if (SingletonContainer::Get<WindowAdapter>().GetWindowStyleType(styleType) == WMError::WM_OK) { in GetWindowStyleType()
1406 return styleType; in GetWindowStyleType()
1408 return styleType; in GetWindowStyleType()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.h69 #define COPY_SPAN_STYLE_IF_PRESENT(sourceNode, targetNode, styleType) \
71 if ((sourceNode)->Has##styleType()) { \
72 (targetNode)->Update##styleType(*((sourceNode)->Get##styleType())); \
/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow_manager.h190 * @param styleType
192 virtual void OnWindowStyleUpdate(WindowStyleType styleType) = 0;
/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_proxy_test.cpp1013 WindowStyleType styleType; in HWTEST_F() local
1014 ASSERT_EQ(WMError::WM_OK, sceneSessionManagerProxy_->GetWindowStyleType(styleType)); in HWTEST_F()
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_manager_test.cpp129 void OnWindowStyleUpdate(WindowStyleType styleType) in OnWindowStyleUpdate() argument
H A Dwindow_manager_lite_test.cpp68 void OnWindowStyleUpdate(WindowStyleType styleType) in OnWindowStyleUpdate() argument

Completed in 22 milliseconds