Home
last modified time | relevance | path

Searched refs:columnMargin_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Drender_picker_column.cpp53 columnMargin_ = theme->GetColumnIntervalMargin(); in Update()
202 value = NormalizeToPx(columnMargin_); in PerformLayout()
203 columnMargin_ = Dimension(value, DimensionUnit::PX); in PerformLayout()
209 double x = columnMargin_.Value() / 2.0; // left and right margin is half of it in PerformLayout()
220 size.SetWidth(size.Width() - columnMargin_.Value()); in PerformLayout()
249 size.SetWidth(size.Width() + columnMargin_.Value()); in PerformLayout()
H A Drender_picker_column.h165 Dimension columnMargin_; variable