Searched defs:PreState (Results 1 – 2 of 2) sorted by relevance
137 struct PreState { struct138 Color textColor;139 Color bgColor;140 BorderRadiusProperty radius;141 BorderWidthProperty borderWidth;143 PaddingProperty padding;144 MarginProperty margin;145 RectF frameRect;146 bool setHeight = false;147 bool saveState = false;[all …]
68 State PreState() const in PreState() function