/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/linear_split/ |
H A D | linear_split_model_ng.cpp | 40 void LinearSplitModelNG::SetResizable(NG::SplitType splitType, bool resizable) in SetResizable() argument 42 ACE_UPDATE_LAYOUT_PROPERTY(LinearSplitLayoutProperty, Resizable, resizable); in SetResizable() 50 void LinearSplitModelNG::SetResizable(FrameNode* frameNode, NG::SplitType splitType, bool resizable) in SetResizable() argument 53 ACE_UPDATE_NODE_LAYOUT_PROPERTY(LinearSplitLayoutProperty, Resizable, resizable, frameNode); in SetResizable()
|
H A D | linear_split_model_ng.h | 27 void SetResizable(NG::SplitType splitType, bool resizable) override; 29 static void SetResizable(FrameNode* frameNode, NG::SplitType splitType, bool resizable);
|
H A D | linear_split_model.h | 51 virtual void SetResizable(NG::SplitType splitType, bool resizable) = 0;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_row_split_bridge.cpp | 25 bool resizable = false; in SetResizable() local 27 resizable = resizableArg->ToBoolean(vm)->BooleaValue(vm); in SetResizable() 29 GetArkUINodeModifiers()->getRowSplitModifier()->setRowSplitResizable(nativeNode, resizable); in SetResizable()
|
H A D | arkts_native_column_split_bridge.cpp | 32 bool resizable = false; in SetResizable() local 34 resizable = resizableArg->ToBoolean(vm)->BooleaValue(vm); in SetResizable() 36 … GetArkUINodeModifiers()->getColumnSplitModifier()->setColumnSplitResizable(nativeNode, resizable); in SetResizable()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | linear_split_model_impl.cpp | 43 void LinearSplitModelImpl::SetResizable(NG::SplitType splitType, bool resizable) in SetResizable() argument 48 rowSplit->SetResizable(resizable); in SetResizable() 54 columnSplit->SetResizable(resizable); in SetResizable()
|
H A D | linear_split_model_impl.h | 26 void SetResizable(NG::SplitType splitType, bool resizable) override;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_image_modifier.cpp | 621 ImageResizableSlice resizable; in SetResizable() local 622 SetResizableFromVec(resizable, options); in SetResizable() 623 ImageModelNG::SetResizableSlice(frameNode, resizable); in SetResizable() 673 ImageResizableSlice resizable; in SetImageResizable() local 677 resizable.SetEdgeSlice(ResizableOption::TOP, topDimension); in SetImageResizable() 682 ImageModelNG::SetResizableSlice(frameNode, resizable); in SetImageResizable() 689 auto resizable = ImageModelNG::GetResizableSlice(frameNode); in GetImageResizable() local 691 arrayValue[0] = resizable.left.Value(); in GetImageResizable() 694 arrayValue[NUM_1] = resizable.top.Value(); in GetImageResizable() 697 arrayValue[NUM_2] = resizable.right.Value(); in GetImageResizable() [all …]
|
H A D | row_split_modifier.cpp | 23 void SetRowSplitResizable(ArkUINodeHandle node, ArkUI_Bool resizable) in SetRowSplitResizable() argument 27 LinearSplitModelNG::SetResizable(frameNode, NG::SplitType::ROW_SPLIT, resizable); in SetRowSplitResizable()
|
H A D | column_split_modifier.cpp | 29 void SetColumnSplitResizable(ArkUINodeHandle node, ArkUI_Bool resizable) in SetColumnSplitResizable() argument 33 LinearSplitModelNG::SetResizable(frameNode, NG::SplitType::COLUMN_SPLIT, resizable); in SetColumnSplitResizable()
|
H A D | node_common_modifier.cpp | 1929 void SetResizableFromVec(ImageResizableSlice& resizable, const ArkUIStringAndFloat* options) in SetResizableFromVec() argument 1938 resizable.SetEdgeSlice(direction, optDimension.value()); in SetResizableFromVec() 1947 ImageResizableSlice resizable; in SetBackgroundImageResizable() local 1948 SetResizableFromVec(resizable, options); in SetBackgroundImageResizable() 1949 ViewAbstract::SetBackgroundImageResizableSlice(frameNode, resizable); in SetBackgroundImageResizable() 1956 ImageResizableSlice resizable; in ResetBackgroundImageResizable() local 1957 ViewAbstract::SetBackgroundImageResizableSlice(frameNode, resizable); in ResetBackgroundImageResizable()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/split_container/ |
H A D | split_container_component.h | 43 void SetResizable(bool resizable) in SetResizable() argument 45 resizable_ = resizable; in SetResizable()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | column_split_composed_element.cpp | 51 auto resizable = renderColumnSplit ? renderColumnSplit->GetResizable() : false; in GetResizable() local 52 return ConvertBoolToString(resizable); in GetResizable()
|
H A D | row_split_composed_element.cpp | 51 auto resizable = renderRowSplit ? renderRowSplit->GetResizable() : false; in GetResizable() local 52 return ConvertBoolToString(resizable); in GetResizable()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_row_split.cpp | 30 void JSRowSplit::JsResizable(bool resizable) in JsResizable() argument 32 LinearSplitModel::GetInstance()->SetResizable(NG::SplitType::ROW_SPLIT, resizable); in JsResizable()
|
H A D | js_column_split.cpp | 31 void JSColumnSplit::JsResizable(bool resizable) in JsResizable() argument 33 LinearSplitModel::GetInstance()->SetResizable(NG::SplitType::COLUMN_SPLIT, resizable); in JsResizable()
|
H A D | js_row_split.h | 28 static void JsResizable(bool resizable);
|
H A D | js_column_split.h | 29 static void JsResizable(bool resizable);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/ |
H A D | image_model_ng.cpp | 995 ImageResizableSlice resizable; in GetResizableSlice() local 996 CHECK_NULL_RETURN(frameNode, resizable); in GetResizableSlice() 998 CHECK_NULL_RETURN(renderProperty, resizable); in GetResizableSlice() 999 return renderProperty->GetImageResizableSlice().value_or(resizable); in GetResizableSlice()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-basic-components-image.md | 409 ### resizable<sup>11+</sup> 411 resizable(value: ResizableOptions) 940 // 图像拉伸效果,设置resizable属性,对图片不同方向进行拉伸 942 .resizable({
|
/ohos5.0/foundation/resourceschedule/ffrt/tools/ffrt_trace_process/ |
H A D | ffrt_trace_process_gui.pyw | 31 self.window.resizable(0, 0)
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-basic-components-image.md | 406 ### resizable<sup>11+</sup> 408 resizable(value: ResizableOptions) 410 Sets the resizable image options. Resizing is effective for drag previews and placeholder images. 508 Defines the resizable image options. 876 // Set the resizable attribute to resize the image in different directions. 878 .resizable({
|
H A D | ts-universal-attributes-background.md | 213 Sets the resizable background image options.
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/cjui/ |
H A D | cjui_api.h | 2285 void (*setRowSplitResizable)(ArkUINodeHandle node, ArkUI_Bool resizable); 2776 void (*setColumnSplitResizable)(ArkUINodeHandle node, ArkUI_Bool resizable);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/ |
H A D | arkoala_api.h | 4033 void (*setRowSplitResizable)(ArkUINodeHandle node, ArkUI_Bool resizable); 4555 void (*setColumnSplitResizable)(ArkUINodeHandle node, ArkUI_Bool resizable);
|