Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dcomponent.h58 struct ConstrainedParameter : public MemoryHeap { struct
59 ConstrainedParameter() : maxWidth(0), maxHeight(0) {} in ConstrainedParameter() function
60 ConstrainedParameter(int16_t width, int16_t height) : maxWidth(width), maxHeight(height) {} in ConstrainedParameter() function
61 int16_t maxWidth;
62 int16_t maxHeight;