Home
last modified time | relevance | path

Searched refs:hideBarImmediately (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.h1218 void StopAutoScroll(bool hideBarImmediately = true);
H A Drich_editor_pattern.cpp8643 void RichEditorPattern::StopAutoScroll(bool hideBarImmediately) in OnBackPressed() argument
8649 if (scrollBar && hideBarImmediately) { in OnBackPressed()