| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | org.andengine.engine.options.WakeLockOptions | |
(c) 2010 Nicolas Gramlich (c) 2011 Zynga Inc.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| WakeLockOptions | BRIGHT | Screen is on at full brightness. | |||||||||
| WakeLockOptions | SCREEN_BRIGHT | Screen is on at full brightness. | |||||||||
| WakeLockOptions | SCREEN_DIM | Screen is on but may be dimmed. | |||||||||
| WakeLockOptions | SCREEN_ON | Screen is on at full brightness. | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
Screen is on at full brightness. Keyboard backlight is on at full brightness. Requires WAKE_LOCK permission!
Screen is on at full brightness. Keyboard backlight will be allowed to go off. Requires WAKE_LOCK permission!
Screen is on but may be dimmed. Keyboard backlight will be allowed to go off. Requires WAKE_LOCK permission!
Screen is on at full brightness. Does not require WAKE_LOCK permission!