Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_area/
H A Dtext_area_layout_algorithm.cpp44 auto isInlineStyle = pattern->IsNormalInlineState(); in MeasureContent()
109 if (counterNode && !pattern->IsNormalInlineState()) { in Measure()
115 if (pattern->IsNormalInlineState() && pattern->HasFocus()) { in Measure()
176 if (counterNodeLayoutWrapper && !pattern->IsNormalInlineState()) { in Layout()
211 auto isInlineStyle = pattern->IsNormalInlineState(); in Layout()
225 auto isInlineStyle = pattern->IsNormalInlineState(); in CreateParagraphEx()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_input/
H A Dtext_input_layout_algorithm.cpp41 auto isInlineStyle = pattern->IsNormalInlineState(); in MeasureContent()
313 bool isInlineStyle = pattern->IsNormalInlineState(); in Layout()
350 bool isInlineStyle = params.pattern->IsNormalInlineState(); in UpdateTextRect()
392 auto isInlineStyle = pattern->IsNormalInlineState(); in CreateParagraphEx()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_overlay_modifier.cpp150 if (textFieldPattern->IsNormalInlineState() && textFieldPattern->HasFocus()) { in PaintUnderline()
210 auto defaultStyle = !textFieldPattern->IsNormalInlineState() || isTextArea; in PaintSelection()
328 auto defaultStyle = !textFieldPattern->IsNormalInlineState() || isTextArea; in PaintPreviewTextDecoration()
H A Dtext_field_paint_method.cpp117 layoutProperty->GetShowErrorTextValue(false) && !textFieldPattern->IsNormalInlineState()); in UpdateContentModifier()
H A Dtext_field_pattern.cpp320 } else if (IsNormalInlineState() && !HasFocus()) { in CreateNodePaintMethod()
1015 if (IsNormalInlineState()) { in ProcessFocusStyle()
1267 if (IsNormalInlineState()) { in ProcNormalInlineStateInBlurEvent()
2118 if (pattern->IsNormalInlineState()) { in InitDragDropCallBack()
2155 if (pattern->IsNormalInlineState()) { in InitDragDropCallBack()
2784 if (IsTextArea() || IsNormalInlineState()) { in ProcessScroll()
2939 HasFocus() && IsNormalInlineState()) { in OnModifyDone()
3973 if (IsNormalInlineState()) { in GetInlinePositionYAndHeight()
6081 if (IsNormalInlineState()) { in OnBackPressed()
6690 bool TextFieldPattern::IsNormalInlineState() const in OnBackPressed() function in OHOS::Ace::NG::TextFieldPattern
[all …]
H A Dtext_field_layout_algorithm.cpp65 auto isInlineStyle = pattern->IsNormalInlineState(); in ConstructTextStyles()
490 bool isInlineStyle = pattern->IsNormalInlineState(); in CounterLayout()
574 auto isInlineStyle = pattern->IsNormalInlineState(); in CounterNodeMeasure()
H A Dtext_field_pattern.h1058 bool IsNormalInlineState() const;
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_field_controller_test.cpp383 EXPECT_TRUE(pattern_->IsNormalInlineState());
H A Dtext_input_modify_test.cpp305 EXPECT_TRUE(pattern_->IsNormalInlineState());