Searched refs:adaptiveHeight_ (Results 1 – 5 of 5) sorted by relevance
124 dynamicComponentRenderer_->SetAdaptiveSize(adaptiveWidth_, adaptiveHeight_); in InitializeRender()238 dynamicComponentRenderer_->SetAdaptiveSize(adaptiveWidth_, adaptiveHeight_); in SetAdaptiveWidth()243 adaptiveHeight_ = state; in SetAdaptiveHeight()245 dynamicComponentRenderer_->SetAdaptiveSize(adaptiveWidth_, adaptiveHeight_); in SetAdaptiveHeight()
77 bool adaptiveHeight_ = true; variable
86 adaptiveHeight_ = adaptiveHeight; in SetAdaptiveSize()211 if (!adaptiveWidth_ && !adaptiveHeight_) { in HandleCardSizeChangeEvent()224 auto height = adaptiveHeight_ ? int32_t(size.Height() + padding.Height()) : rect.Height(); in HandleCardSizeChangeEvent()235 adaptiveHeight_ ? std::optional<CalcLength>(CalcLength(height)) : std::nullopt; in HandleCardSizeChangeEvent()390 if (adaptiveWidth_ || adaptiveHeight_) { in ComputeAdaptiveSize()402 if (adaptiveHeight_) { in ComputeAdaptiveSize()
93 bool adaptiveHeight_ = true; variable
215 EXPECT_TRUE(isolatedPattern->adaptiveHeight_);217 EXPECT_FALSE(isolatedPattern->adaptiveHeight_);