Home
last modified time | relevance | path

Searched defs:ButtonAnimator (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_button.h454 friend class ButtonAnimator; variable
462 ButtonAnimator(UIButton& button) : animator_(this, nullptr, 0, false), button_(button) {} in ButtonAnimator() function