Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Drender_picker_option.cpp465 double textX = (realSize_.Width() - textSize.Width()) / 2.0; // place center in PerformLayout() local
467textX = realSize_.Width() - realPadding_ / 2.0 - textSize.Width(); // place right; right padding i… in PerformLayout()
477 renderText_->SetPosition(Offset(textX, textY)); in PerformLayout()
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_label.cpp24 LabelAnimator(uint16_t textX, uint16_t labelX, int16_t startPos, UIView* view) in LabelAnimator() argument
27 textX_(textX), in LabelAnimator()