Home
last modified time | relevance | path

Searched refs:OnTextInputScroll (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_field_controller_test.cpp305 pattern_->OnTextInputScroll(0.0f);
311 pattern_->OnTextInputScroll(-1000.0f);
313 pattern_->OnTextInputScroll(0.0f);
315 pattern_->OnTextInputScroll(0.0f);
H A Dtext_input_update_test.cpp674 pattern_->OnTextInputScroll(2.0f);
H A Dtext_field_pattern_test.cpp1734 pattern->OnTextInputScroll(1.0f);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.h1539 void OnTextInputScroll(float offset);
H A Dtext_field_pattern.cpp914 void TextFieldPattern::OnTextInputScroll(float offset) in OnTextInputScroll() function in OHOS::Ace::NG::TextFieldPattern
6219 OnTextInputScroll(offset); in OnBackPressed()