/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/ |
H A D | keyboard_base_pattern.cpp | 104 auto keyboardHeight = GetKeyboardHeight(); in SetKeyboardAreaChange() local
|
H A D | overlay_manager.cpp | 5383 auto keyboardHeight = customKeyboard->GetGeometryNode()->GetFrameSize().Height(); in CalcCustomKeyboardOffset() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/safe_area/ |
H A D | safe_area_manager.cpp | 96 bool SafeAreaManager::UpdateKeyboardSafeArea(float keyboardHeight, std::optional<uint32_t> rootHeig… in UpdateKeyboardSafeArea()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/ |
H A D | ui_extension_manager.cpp | 241 int32_t keyboardHeight = static_cast<int32_t>(info->rect_.height_); in NotifyOccupiedAreaChangeInfo() local
|
H A D | security_session_wrapper_impl.cpp | 672 int32_t keyboardHeight = static_cast<int32_t>(info->rect_.height_); in NotifyOccupiedAreaChangeInfo() local
|
H A D | session_wrapper_impl.cpp | 818 int32_t keyboardHeight = static_cast<int32_t>(info->rect_.height_); in InnerNotifyOccupiedAreaChangeInfo() local
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/pipeline/ |
H A D | mock_pipeline_context.cpp | 301 void PipelineContext::OnVirtualKeyboardHeightChange(float keyboardHeight, in OnVirtualKeyboardHeightChange() 306 void PipelineContext::OnVirtualKeyboardHeightChange(float keyboardHeight, double positionY, double … in OnVirtualKeyboardHeightChange() 310 void PipelineContext::AvoidanceLogic(float keyboardHeight, const std::shared_ptr<Rosen::RSTransacti… in AvoidanceLogic() 315 float keyboardHeight, const std::shared_ptr<Rosen::RSTransaction>& rsTransaction) in OriginalAvoidanceLogic() 641 void PipelineContext::CheckAndUpdateKeyboardInset(float keyboardHeight) {} in CheckAndUpdateKeyboardInset()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/ |
H A D | pipeline_context.cpp | 1596 void PipelineContext::CheckAndUpdateKeyboardInset(float keyboardHeight) in CheckAndUpdateKeyboardInset() 1744 void PipelineContext::OnVirtualKeyboardHeightChange(float keyboardHeight, in OnVirtualKeyboardHeightChange() 1775 void PipelineContext::AvoidanceLogic(float keyboardHeight, const std::shared_ptr<Rosen::RSTransacti… in AvoidanceLogic() 1826 float keyboardHeight, const std::shared_ptr<Rosen::RSTransaction>& rsTransaction) in OriginalAvoidanceLogic() 1880 void PipelineContext::OnVirtualKeyboardHeightChange(float keyboardHeight, double positionY, double … in OnVirtualKeyboardHeightChange() 2037 float keyboardHeight, double positionY, double height, in OnCaretPositionChangeOrKeyboardHeightChange() 2121 float PipelineContext::CalcNewKeyboardOffset(float keyboardHeight, float positionY, in CalcNewKeyboardOffset() 2141 float PipelineContext::CalcAvoidOffset(float keyboardHeight, float positionY, in CalcAvoidOffset() 4407 float keyboardHeight, const std::function<void()>& func) in DoKeyboardAvoidAnimate()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/ |
H A D | pipeline_base.cpp | 744 double keyboardHeight = keyboardArea.Height(); in OnVirtualKeyboardAreaChange() local 755 float keyboardHeight = keyboardArea.Height(); in OnVirtualKeyboardAreaChange() local
|
H A D | pipeline_base.h | 416 virtual void CheckAndUpdateKeyboardInset(float keyboardHeight) {} in CheckAndUpdateKeyboardInset()
|
H A D | pipeline_context.cpp | 1985 void PipelineContext::OnVirtualKeyboardHeightChange(float keyboardHeight, in OnVirtualKeyboardHeightChange()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | animation_util.cpp | 485 const KeyboardAnimationConfig& config, float keyboardHeight) in CreateKeyboardAnimationOption()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toast/ |
H A D | toast_pattern.cpp | 158 auto keyboardHeight = safeAreaManager ? safeAreaManager->GetKeyboardInset().Length() : 0; in OnDirtyLayoutWrapperSwap() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/ |
H A D | select_overlay_layout_algorithm.cpp | 72 …auto keyboardHeight = safeAreaManager->IsNeedAvoidWindow() ? 0.0f : safeAreaManager->GetKeyboardIn… in MeasureChild() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/ |
H A D | menu_layout_algorithm.cpp | 504 auto keyboardHeight = safeAreaManager->GetKeyboardInset().Length(); in GetBottomBySafeAreaManager() local
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | ui_content_impl.cpp | 382 uint32_t keyboardHeight = safeAreaManager->GetKeyboardInset().Length(); in UpdateSafeArea() local
|