Searched refs:leftWidth (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/composelistitem/interfaces/ |
H A D | composelistitem.js | 106 this.__leftWidth = new SynchedPropertySimpleOneWayPU(t64.leftWidth, this, "leftWidth"); 140 if (r64.leftWidth === undefined) { 159 this.__leftWidth.reset(q64.leftWidth); 232 get leftWidth() { 235 set leftWidth(i64) {
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/ |
H A D | rosen_render_text_field.cpp | 67 auto leftWidth = decoration.GetBorder().Left().GetWidth().ConvertToPx(dipScale) + in GetInnerRect() local 76 leftWidth += paddingHorizonForSearch_; in GetInnerRect() 85 return Rect(outer.Left() + leftWidth + passwordIconSpacing, outer.Top() + topWidth, in GetInnerRect() 86 outer.Right() - rightWidth - leftWidth - iconSpacing - passwordIconSpacing, in GetInnerRect() 89 return Rect(outer.Left() + leftWidth + iconSpacing, outer.Top() + topWidth, in GetInnerRect() 90 outer.Right() - rightWidth - leftWidth - iconSpacing - passwordIconSpacing, in GetInnerRect()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/ |
H A D | rosen_render_box.cpp | 732 double leftWidth = NormalizeToPx(border.Left().GetWidth()); local 733 if (NearEqual(leftWidth, NormalizeToPx(border.Top().GetWidth())) && 734 NearEqual(leftWidth, NormalizeToPx(border.Right().GetWidth())) && 735 NearEqual(leftWidth, NormalizeToPx(border.Bottom().GetWidth()))) {
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/ |
H A D | layout_property.cpp | 1871 Dimension leftWidth; in CheckLocalizedBorderImageWidth() local 1881 leftWidth = borderImageProperty->borderImageStart_->GetBorderImageWidth(); in CheckLocalizedBorderImageWidth() 1888 leftWidth = borderImageProperty->borderImageEnd_->GetBorderImageWidth(); in CheckLocalizedBorderImageWidth() 1893 borderImageProperty->SetEdgeWidth(BorderImageDirection::LEFT, leftWidth); in CheckLocalizedBorderImageWidth()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/painter/ |
H A D | rosen_decoration_painter.cpp | 3148 double leftWidth = NormalizeToPx(border.Left().GetWidth()); in PaintShadow() local 3149 if (NearEqual(leftWidth, NormalizeToPx(border.Top().GetWidth())) && in PaintShadow() 3150 NearEqual(leftWidth, NormalizeToPx(border.Right().GetWidth())) && in PaintShadow() 3151 NearEqual(leftWidth, NormalizeToPx(border.Bottom().GetWidth()))) { in PaintShadow()
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/composelistitem/source/ |
H A D | composelistitem.ets | 137 @Prop leftWidth: string = LEFT_PART_WIDTH;
|