Specifies double buffering type.
More...
Specifies double buffering type.
|
static final int | DB_FORCED = 2 |
| Enables double buffering even if it was disabled for the deployment platform. More...
|
|
static final int | DB_OFF = 0 |
| Disables double buffering. More...
|
|
static final int | DB_ON = 1 |
| Enables double buffering if it is was not disabled for the deployment platform. More...
|
|
◆ DB_FORCED
Enables double buffering even if it was disabled for the deployment platform.
◆ DB_OFF
Disables double buffering.
◆ DB_ON
Enables double buffering if it is was not disabled for the deployment platform.