Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Drender_picker_option.cpp469 double textY = (realSize_.Height() - textSize.Height()) / 2.0; // place center in PerformLayout() local
471 textY = 0.0; // place top in PerformLayout()
473 textY = realSize_.Height() - textSize.Height(); // place bottom in PerformLayout()
475textY += deltaSize_; // think about delta of scroll acti… in PerformLayout()
476 textY -= pressInterval; in PerformLayout()
477 renderText_->SetPosition(Offset(textX, textY)); in PerformLayout()