/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/ |
H A D | render_tab_bar_item.cpp | 55 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 D | render_tab_bar_item.h | 70 void PlayPressAnimation(double endOpacityRatio);
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/ |
H A D | tab_bar_test_ng.cpp | 233 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 D | textpicker_column_pattern.cpp | 149 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 D | textpicker_column_pattern.h | 408 void PlayPressAnimation(const Color& pressColor);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/ |
H A D | datepicker_column_pattern.h | 287 void PlayPressAnimation(const Color& pressColor);
|
H A D | datepicker_column_pattern.cpp | 262 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 D | timepicker_column_pattern.h | 350 void PlayPressAnimation(const Color& pressColor);
|
H A D | timepicker_column_pattern.cpp | 333 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 D | tab_bar_pattern.cpp | 727 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() 1857 … PlayPressAnimation(index, tabTheme->GetSubTabBarHoverColor(), AnimationType::HOVERTOPRESS); in HandleTouchUp() 1860 PlayPressAnimation(touchingIndex_.value_or(-1), Color::TRANSPARENT, AnimationType::PRESS); in HandleTouchUp() 1862 … PlayPressAnimation(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 D | tab_bar_pattern.h | 522 void PlayPressAnimation(int32_t index, const Color& pressColor, AnimationType animationType);
|