Searched refs:GetLeftSize (Results 1 - 10 of 10) sorted by relevance
/foundation/arkui/ui_lite/frameworks/dfx/ |
H A D | event_injector.cpp | 150 if (clickArrayLen > pointEventInjector_->GetLeftSize()) { in SetClickEvent() 173 if (pointCount > pointEventInjector_->GetLeftSize()) { in SetLongPressEvent() 202 if (pointCount > pointEventInjector_->GetLeftSize()) { in SetDragEvent() 247 if (kevArrayLen > keyEventInjector_->GetLeftSize()) { in SetKeyEvent()
|
H A D | key_event_injector.h | 32 uint8_t GetLeftSize() const;
|
H A D | point_event_injector.h | 31 uint16_t GetLeftSize() const;
|
H A D | point_event_injector.cpp | 80 uint16_t PointEventInjector::GetLeftSize() const in GetLeftSize() function in OHOS::PointEventInjector
|
H A D | key_event_injector.cpp | 77 uint8_t KeyEventInjector::GetLeftSize() const in GetLeftSize() function in OHOS::KeyEventInjector
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/flex/ |
H A D | wrap_layout_algorithm.h | 77 SizeF GetLeftSize(float crossLength, float mainLeftLength, float crossLeftLength);
|
H A D | wrap_layout_algorithm.cpp | 93 auto realMaxSize = GetLeftSize(0.0f, mainLengthLimit_, crossLengthLimit_); in Measure() 288 SizeF WrapLayoutAlgorithm::GetLeftSize(float crossLength, float mainLeftLength, float crossLeftLength) in GetLeftSize() function in OHOS::Ace::NG::WrapLayoutAlgorithm
|
/foundation/arkui/ace_engine/frameworks/core/components/wrap/ |
H A D | render_wrap.h | 50 Size GetLeftSize(double crossLength, double mainLeftLength, double crossLeftLength) const;
|
H A D | render_wrap.cpp | 77 layoutParam.SetMaxSize(GetLeftSize(0.0, mainLengthLimit_, crossLengthLimit_)); in PerformLayout() 369 Size RenderWrap::GetLeftSize(double crossLength, double mainLeftLength, double crossLeftLength) const in GetLeftSize() function in OHOS::Ace::RenderWrap
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/flex/old_cases/ |
H A D | flex_wrap_layout_algorithm_test.cpp | 388 SizeF size = wrapLayoutAlgorithm->GetLeftSize(crossLength, mainLeftLength, crossLeftLength); in HWTEST_F() 407 SizeF size = wrapLayoutAlgorithm->GetLeftSize(crossLength, mainLeftLength, crossLeftLength); in HWTEST_F()
|
Completed in 7 milliseconds