/foundation/arkui/ace_engine_lite/frameworks/src/core/stylemgr/test/unittest/common/ |
H A D | stylemgr_tdd_test.cpp | 181 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 D | stylemgr_tdd_test.h | 65 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 D | test_base.h | 38 explicit TestBase(int styleType):styleType_(styleType){};
in TestBase() argument
|
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/adapter/common/ |
H A D | text_style.cpp | 161 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 D | focus_hub.h | 196 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 D | text_style.h | 112 bool MatchOneAttribute(StyleType styleType, const TextStyle &rhs) const;
|
/foundation/arkui/ace_engine/frameworks/bridge/common/accessibility/ |
H A D | accessibility_node_manager.cpp | 350 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 D | window_manager_lite.cpp | 792 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 D | window_manager.cpp | 1404 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 D | rich_editor_pattern.h | 69 #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 D | window_manager.h | 190 * @param styleType 192 virtual void OnWindowStyleUpdate(WindowStyleType styleType) = 0;
|
/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | scene_session_manager_proxy_test.cpp | 1013 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 D | window_manager_test.cpp | 129 void OnWindowStyleUpdate(WindowStyleType styleType)
in OnWindowStyleUpdate() argument
|
H A D | window_manager_lite_test.cpp | 68 void OnWindowStyleUpdate(WindowStyleType styleType) in OnWindowStyleUpdate() argument
|