Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Doverlay_manager.h815 CustomKeyboardOffsetInfo CalcCustomKeyboardOffset(const RefPtr<FrameNode>& customKeyboard);
H A Doverlay_manager.cpp5330 auto keyboardOffsetInfo = CalcCustomKeyboardOffset(customKeyboard); in PlayKeyboardTransition()
5369 auto keyboardOffsetInfo = CalcCustomKeyboardOffset(customKeyboardNode); in UpdateCustomKeyboardPosition()
5374 CustomKeyboardOffsetInfo OverlayManager::CalcCustomKeyboardOffset(const RefPtr<FrameNode>& customKe… in CalcCustomKeyboardOffset() function in OHOS::Ace::NG::OverlayManager