Searched refs:forceChange (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/pipeline/ |
H A D | mock_pipeline_context.cpp | 303 const bool supportAvoidance, bool forceChange) in OnVirtualKeyboardHeightChange() argument 307 const std::shared_ptr<Rosen::RSTransaction>& rsTransaction, bool forceChange) in OnVirtualKeyboardHeightChange() argument 757 const bool supportAvoidance, bool forceChange) {} in OnVirtualKeyboardAreaChange() argument 759 const std::shared_ptr<Rosen::RSTransaction>& rsTransaction, bool forceChange) {} in OnVirtualKeyboardAreaChange() argument
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/ |
H A D | pipeline_base.cpp | 732 bool forceChange) in OnVirtualKeyboardAreaChange() argument 748 …tualKeyboardHeightChange(keyboardHeight, rsTransaction, safeHeight, supportAvoidance, forceChange); in OnVirtualKeyboardAreaChange() 752 const std::shared_ptr<Rosen::RSTransaction>& rsTransaction, bool forceChange) in OnVirtualKeyboardAreaChange() argument 768 OnVirtualKeyboardHeightChange(keyboardHeight, positionY, height, rsTransaction, forceChange); in OnVirtualKeyboardAreaChange()
|
H A D | pipeline_base.h | 952 bool supportAvoidance = false, bool forceChange = false); 954 … const std::shared_ptr<Rosen::RSTransaction>& rsTransaction = nullptr, bool forceChange = false); 1485 const bool supportAvoidance = false, bool forceChange = false) 1488 … const std::shared_ptr<Rosen::RSTransaction>& rsTransaction = nullptr, bool forceChange = false)
|
H A D | pipeline_context.h | 240 const bool supportAvoidance = false, bool forceChange = false) override;
|
H A D | pipeline_context.cpp | 1987 bool forceChange) in OnVirtualKeyboardHeightChange() argument
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_content_overlay/ |
H A D | select_content_overlay_manager.h | 86 void SwitchToHandleMode(HandleLevelMode mode, bool forceChange = true);
|
H A D | select_content_overlay_manager.cpp | 299 void SelectContentOverlayManager::SwitchToHandleMode(HandleLevelMode mode, bool forceChange) in SwitchToHandleMode() argument 306 if (!forceChange && !selectOverlayHolder_->GetCallback()->CheckSwitchToMode(mode)) { in SwitchToHandleMode()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/ |
H A D | pipeline_context.h | 350 … const std::shared_ptr<Rosen::RSTransaction>& rsTransaction = nullptr, bool forceChange = false); 981 const bool supportAvoidance = false, bool forceChange = false) override; 983 …const std::shared_ptr<Rosen::RSTransaction>& rsTransaction = nullptr, bool forceChange = false) ov…
|
H A D | pipeline_context.cpp | 1746 bool forceChange) in OnVirtualKeyboardHeightChange() argument 1750 if (!forceChange && NearEqual(keyboardHeight, safeAreaManager_->GetKeyboardInset().Length())) { in OnVirtualKeyboardHeightChange() 1881 const std::shared_ptr<Rosen::RSTransaction>& rsTransaction, bool forceChange) in OnVirtualKeyboardHeightChange() argument 1888 positionY, height, rsTransaction, forceChange); in OnVirtualKeyboardHeightChange() 1893 if (!forceChange && NearEqual(keyboardHeight, safeAreaManager_->GetKeyboardInset().Length()) && in OnVirtualKeyboardHeightChange() 1901 …if (!forceChange && (NearEqual(keyboardHeight + 1, safeAreaManager_->GetKeyboardInset().Length()) … in OnVirtualKeyboardHeightChange() 2038 const std::shared_ptr<Rosen::RSTransaction>& rsTransaction, bool forceChange) in OnCaretPositionChangeOrKeyboardHeightChange() argument
|