Searched refs:typeTo (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/ |
H A D | button_pattern.cpp | 411 …ttern::AnimateTouchAndHover(RefPtr<RenderContext>& renderContext, int32_t typeFrom, int32_t typeTo, in AnimateTouchAndHover() argument 420 …Tag::ACE_SELECT_COMPONENT, "button animate touch from %{public}d to %{public}d", typeFrom, typeTo); in AnimateTouchAndHover() 422 Color blendColorTo = GetColorFromType(theme, typeTo); in AnimateTouchAndHover()
|
H A D | button_pattern.h | 372 …hAndHover(RefPtr<RenderContext>& renderContext, int32_t typeFrom, int32_t typeTo, int32_t duration,
|