Searched refs:TRAILING_ANIMATION (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/ |
H A D | scrollable_properties.h | 389 constexpr char TRAILING_ANIMATION[] = "TRAILING_ANIMATION "; variable
|
H A D | scrollable.cpp | 127 …AceAsyncTraceEnd(0, (TRAILING_ANIMATION + std::to_string(nodeId_) + std::string(" ") + nodeTag_).c… in ~Scrollable() 984 …AceAsyncTraceBegin(0, (TRAILING_ANIMATION + std::to_string(nodeId_) + std::string(" ") + nodeTag_)… in ProcessSpringMotion() 1029 …AceAsyncTraceBegin(0, (TRAILING_ANIMATION + std::to_string(nodeId_) + std::string(" ") + nodeTag_)… in ProcessScrollMotion()
|
H A D | scrollable_pattern.cpp | 1306 AceAsyncTraceEnd(host->GetId(), TRAILING_ANIMATION); in OnAnimateFinish() 1389 AceAsyncTraceBegin(id, TRAILING_ANIMATION); in GetScrollDelta() 2746 …0, (TRAILING_ANIMATION + std::to_string(host->GetAccessibilityId()) + std::string(" ") + host->Get… in OnScrollStop()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/panel/ |
H A D | sliding_panel_pattern.cpp | 649 …0, (TRAILING_ANIMATION + std::to_string(host->GetAccessibilityId()) + std::string(" ") + host->Get… in AnimateTo() 689 … AceAsyncTraceBegin(0, (TRAILING_ANIMATION + std::to_string(host->GetAccessibilityId()) + in AppendBlankHeightAnimation()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_item_pattern.cpp | 641 AceAsyncTraceBegin(0, TRAILING_ANIMATION); in StartSpringMotion() 658 AceAsyncTraceEnd(0, TRAILING_ANIMATION); in StartSpringMotion()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/ |
H A D | swiper_pattern.cpp | 3499 AceAsyncTraceEndCommercial(0, TRAILING_ANIMATION); in OnSpringAnimationFinish() 3618 AceAsyncTraceBeginCommercial(0, TRAILING_ANIMATION); in CreateSpringProperty()
|