Searched refs:ArkUI_WaterFlowSectionOption (Results 1 - 7 of 7) sorted by relevance
/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | waterflow_section_option.cpp | 25 ArkUI_WaterFlowSectionOption* OH_ArkUI_WaterFlowSectionOption_Create() in OH_ArkUI_WaterFlowSectionOption_Create() 27 // 分配 ArkUI_WaterFlowSectionOption 对象的内存 in OH_ArkUI_WaterFlowSectionOption_Create() 28 ArkUI_WaterFlowSectionOption* waterFlowSectionOption = new ArkUI_WaterFlowSectionOption(); in OH_ArkUI_WaterFlowSectionOption_Create() 35 void OH_ArkUI_WaterFlowSectionOption_Dispose(ArkUI_WaterFlowSectionOption* option) in OH_ArkUI_WaterFlowSectionOption_Dispose() 43 void OH_ArkUI_WaterFlowSectionOption_SetSize(ArkUI_WaterFlowSectionOption* option, int32_t size) in OH_ArkUI_WaterFlowSectionOption_SetSize() 53 ArkUI_WaterFlowSectionOption* option, int32_t index, int32_t itemCount) in OH_ArkUI_WaterFlowSectionOption_SetItemCount() 72 ArkUI_WaterFlowSectionOption* option, int32_t index, int32_t crossCount) in OH_ArkUI_WaterFlowSectionOption_SetCrossCount() 90 void OH_ArkUI_WaterFlowSectionOption_SetColumnGap(ArkUI_WaterFlowSectionOption* option, int32_t index, float columnGap) in OH_ArkUI_WaterFlowSectionOption_SetColumnGap() 108 void OH_ArkUI_WaterFlowSectionOption_SetRowGap(ArkUI_WaterFlowSectionOption* optio [all...] |
H A D | waterflow_section_option.h | 34 struct ArkUI_WaterFlowSectionOption { struct
|
H A D | style_modifier.cpp | 12012 static ArkUI_WaterFlowSectionOption options = in GetWaterFlowSectionOption()
|
/foundation/arkui/ace_engine/interfaces/native/ |
H A D | native_type.h | 127 typedef struct ArkUI_WaterFlowSectionOption ArkUI_WaterFlowSectionOption; typedef 2245 ArkUI_WaterFlowSectionOption* OH_ArkUI_WaterFlowSectionOption_Create(void); 2253 void OH_ArkUI_WaterFlowSectionOption_Dispose(ArkUI_WaterFlowSectionOption* option); 2262 void OH_ArkUI_WaterFlowSectionOption_SetSize(ArkUI_WaterFlowSectionOption* option, 2273 void OH_ArkUI_WaterFlowSectionOption_SetItemCount(ArkUI_WaterFlowSectionOption* option, 2283 int32_t OH_ArkUI_WaterFlowSectionOption_GetSize(ArkUI_WaterFlowSectionOption* option); 2293 int32_t OH_ArkUI_WaterFlowSectionOption_GetItemCount(ArkUI_WaterFlowSectionOption* option, int32_t index); 2303 void OH_ArkUI_WaterFlowSectionOption_SetCrossCount(ArkUI_WaterFlowSectionOption* option, 2315 int32_t OH_ArkUI_WaterFlowSectionOption_GetCrossCount(ArkUI_WaterFlowSectionOption* optio [all...] |
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | water_flow_modifier.cpp | 487 ArkUI_WaterFlowSectionOption GetWaterFlowSectionOptions(ArkUINodeHandle node) in GetWaterFlowSectionOptions() 489 ArkUI_WaterFlowSectionOption option; in GetWaterFlowSectionOptions()
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/ |
H A D | arkoala_api.h | 78 struct ArkUI_WaterFlowSectionOption; 104 typedef ArkUI_WaterFlowSectionOption* ArkUIWaterFlowSectionOption; 3662 ArkUI_WaterFlowSectionOption (*getSectionOption)(ArkUINodeHandle node);
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/cjui/ |
H A D | cjui_api.h | 1988 ArkUI_WaterFlowSectionOption (*getSectionOption)(ArkUINodeHandle node);
|
Completed in 64 milliseconds