public static final enum

IdleScreenEngine.State

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.htc.lockscreen.idlescreen.IdleScreenEngine.State

Summary

Enum Values
IdleScreenEngine.State  NONE   
IdleScreenEngine.State  PAUSE   
IdleScreenEngine.State  RESUME   
IdleScreenEngine.State  START   
IdleScreenEngine.State  STOP   
Public Methods
static IdleScreenEngine.State valueOf(String name)
final static State[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final IdleScreenEngine.State NONE

Since: API Level

public static final IdleScreenEngine.State PAUSE

Since: API Level

public static final IdleScreenEngine.State RESUME

Since: API Level

public static final IdleScreenEngine.State START

Since: API Level

public static final IdleScreenEngine.State STOP

Since: API Level

Public Methods

public static IdleScreenEngine.State valueOf (String name)

Since: API Level 2.2

public static final State[] values ()

Since: API Level 2.2