Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_input_modify_test.cpp1466 EXPECT_TRUE(pattern_->IsTouchAtLeftOffset(10));
1472 EXPECT_FALSE(pattern_->IsTouchAtLeftOffset(400));
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.h1633 bool IsTouchAtLeftOffset(float currentOffsetX);
H A Dtext_field_pattern.cpp7323 bool TextFieldPattern::IsTouchAtLeftOffset(float currentOffsetX) in OnBackPressed() function in OHOS::Ace::NG::TextFieldPattern