Searched refs:IsUnspecifiedOrTextType (Results 1 – 4 of 4) sorted by relevance
147 …if (!(layoutProperty->GetShowUnderlineValue(false) && textFieldPattern->IsUnspecifiedOrTextType())… in PaintUnderline()
1059 bool IsUnspecifiedOrTextType() const;
6701 bool TextFieldPattern::IsUnspecifiedOrTextType() const in OnBackPressed() function in OHOS::Ace::NG::TextFieldPattern8031 …return layoutProperty->GetShowUnderlineValue(false) && IsUnspecifiedOrTextType() && !IsInlineMode(… in OnBackPressed()8825 return IsUnspecifiedOrTextType() && isAISupport; in OnBackPressed()
53 EXPECT_EQ(pattern_->IsUnspecifiedOrTextType(), true);