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
HtcLockScreenCallback
HtcLSViewConnection.StateListener
Classes
HtcLSConst
HtcLSUtility
HtcLSView
HtcLSViewConnection
HtcLSViewGroup
LockscreenManager
Package Index
|
Class Index
Summary:
Constants
|
Ctors
|
Inherited Methods
|
[Expand All]
Since:
API Level 2.2
public class
HtcLSConst
extends
Object
java.lang.Object
↳
com.htc.lockscreen.HtcLSConst
Summary
Constants
String
ACTION_LOCKSCREEN_DO_KEYGUARD_WITH_MODE
String
ACTION_LOCKSCREEN_SET_IDLESCREEN
String
ACTION_SET_SHORTCUT_INFO
String
EXTRA_ID
String
EXTRA_LOCKSCREEN_UI_MODE
String
EXTRA_NOTIFICATION
String
EXTRA_PACKAGENAME
String
EXTRA_REASON
String
EXTRA_RESULT
String
EXTRA_SHORTCUT_INFO
String
EXTRA_STATE
String
EXTRA_VIEW
int
FLAG_SHOW_HINT_SHOW
int
FLAG_SHOW_HINT_SHOW_ALWAYS
String
HTC_MUSIC_CONTROL_ALBUMART
String
HTC_MUSIC_CONTROL_DROP_INTENT
String
HTC_MUSIC_CONTROL_PREFIX
String
HTC_RCC_ALBUMART_PREFIX
String
KEY_LOCKSCREEN_COMP
String
KEY_LOCKSCREEN_MODE
int
LOCKSCREEN_MODE_DOCK
int
LOCKSCREEN_MODE_NORMAL
String
LOCKSCREEN_NTF_REMOVE
String
LOCKSCREEN_NTF_SET
String
LOCKSCREEN_PUB_SET_VIEW
String
LOCKSCREEN_REMOVE_VIEW
String
LOCKSCREEN_SET_VIEW
String
LSMSG_ON_ADD_ACTION
String
LSMSG_ON_DISMISS_ACTION
int
LSMSG_ON_GO_TO_UNLOCKSCREEN_STATE
String
LSMSG_ON_OVERWRITE_ACTION
int
LSMSG_ON_PAUSE_STATE
int
LSMSG_ON_REMOVE_STATE
int
LSMSG_ON_RESUME_STATE
String
LSMSG_ON_STATE_ACTION
String
LSMSG_ON_UPDATE_ACTION
int
LS_REASON_KEYBOARDCHANGED
int
LS_REASON_NORMAL
int
LS_REASON_OVERWRITE
int
LS_REASON_SCREEN_OFF
int
LS_RESULT_FAIL
int
LS_RESULT_SUCCESS
Public Constructors
HtcLSConst
()
[Expand]
Inherited Methods
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)
Constants
public static final
String
ACTION_LOCKSCREEN_DO_KEYGUARD_WITH_MODE
Since:
API Level 4.0
Constant Value:
"com.htc.intent.action.LOCKSCREEN_DO_KEYGUARD_WITH_MODE"
public static final
String
ACTION_LOCKSCREEN_SET_IDLESCREEN
Since:
API Level 2.2
Constant Value:
"lockscreen_set_idlescreen"
public static final
String
ACTION_SET_SHORTCUT_INFO
Since:
API Level 2.2
Constant Value:
"com.htc.lockscreen.set_shortcut_info"
public static final
String
EXTRA_ID
Since:
API Level 2.2
Constant Value:
"id"
public static final
String
EXTRA_LOCKSCREEN_UI_MODE
Since:
API Level 4.0
Constant Value:
"ui_mode"
public static final
String
EXTRA_NOTIFICATION
Since:
API Level 2.2
Constant Value:
"notification"
public static final
String
EXTRA_PACKAGENAME
Since:
API Level 2.2
Constant Value:
"PackageName"
public static final
String
EXTRA_REASON
Since:
API Level 2.2
Constant Value:
"HtcLockScreen_REASON"
public static final
String
EXTRA_RESULT
Since:
API Level 2.2
Constant Value:
"HtcLockScreen_RESULT"
public static final
String
EXTRA_SHORTCUT_INFO
Since:
API Level 2.2
Constant Value:
"EXTRA_SHORTCUT_INFO"
public static final
String
EXTRA_STATE
Since:
API Level 2.2
Constant Value:
"State"
public static final
String
EXTRA_VIEW
Since:
API Level 2.2
Constant Value:
"View"
public static final int
FLAG_SHOW_HINT_SHOW
Since:
API Level 2.2
Constant Value:
1 (0x00000001)
public static final int
FLAG_SHOW_HINT_SHOW_ALWAYS
Since:
API Level 2.2
Constant Value:
17 (0x00000011)
public static final
String
HTC_MUSIC_CONTROL_ALBUMART
Since:
API Level 4.6
Constant Value:
"albumart"
public static final
String
HTC_MUSIC_CONTROL_DROP_INTENT
Since:
API Level 4.6
Constant Value:
"drop_intent"
public static final
String
HTC_MUSIC_CONTROL_PREFIX
Since:
API Level 4.6
Constant Value:
"[htc_lockscreen_music_control]"
public static final
String
HTC_RCC_ALBUMART_PREFIX
Since:
API Level 4.2
Constant Value:
"htc_rcc_albumart_prefix_"
public static final
String
KEY_LOCKSCREEN_COMP
Since:
API Level 2.2
Constant Value:
"key_lockscreen_comp"
public static final
String
KEY_LOCKSCREEN_MODE
Since:
API Level 2.2
Constant Value:
"key_lockscreen_mode"
public static final int
LOCKSCREEN_MODE_DOCK
Since:
API Level 2.2
Constant Value:
1 (0x00000001)
public static final int
LOCKSCREEN_MODE_NORMAL
Since:
API Level 2.2
Constant Value:
0 (0x00000000)
public static final
String
LOCKSCREEN_NTF_REMOVE
Since:
API Level 2.2
Constant Value:
"HtcLockScreenRemoveNotfiication"
public static final
String
LOCKSCREEN_NTF_SET
Since:
API Level 2.2
Constant Value:
"HtcLockScreenSetNotification"
public static final
String
LOCKSCREEN_PUB_SET_VIEW
Since:
API Level 2.2
Constant Value:
"HtcLockScreenSetView_P"
public static final
String
LOCKSCREEN_REMOVE_VIEW
Since:
API Level 2.2
Constant Value:
"HtcLockScreenRemoveView"
public static final
String
LOCKSCREEN_SET_VIEW
Since:
API Level 2.2
Constant Value:
"HtcLockScreenSetView"
public static final
String
LSMSG_ON_ADD_ACTION
Since:
API Level 2.2
Constant Value:
"HtcLockScreen_ADD"
public static final
String
LSMSG_ON_DISMISS_ACTION
Since:
API Level 2.2
Constant Value:
"HtcLockScreen_DISMISS"
public static final int
LSMSG_ON_GO_TO_UNLOCKSCREEN_STATE
Since:
API Level 2.2
Constant Value:
13 (0x0000000d)
public static final
String
LSMSG_ON_OVERWRITE_ACTION
Since:
API Level 2.2
Constant Value:
"HtcLockScreen_OVERWRITE"
public static final int
LSMSG_ON_PAUSE_STATE
Since:
API Level 2.2
Constant Value:
11 (0x0000000b)
public static final int
LSMSG_ON_REMOVE_STATE
Since:
API Level 2.2
Constant Value:
12 (0x0000000c)
public static final int
LSMSG_ON_RESUME_STATE
Since:
API Level 2.2
Constant Value:
10 (0x0000000a)
public static final
String
LSMSG_ON_STATE_ACTION
Since:
API Level 2.2
Constant Value:
"HtcLockScreen_State_Change"
public static final
String
LSMSG_ON_UPDATE_ACTION
Since:
API Level 2.2
Constant Value:
"HtcLockScreen_Update"
public static final int
LS_REASON_KEYBOARDCHANGED
Since:
API Level 2.2
Constant Value:
20 (0x00000014)
public static final int
LS_REASON_NORMAL
Since:
API Level 2.2
Constant Value:
10 (0x0000000a)
public static final int
LS_REASON_OVERWRITE
Since:
API Level 2.2
Constant Value:
40 (0x00000028)
public static final int
LS_REASON_SCREEN_OFF
Since:
API Level 2.2
Constant Value:
41 (0x00000029)
public static final int
LS_RESULT_FAIL
Since:
API Level 2.2
Constant Value:
2 (0x00000002)
public static final int
LS_RESULT_SUCCESS
Since:
API Level 2.2
Constant Value:
1 (0x00000001)
Public Constructors
public
HtcLSConst
()
Since:
API Level 2.2