public static class

IdleDragControl.Builder

extends Object
java.lang.Object
   ↳ com.htc.lockscreen.fusion.widget.IdleDragControl.Builder

Summary

Fields
protected Handler buidHandler
protected FxIdleScreenEngine buildEngine
Public Constructors
IdleDragControl.Builder(FxIdleScreenEngine engine, FxDragControl dragControl, FxHitbox hitbox)
Public Methods
IdleDragControl build()
void setBackAnimation(FxTimelineControl timeline, String marker)
void setClickAnimation(IdleDragAnimation anime)
void setDragStyle(int style)
void setOpacityAnimation(FxTimelineControl timeline, String marker_on, String marker_off)
void setShrinkAnimation(FxTimelineControl timeline, String marker)
void setZorderRoot(FxTimelineControl root)
Protected Methods
IdleDraggable getDraggable()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Handler buidHandler

protected FxIdleScreenEngine buildEngine

Public Constructors

public IdleDragControl.Builder (FxIdleScreenEngine engine, FxDragControl dragControl, FxHitbox hitbox)

Public Methods

public IdleDragControl build ()

public void setBackAnimation (FxTimelineControl timeline, String marker)

public void setClickAnimation (IdleDragAnimation anime)

public void setDragStyle (int style)

public void setOpacityAnimation (FxTimelineControl timeline, String marker_on, String marker_off)

public void setShrinkAnimation (FxTimelineControl timeline, String marker)

public void setZorderRoot (FxTimelineControl root)

Protected Methods

protected IdleDraggable getDraggable ()