Searched refs:IsContentRectNonPositive (Results 1 – 3 of 3) sorted by relevance
467 EXPECT_FALSE(pattern_->IsContentRectNonPositive());470 EXPECT_TRUE(pattern_->IsContentRectNonPositive());
2392 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::TextFieldPattern8568 if (!IsContentRectNonPositive()) { in OnBackPressed()
1723 bool IsContentRectNonPositive();