Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_base.h93 enum class KeyboardAction { enum
1346 KeyboardAction GetKeyboardAction() in GetKeyboardAction()
1351 void SetKeyboardAction(KeyboardAction action) in SetKeyboardAction()
1642 KeyboardAction keyboardAction_ = KeyboardAction::NONE;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp1936 …context->SetKeyboardAction(NearZero(keyboardHeight) ? KeyboardAction::CLOSING : KeyboardAction::OP… in OnVirtualKeyboardHeightChange()
2016 context->SetKeyboardAction(KeyboardAction::NONE); in OnVirtualKeyboardHeightChange()