Home
last modified time | relevance | path

Searched full:animation_end_latency (Results 1 – 4 of 4) sorted by relevance

/foundation/graphic/graphic_2d/
Dhisysevent.yaml109 ANIMATION_END_LATENCY: {type: UINT64, desc: end time of the scene}
/foundation/arkui/ace_engine/adapter/ohos/build/
Dhisysevent.yaml182 ANIMATION_END_LATENCY: {type: UINT64, desc: end time of the scene}
/foundation/arkui/ace_engine/adapter/ohos/osal/
Devent_report.cpp55 constexpr char EVENT_KEY_ANIMATION_END_LATENCY[] = "ANIMATION_END_LATENCY";
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
Drs_jank_stats.cpp271 … "ANIMATION_START_LATENCY", static_cast<uint64_t>(animationStartLatency), "ANIMATION_END_LATENCY", in ReportEventComplete()