Lines Matching refs:UISlider

28 UISlider::UISlider() : knobWidth_(0), knobStyleAllocFlag_(false), knobImage_(nullptr), listener_(nullptr)
49 UISlider::~UISlider()
63 void UISlider::SetKnobStyle(const Style& style)
76 void UISlider::SetKnobStyle(uint8_t key, int64_t value)
89 const Style& UISlider::GetKnobStyle() const
94 int64_t UISlider::GetKnobStyle(uint8_t key) const
99 void UISlider::SetKnobImage(const ImageInfo* knobImage)
107 void UISlider::SetKnobImage(const char* knobImage)
115 void UISlider::DrawKnob(BufferInfo& gfxDstBuffer, const Rect& invalidatedArea, const Rect& foregroundRect)
146 GRAPHIC_LOGW("UISlider::DrawKnob Direction error!\n");
152 bool UISlider::InitImage()
167 void UISlider::SetImage(const ImageInfo* backgroundImage, const ImageInfo* foregroundImage)
176 void UISlider::SetImage(const char* backgroundImage, const char* foregroundImage)
185 void UISlider::DrawForeground(BufferInfo& gfxDstBuffer, const Rect& invalidatedArea, Rect& coords)
242 GRAPHIC_LOGE("UISlider: DrawForeground direction Err!\n");
251 void UISlider::OnDraw(BufferInfo& gfxDstBuffer, const Rect& invalidatedArea)
264 int32_t UISlider::CalculateCurrentValue(int16_t length, int16_t totalLength)
272 int32_t UISlider::UpdateCurrentValue(const Point& knobPosition)
320 GRAPHIC_LOGW("UISlider::UpdateCurrentValue Direction error!\n");
326 bool UISlider::OnClickEvent(const ClickEvent& event)
338 bool UISlider::OnDragEvent(const DragEvent& event)
349 bool UISlider::OnDragEndEvent(const DragEvent& event)
362 bool UISlider::OnRotateEvent(const RotateEvent& event)
382 GRAPHIC_LOGI("UISlider::OnRotateEvent calls TYPE_THREE vibrator");
387 GRAPHIC_LOGI("UISlider::OnRotateEvent calls TYPE_TWO vibrator");
396 bool UISlider::OnRotateEndEvent(const RotateEvent& event)