Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_input/
H A Dtext_input_layout_algorithm.cpp103 auto responseAreaWidth = 0.0f; in Measure() local
105 responseAreaWidth += pattern->GetCleanNodeResponseArea()->GetFrameSize().Width(); in Measure()
108 responseAreaWidth += pattern->GetResponseArea()->GetFrameSize().Width(); in Measure()
110 …frameSize.SetWidth(contentWidth + pattern->GetHorizontalPaddingAndBorderSum() + responseAreaWidth); in Measure()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_overlay_modifier.cpp156 auto responseAreaWidth = responseArea ? responseArea->GetAreaRect().Width() : 0.0f; in PaintUnderline() local
158responseAreaWidth += clearNodeResponseArea ? clearNodeResponseArea->GetAreaRect().Width() : 0.0f; in PaintUnderline()
159 auto hasResponseArea = GreatNotEqual(responseAreaWidth, 0.0f); in PaintUnderline()
H A Dtext_field_pattern.cpp3565 auto responseAreaWidth = (responseArea_ ? responseArea_->GetAreaRect().Width() : 0.0f) + in ChangeMouseState() local
3575 if (GreatNotEqual(location.GetX(), frameRect_.Width() - responseAreaWidth)) { in ChangeMouseState()