Searched refs:RenderTabBarItem (Results 1 – 6 of 6) sorted by relevance
29 RenderTabBarItem::RenderTabBarItem() : RenderBox() in RenderTabBarItem() function in OHOS::Ace::RenderTabBarItem52 void RenderTabBarItem::HandleTouchDown() in HandleTouchDown()58 void RenderTabBarItem::HandleTouchUp() in HandleTouchUp()67 void RenderTabBarItem::OnTouchTestHit( in OnTouchTestHit()77 void RenderTabBarItem::OnMouseHoverEnterTest() in OnMouseHoverEnterTest()90 void RenderTabBarItem::OnMouseHoverExitTest() in OnMouseHoverExitTest()107 void RenderTabBarItem::PlayPressAnimation(double endOpacityRatio) in PlayPressAnimation()124 void RenderTabBarItem::StartHoverAnimation(RefPtr<Animator> controller, in StartHoverAnimation()137 void RenderTabBarItem::CreateDoubleAnimation( in CreateDoubleAnimation()157 void RenderTabBarItem::ResetController(RefPtr<Animator>& controller) in ResetController()[all …]
28 class RenderTabBarItem : public RenderBox {29 DECLARE_ACE_TYPE(RenderTabBarItem, RenderBox)32 ~RenderTabBarItem() override = default;51 RenderTabBarItem();
24 class RosenRenderTabBarItem : public RenderTabBarItem {25 DECLARE_ACE_TYPE(RosenRenderTabBarItem, RenderTabBarItem);
19 RefPtr<RenderNode> RenderTabBarItem::Create() in Create()
66 …auto renderTabBarItem = AceType::DynamicCast<RenderTabBarItem>(tabBarItemComponent->CreateRenderNo… in CreateRenderNode()
66 return RenderTabBarItem::Create(); in CreateRenderNode()