/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/ |
H A D | keyboard_base_pattern.h | 56 void SetKeyboardSafeHeight(const float safeHeight) in SetKeyboardSafeHeight() argument
|
H A D | overlay_manager.cpp | 5482 void OverlayManager::AvoidCustomKeyboard(int32_t targetId, float safeHeight) in AvoidCustomKeyboard() argument
|
/foundation/window/window_manager/interfaces/innerkits/wm/ |
H A D | occupied_area_change_info.h | 30 OccupiedAreaChangeInfo(OccupiedAreaType type, Rect rect, uint32_t safeHeight) in OccupiedAreaChangeInfo() argument 35 OccupiedAreaChangeInfo(OccupiedAreaType type, Rect rect, uint32_t safeHeight, in OccupiedAreaChangeInfo() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_field_manager.cpp | 124 auto safeHeight = caretHeight + curPattern->GetCaretRect().GetY(); in TriggerCustomKeyboardAvoid() local
|
H A D | text_field_pattern.cpp | 4088 auto safeHeight = caretHeight + selectController_->GetCaretRect().GetY(); in RequestCustomKeyboard() local
|
/foundation/window/window_manager/wm/test/unittest/ |
H A D | window_test.cpp | 2808 auto safeHeight = 0;
in HWTEST_F() local
|
/foundation/window/window_manager/test/fuzztest/wms/window_fuzzer/ |
H A D | window_fuzzer.cpp | 268 int32_t safeHeight = 80; in DoSomethingInterestingWithMyAPI1() local
|
/foundation/arkui/ace_engine/frameworks/core/pipeline/ |
H A D | pipeline_base.cpp | 735 OnVirtualKeyboardAreaChange(Rect keyboardArea, const std::shared_ptr<Rosen::RSTransaction>& rsTransaction, const float safeHeight, bool supportAvoidance, bool forceChange) OnVirtualKeyboardAreaChange() argument
|
H A D | pipeline_context.cpp | 1975 OnVirtualKeyboardHeightChange(float keyboardHeight, const std::shared_ptr<Rosen::RSTransaction>& rsTransaction, const float safeHeight, const bool supportAvoidance, bool forceChange) OnVirtualKeyboardHeightChange() argument
|
/foundation/arkui/ace_engine/test/mock/core/pipeline/ |
H A D | mock_pipeline_context.cpp | 443 OnVirtualKeyboardHeightChange(float keyboardHeight, const std::shared_ptr<Rosen::RSTransaction>& rsTransaction, const float safeHeight, const bool supportAvoidance, bool forceChange) OnVirtualKeyboardHeightChange() argument 452 AvoidanceLogic(float keyboardHeight, const std::shared_ptr<Rosen::RSTransaction>& rsTransaction, const float safeHeight, const bool supportAvoidance) AvoidanceLogic() argument 899 OnVirtualKeyboardAreaChange(Rect keyboardArea, const std::shared_ptr<Rosen::RSTransaction>& rsTransaction, const float safeHeight, const bool supportAvoidance, bool forceChange) OnVirtualKeyboardAreaChange() argument
|
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/ |
H A D | pipeline_context.cpp | 2035 OnVirtualKeyboardHeightChange(float keyboardHeight, const std::shared_ptr<Rosen::RSTransaction>& rsTransaction, const float safeHeight, const bool supportAvoidance, bool forceChange) OnVirtualKeyboardHeightChange() argument 2066 AvoidanceLogic(float keyboardHeight, const std::shared_ptr<Rosen::RSTransaction>& rsTransaction, const float safeHeight, const bool supportAvoidance) AvoidanceLogic() argument
|