Home
last modified time | relevance | path

Searched refs:AvoidCustomKeyboard (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_manager.cpp133 keyboardOverLay->AvoidCustomKeyboard(nodeId, safeHeight); in TriggerCustomKeyboardAvoid()
H A Dtext_field_pattern.cpp4106 keyboardOverlay_->AvoidCustomKeyboard(frameNode->GetId(), safeHeight); in RequestCustomKeyboard()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Doverlay_manager.h564 void AvoidCustomKeyboard(int32_t targetId, float safeHeight);
H A Doverlay_manager.cpp5459 void OverlayManager::AvoidCustomKeyboard(int32_t targetId, float safeHeight) in AvoidCustomKeyboard() function in OHOS::Ace::NG::OverlayManager
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp4834 keyboardOverlay_->AvoidCustomKeyboard(frameNode->GetId(), 0); in AttachCustomKeyboard()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp4806 keyboardOverlay_->AvoidCustomKeyboard(frameNode->GetId(), caretHeight); in RequestCustomKeyboard()