Searched refs:showPlaceHolder_ (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_area/ |
H A D | text_area_layout_algorithm.cpp | 42 ConstructTextStyles(frameNode, textStyle, textContent_, showPlaceHolder_); in MeasureContent() 85 } else if (showPlaceHolder_) { in MeasureContent() 207 …showPlaceHolder_ ? offsetBase : OffsetF(offsetBase.GetX(), pattern->GetTextRect().GetOffset().GetY… in Layout() 228 if (pattern->IsDragging() && !showPlaceHolder_ && !isInlineStyle) { in CreateParagraphEx()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_input/ |
H A D | text_input_layout_algorithm.cpp | 38 ConstructTextStyles(frameNode, textStyle, textContent_, showPlaceHolder_); in MeasureContent() 47 auto disableTextAlign = !pattern->IsTextArea() && !showPlaceHolder_ && !isInlineStyle; in MeasureContent() 74 } else if (showPlaceHolder_) { in MeasureContent() 398 if (pattern->IsDragging() && !showPlaceHolder_ && !isInlineStyle) { in CreateParagraphEx() 400 isPasswordType && pattern->GetTextObscured() && !showPlaceHolder_, paragraphData); in CreateParagraphEx() 402 …ateParagraph(textStyle, content, isPasswordType && pattern->GetTextObscured() && !showPlaceHolder_, in CreateParagraphEx()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_field_layout_algorithm.h | 155 bool showPlaceHolder_ = false; variable
|
H A D | text_field_layout_algorithm.cpp | 583 … static_cast<uint32_t>(showPlaceHolder_ ? 0 : StringUtils::ToWstring(textContent_).length()); in CounterNodeMeasure()
|