Home
last modified time | relevance | path

Searched refs:updatePositionFunc_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/positioned/
H A Drender_positioned.cpp38 updatePositionFunc_ = positioned->GetUpdatePositionFuncId(); in Update()
49 if (updatePositionFunc_) { in Update()
50 updatePositionFunc_(updatePosition); in Update()
H A Dpositioned_component.h171 return updatePositionFunc_; in GetUpdatePositionFuncId()
176 updatePositionFunc_ = updatePositionFunc; in SetUpdatePositionFuncId()
195 UpdatePositionFunc updatePositionFunc_; variable
H A Drender_positioned.h105 UpdatePositionFunc updatePositionFunc_; variable