Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/button/
H A Drender_button.cpp38 constexpr float KEY_TIME_START = 0.0f; variable
801 auto startFrame = AceType::MakeRefPtr<Keyframe<double>>(KEY_TIME_START, TV_EXPAND_SCALE); in PlayClickScaleAnimation()