Filter by API Level:
Package Index
|
Class Index
android
android.app
android.database.sqlite
android.media.audiofx
android.net
android.net.cw
android.os
android.provider
android.server.data
android.telephony
android.text.method
android.text.style
android.view
android.webkit
android.widget
com.android.internal.telephony
com.android.internal.telephony.cat
com.android.internal.telephony.cdma
com.android.internal.telephony.gsm
com.android.internal.telephony.htcims
com.google.android.net
com.htc.app
com.htc.app.admin
com.htc.consts
com.htc.content
com.htc.customization
com.htc.dialog
com.htc.dlnainterface
com.htc.encrypt
com.htc.encrypt.tool
com.htc.extension
com.htc.fragment.app
com.htc.fragment.content
com.htc.fragment.widget
com.htc.graphic
com.htc.htcjavaflag
com.htc.lockscreen
com.htc.lockscreen.fusion.idlescreen
com.htc.lockscreen.fusion.open
com.htc.lockscreen.fusion.view
com.htc.lockscreen.fusion.widget
com.htc.lockscreen.fusion.widget.ctrl
com.htc.lockscreen.fusion.widget.sense35
com.htc.lockscreen.idlescreen
com.htc.lockscreen.idlescreen.phonecall
com.htc.lockscreen.idlescreen.pub
com.htc.lockscreen.keyboard
com.htc.lockscreen.music
com.htc.lockscreen.ntf
com.htc.lockscreen.open.phone
com.htc.lockscreen.pub
com.htc.lockscreen.reminder
com.htc.lockscreen.telephony
com.htc.lockscreen.view
com.htc.lockscreen.widget
com.htc.net
com.htc.net.FourG
com.htc.net.wimax
com.htc.notification
com.htc.painting.engine
com.htc.painting.engine.render
com.htc.painting.engine.stroke
com.htc.painting.pal
com.htc.painting.penmenu
com.htc.painting.penmenu.highlight
com.htc.painting.penmenu15
com.htc.painting.penmenu15.view
com.htc.painting.tool.pen
com.htc.pen
com.htc.profileflag
com.htc.provider
com.htc.quickselection
com.htc.res
com.htc.service
com.htc.textselection
com.htc.tracker
com.htc.urlshorten
com.htc.util
com.htc.util.backup
com.htc.util.htcresutil
com.htc.util.res
com.htc.util.skin
com.htc.utils.perf
com.htc.version
com.htc.view
com.htc.view.animation
com.htc.view.table
com.htc.view.util
com.htc.widget
com.htc.widget.internal
com.kddi.android.internal.telephony.cdma
com.kddi.android.internal.telephony.cdma.sms
Interfaces
IdleDragAnimation.AnimationCallback
IdleDraggable.IdleDraggableListener
Classes
IdleDragAnimation
IdleDragControl
IdleDraggable
IdleDropArea
Enums
IdleDraggable.DragState
Package Index
|
Class Index
Summary:
Inherited Constants
|
Ctors
|
Methods
|
Inherited Methods
|
[Expand All]
Since:
API Level 4.12
public class
IdleDragControl
extends
IdleDragControl
implements
IdleDraggable.IdleDraggableListener
java.lang.Object
↳
com.htc.lockscreen.fusion.widget.IdleDragControl
↳
com.htc.lockscreen.fusion.widget.sense35.IdleDragControl
Summary
[Expand]
Inherited Constants
From class
com.htc.lockscreen.fusion.widget.IdleDragControl
int
DRAG_STYLE_MANUAL
Public Constructors
IdleDragControl
(
FxIdleScreenEngine
engine)
IdleDragControl
(
FxIdleScreenEngine
engine,
IdleDraggable
idleDraggable)
Public Methods
void
reset
(boolean onlyPosition)
[Expand]
Inherited Methods
From class
com.htc.lockscreen.fusion.widget.IdleDragControl
boolean
beginDrag
()
void
dragCancel
()
Context
getContext
()
static
IdleDragControl
getIdleDragControl
(
FxIdleScreenEngine
engine,
String
name, FxScene scene, FxTimelineControl root, FxTimelineControl timelineY, FxTimelineControl timelineX, FxTimelineControl timelineScale, FxTimelineControl timelineOpacity, FxHitbox hitbox)
String
getName
()
void
init
()
void
onEndClick
(
IdleDraggable
draggable)
void
onStartClick
(
IdleDraggable
draggable)
void
reset
()
void
setClickAnime
(FxTimelineControl container,
String
timeline,
String
marker, boolean outsideDrag)
void
setDropIndex
(int index)
void
setEnable
(boolean enable)
void
setFakeImage
(
Drawable
drawable)
void
setFakeImage
(
Bitmap
bitmap)
void
setOnDragListener
(
IdleDragControl.OnDragListener
listener)
void
setOnGestureListener
(
IdleDragControl.OnGestureListener
listener)
void
setOpacity
(boolean opacity, boolean animation)
void
setUnlockAnime
(FxTimelineControl container,
String
timeline,
String
marker, boolean outsideDrag)
void
setVisible
(boolean visible)
void
uninit
()
From class
java.lang.Object
Object
clone
()
boolean
equals
(
Object
arg0)
void
finalize
()
final
Class
<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
From interface
com.htc.lockscreen.fusion.widget.IdleDraggable.IdleDraggableListener
abstract void
onCancel
(
IdleDraggable
draggable, float x, float y)
abstract void
onClick
(
IdleDraggable
draggable)
abstract void
onDrag
(
IdleDraggable
draggable, float dx, float dy, boolean isDrop)
abstract void
onDrop
(
IdleDraggable
draggable)
abstract void
onEndBack
(
IdleDraggable
draggable)
abstract boolean
onEndDrag
(
IdleDraggable
draggable, float x, float y, boolean isDrop)
abstract void
onLongPress
(
IdleDraggable
draggable)
abstract void
onMove
(
IdleDraggable
draggable, float x, float y)
abstract void
onRelease
(
IdleDraggable
draggable, float x, float y)
abstract void
onStartBack
(
IdleDraggable
draggable)
abstract void
onStartDrag
(
IdleDraggable
draggable, float x, float y)
abstract void
onTouch
(
IdleDraggable
draggable, float x, float y)
From interface
com.htc.lockscreen.fusion.widget.IdleDraggable.IdleDraggableListenerExtra
abstract void
onEndClick
(
IdleDraggable
draggable)
abstract void
onStartClick
(
IdleDraggable
draggable)
From interface
com.htc.lockscreen.fusion.widget.sense35.IdleDraggable.IdleDraggableListener
abstract void
onClick
(
IdleDraggable
draggable)
abstract void
onDrag
(
IdleDraggable
draggable, float dx, float dy, boolean isDrop)
abstract void
onDrop
(
IdleDraggable
draggable)
abstract void
onEndBack
(
IdleDraggable
draggable)
abstract boolean
onEndDrag
(
IdleDraggable
draggable, float x, float y, boolean isDrop)
abstract void
onLongPress
(
IdleDraggable
draggable)
abstract void
onRelease
(
IdleDraggable
draggable, float x, float y)
abstract void
onStartBack
(
IdleDraggable
draggable)
abstract void
onStartDrag
(
IdleDraggable
draggable, float x, float y)
abstract void
onTouch
(
IdleDraggable
draggable, float x, float y)
Public Constructors
public
IdleDragControl
(
FxIdleScreenEngine
engine)
Since:
API Level 4.12
public
IdleDragControl
(
FxIdleScreenEngine
engine,
IdleDraggable
idleDraggable)
Since:
API Level 4.12
Public Methods
public void
reset
(boolean onlyPosition)
Since:
API Level 4.12