Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_field_pattern_testthree.cpp467 EXPECT_FALSE(pattern_->IsContentRectNonPositive());
470 EXPECT_TRUE(pattern_->IsContentRectNonPositive());
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.cpp2392 IsContentRectNonPositive() || closeHandleAtBlank) { in HandleSingleClickEvent()
2604 if (info.GetSourceDevice() != SourceType::MOUSE && !IsContentRectNonPositive()) { in HandleDoubleClickEvent()
2629 …ceDevice() != SourceType::MOUSE && !contentController_->IsEmpty() && !IsContentRectNonPositive()) { in HandleTripleClickEvent()
3299 return !NearZero(fontSize.Value()) && !IsContentRectNonPositive(); in CanChangeSelectState()
8525 bool TextFieldPattern::IsContentRectNonPositive() in OnBackPressed() function in OHOS::Ace::NG::TextFieldPattern
8568 if (!IsContentRectNonPositive()) { in OnBackPressed()
H A Dtext_field_pattern.h1723 bool IsContentRectNonPositive();