Lines Matching refs:UIButton

27 UIButton::UIButton()
47 UIButton::~UIButton()
68 void UIButton::DrawImg(BufferInfo& gfxDstBuffer, const Rect& invalidatedArea, OpacityType opaScale)
90 void UIButton::OnDraw(BufferInfo& gfxDstBuffer, const Rect& invalidatedArea)
97 void UIButton::SetupThemeStyles()
113 int64_t UIButton::GetStyle(uint8_t key) const
118 void UIButton::SetStyle(uint8_t key, int64_t value)
123 int64_t UIButton::GetStyleForState(uint8_t key, ButtonState state) const
131 void UIButton::SetStyleForState(uint8_t key, int64_t value, ButtonState state)
157 bool UIButton::OnPressEvent(const PressEvent& event)
171 bool UIButton::OnReleaseEvent(const ReleaseEvent& event)
185 bool UIButton::OnCancelEvent(const CancelEvent& event)
199 const Image* UIButton::GetCurImageSrc() const
210 void UIButton::SetImageSrc(const char* defaultImgSrc, const char* triggeredImgSrc)
219 void UIButton::SetImageSrc(const ImageInfo* defaultImgSrc, const ImageInfo* triggeredImgSrc)
228 void UIButton::Disable()
234 void UIButton::Enable()
240 void UIButton::SetState(ButtonState state)
247 bool UIButton::InitImage()
266 bool UIButton::OnPreDraw(Rect& invalidatedArea) const
289 void UIButton::OnPostDraw(BufferInfo& gfxDstBuffer, const Rect& invalidatedArea)
306 void UIButton::ButtonAnimator::Start()
308 bool isReverse = (button_.state_ == UIButton::ButtonState::PRESSED);
328 void UIButton::ButtonAnimator::DrawMask(BufferInfo& gfxDstBuffer, const Rect& invalidatedArea)
338 static inline void ScaleButton(UIButton& button, float scale)
345 void UIButton::ButtonAnimator::Callback(UIView* view)
355 void UIButton::ButtonAnimator::OnStop(UIView& view)