Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_overlay_modifier.cpp147 …if (!(layoutProperty->GetShowUnderlineValue(false) && textFieldPattern->IsUnspecifiedOrTextType())… in PaintUnderline()
H A Dtext_field_pattern.h1059 bool IsUnspecifiedOrTextType() const;
H A Dtext_field_pattern.cpp6701 bool TextFieldPattern::IsUnspecifiedOrTextType() const in OnBackPressed() function in OHOS::Ace::NG::TextFieldPattern
8031 …return layoutProperty->GetShowUnderlineValue(false) && IsUnspecifiedOrTextType() && !IsInlineMode(… in OnBackPressed()
8825 return IsUnspecifiedOrTextType() && isAISupport; in OnBackPressed()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_input_sub_1_test.cpp53 EXPECT_EQ(pattern_->IsUnspecifiedOrTextType(), true);