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
Classes
AndView
AndView.LegacyViewBase
BaseView
BaseViewGroup
FxIdleBackground
FxIdleView
IdleBackground
IdleView
IdleViewGroup
WallpaperBackground
Enums
BaseView.ViewState
IdleView.ViewMode
Package Index
|
Class Index
Summary:
Nested Classes
|
Ctors
|
Methods
|
Protected Methods
|
Inherited Methods
|
[Expand All]
Since:
API Level 4.12
public class
BaseView
extends
Object
java.lang.Object
↳
com.htc.lockscreen.fusion.view.BaseView
Known Direct Subclasses
BaseViewGroup
,
IdleBackground
,
IdleView
BaseViewGroup
IdleBackground
IdleView
Known Indirect Subclasses
AndView
,
FxIdleBackground
,
FxIdleView
,
IdleViewGroup
,
WallpaperBackground
AndView
FxIdleBackground
FxIdleView
IdleViewGroup
WallpaperBackground
Summary
Nested Classes
enum
BaseView.ViewState
Public Constructors
BaseView
(
Context
context,
FxIdleScreenEngine
engine, boolean isPortrait,
Bundle
extra)
Public Methods
void
doAttach
(
Configuration
config)
void
doDetach
()
Context
getContext
()
FxIdleScreenEngine
getFxIdleScreenEngine
()
void
gotoPause
(int reason)
void
gotoResume
(int reason)
void
gotoStart
()
void
gotoStop
()
void
onConfigurationChanged
(
Configuration
config)
void
onOrientationChanged
(boolean isPortrait)
void
reset
()
Protected Methods
void
onAttach
(
Configuration
config)
void
onDetach
()
void
onPause
()
void
onResume
()
void
onStart
()
void
onStop
()
[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)
Public Constructors
public
BaseView
(
Context
context,
FxIdleScreenEngine
engine, boolean isPortrait,
Bundle
extra)
Since:
API Level 4.12
Public Methods
public void
doAttach
(
Configuration
config)
Since:
API Level 4.12
public void
doDetach
()
Since:
API Level 4.12
public
Context
getContext
()
Since:
API Level 4.12
public
FxIdleScreenEngine
getFxIdleScreenEngine
()
Since:
API Level 4.12
public void
gotoPause
(int reason)
Since:
API Level 4.12
public void
gotoResume
(int reason)
Since:
API Level 4.12
public void
gotoStart
()
Since:
API Level 4.12
public void
gotoStop
()
Since:
API Level 4.12
public void
onConfigurationChanged
(
Configuration
config)
Since:
API Level 4.12
public void
onOrientationChanged
(boolean isPortrait)
Since:
API Level 4.12
public void
reset
()
Since:
API Level 4.12
Protected Methods
protected void
onAttach
(
Configuration
config)
Since:
API Level 4.12
protected void
onDetach
()
Since:
API Level 4.12
protected void
onPause
()
Since:
API Level 4.12
protected void
onResume
()
Since:
API Level 4.12
protected void
onStart
()
Since:
API Level 4.12
protected void
onStop
()
Since:
API Level 4.12