Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.h747 …bool ProcessVirtualKeyBoardShow(int32_t width, int32_t height, double keyboard, bool safeAreaEnabl…
H A Dweb_pattern.cpp3116 bool WebPattern::ProcessVirtualKeyBoardShow(int32_t width, int32_t height, double keyboard, bool sa… in ProcessVirtualKeyBoardShow() function in OHOS::Ace::NG::WebPattern
3204 return ProcessVirtualKeyBoardShow(width, height, keyboard, keyboardSafeAreaEnabled); in ProcessVirtualKeyBoard()