Home
last modified time | relevance | path

Searched refs:rightWidth (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/composelistitem/interfaces/
H A Dcomposelistitem.js460 this.__rightWidth = new SynchedPropertySimpleOneWayPU(y62.rightWidth, this, "rightWidth");
521 if (w62.rightWidth === undefined) {
547 this.__rightWidth.reset(v62.rightWidth);
675 get rightWidth() {
678 set rightWidth(h62) {
1135 Flex.width(this.parentDirection === FlexDirection.Column ? undefined : this.rightWidth);
1819 rightWidth: this.calculatedRightWidth(),
1840 rightWidth: this.calculatedRightWidth(),
1857 rightWidth: this.calculatedRightWidth()
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/composelistitem/source/
H A Dcomposelistitem.ets280 @Prop rightWidth: string = RIGHT_PART_WIDTH;
672 .width(this.parentDirection === FlexDirection.Column ? undefined : this.rightWidth)
916 rightWidth: this.calculatedRightWidth(),
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/
H A Dlayout_property.cpp1872 Dimension rightWidth; in CheckLocalizedBorderImageWidth() local
1879 rightWidth = borderImageProperty->borderImageStart_->GetBorderImageWidth(); in CheckLocalizedBorderImageWidth()
1890 rightWidth = borderImageProperty->borderImageEnd_->GetBorderImageWidth(); in CheckLocalizedBorderImageWidth()
1894 borderImageProperty->SetEdgeWidth(BorderImageDirection::RIGHT, rightWidth); in CheckLocalizedBorderImageWidth()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drosen_render_text_field.cpp71 auto rightWidth = decoration.GetBorder().Right().GetWidth().ConvertToPx(dipScale) + in GetInnerRect() local
78 rightWidth += paddingHorizonForSearch_; in GetInnerRect()
86 outer.Right() - rightWidth - leftWidth - iconSpacing - passwordIconSpacing, in GetInnerRect()
90 outer.Right() - rightWidth - leftWidth - iconSpacing - passwordIconSpacing, in GetInnerRect()