Home
last modified time | relevance | path

Searched refs:heightIter (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/composer/
H A Dhello_composer.cpp392 auto heightIter = displayHeightsMap_.begin(); in RemoveOffScreenData() local
393 while (heightIter != displayHeightsMap_.end()) { in RemoveOffScreenData()
394 uint32_t screenId = heightIter->first; in RemoveOffScreenData()
396 displayHeightsMap_.erase(heightIter++); in RemoveOffScreenData()
398 ++heightIter; in RemoveOffScreenData()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dshared_transition_effect.cpp288 auto heightIter = propertyMap.find(PropertyAnimatableType::PROPERTY_HEIGHT); in CreateSizeAnimation() local
289 if (((isLazy && autoHeight_) || (heightIter == propertyMap.end())) && in CreateSizeAnimation()