Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Drender_tab_bar_item.cpp55 PlayPressAnimation(CLICK_OPACITY_RATIO); in HandleTouchDown()
63 PlayPressAnimation(ratio); in HandleTouchUp()
107 void RenderTabBarItem::PlayPressAnimation(double endOpacityRatio) in PlayPressAnimation() function in OHOS::Ace::RenderTabBarItem
H A Drender_tab_bar_item.h70 void PlayPressAnimation(double endOpacityRatio);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/
H A Dtab_bar_test_ng.cpp233 tabBarPattern_->PlayPressAnimation(0, Color::BLACK, AnimationType::PRESS);
237 tabBarPattern_->PlayPressAnimation(0, Color::BLACK, AnimationType::PRESS);
243 tabBarPattern_->PlayPressAnimation(0, Color::TRANSPARENT, AnimationType::PRESS);
249 tabBarPattern_->PlayPressAnimation(0, Color::BLACK, AnimationType::PRESS);
255 tabBarPattern_->PlayPressAnimation(0, Color::TRANSPARENT, AnimationType::PRESS);
261 tabBarPattern_->PlayPressAnimation(0, Color::TRANSPARENT, AnimationType::PRESS);
572 tabBarPattern_->PlayPressAnimation(index, pressColor, animationType);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_column_pattern.cpp149 PlayPressAnimation(pressColor_); in OnMiddleButtonTouchDown()
154 PlayPressAnimation(Color::TRANSPARENT); in OnMiddleButtonTouchMove()
159 PlayPressAnimation(Color::TRANSPARENT); in OnMiddleButtonTouchUp()
310 PlayPressAnimation(hoverColor_); in HandleMouseEvent()
312 PlayPressAnimation(Color::TRANSPARENT); in HandleMouseEvent()
331 void TextPickerColumnPattern::PlayPressAnimation(const Color& pressColor) in PlayPressAnimation() function in OHOS::Ace::NG::TextPickerColumnPattern
H A Dtextpicker_column_pattern.h408 void PlayPressAnimation(const Color& pressColor);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_column_pattern.h287 void PlayPressAnimation(const Color& pressColor);
H A Ddatepicker_column_pattern.cpp262 PlayPressAnimation(pressColor_); in OnTouchDown()
268 PlayPressAnimation(hoverColor_); in OnTouchUp()
270 PlayPressAnimation(Color::TRANSPARENT); in OnTouchUp()
289 void DatePickerColumnPattern::PlayPressAnimation(const Color& pressColor) in PlayPressAnimation() function in OHOS::Ace::NG::DatePickerColumnPattern
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_column_pattern.h350 void PlayPressAnimation(const Color& pressColor);
H A Dtimepicker_column_pattern.cpp333 PlayPressAnimation(pressColor_); in OnTouchDown()
339 PlayPressAnimation(hoverColor_); in OnTouchUp()
341 PlayPressAnimation(Color::TRANSPARENT); in OnTouchUp()
360 void TimePickerColumnPattern::PlayPressAnimation(const Color& pressColor) in PlayPressAnimation() function in OHOS::Ace::NG::TimePickerColumnPattern
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_bar_pattern.cpp727 PlayPressAnimation(index, tabTheme->GetSubTabBarHoverColor(), AnimationType::HOVER); in HandleHoverOnEvent()
732 PlayPressAnimation(index, Color::TRANSPARENT, AnimationType::HOVER); in HandleMoveAway()
1841 PlayPressAnimation(index, tabTheme->GetSubTabBarPressedColor(), AnimationType::PRESS); in HandleTouchDown()
1857PlayPressAnimation(index, tabTheme->GetSubTabBarHoverColor(), AnimationType::HOVERTOPRESS); in HandleTouchUp()
1860 PlayPressAnimation(touchingIndex_.value_or(-1), Color::TRANSPARENT, AnimationType::PRESS); in HandleTouchUp()
1862PlayPressAnimation(hoverIndex_.value(), tabTheme->GetSubTabBarHoverColor(), AnimationType::HOVER); in HandleTouchUp()
1867 void TabBarPattern::PlayPressAnimation(int32_t index, const Color& pressColor, AnimationType animat… in PlayPressAnimation() function in OHOS::Ace::NG::TabBarPattern
H A Dtab_bar_pattern.h522 void PlayPressAnimation(int32_t index, const Color& pressColor, AnimationType animationType);