Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_input_preview_test.cpp282 HWTEST_F(TextInputPreviewText, OnObscuredChanged, TestSize.Level1)
294 pattern_->OnObscuredChanged(false);
H A Dtext_field_pattern_testfour.cpp283 pattern->OnObscuredChanged(true);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_input_response_area.cpp267 textFieldPattern->OnObscuredChanged(isObscured_); in ChangeObscuredState()
H A Dtext_field_pattern.h1158 void OnObscuredChanged(bool isObscured);
H A Dtext_field_pattern.cpp7497 void TextFieldPattern::OnObscuredChanged(bool isObscured) in OnBackPressed() function in OHOS::Ace::NG::TextFieldPattern