summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSaurabh Dubey <sdubey@codeaurora.org>2018-04-26 15:55:43 +0530
committerSushil Chauhan <sushilchauhan@codeaurora.org>2018-05-29 16:33:47 -0700
commitc71dfb2ba6d73014769b6c6cd4e12085b0348b44 (patch)
tree301459592cbab6a2173cc7ec1922a06b5481feee /include
parentcfe94acc8dcea9fa19d582e7c6d0f65e07d96f4f (diff)
display: Add property to enable rotator for UI
Add system property to enable Rotator for UI layers. It is disabled for UI layers by default. Change-Id: Ide3faa8124ce13e08124aba7ae01c2253c63b828 CRs-Fixed: 2230994
Diffstat (limited to 'include')
-rw-r--r--include/display_properties.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/display_properties.h b/include/display_properties.h
index 43a28ae3..e1ba4fd9 100644
--- a/include/display_properties.h
+++ b/include/display_properties.h
@@ -46,6 +46,8 @@
#define IDLE_TIME_INACTIVE_PROP DISPLAY_PROP("idle_time_inactive")
#define BOOT_ANIMATION_LAYER_COUNT_PROP DISPLAY_PROP("boot_anim_layer_count")
#define DISABLE_ROTATOR_DOWNSCALE_PROP DISPLAY_PROP("disable_rotator_downscale")
+// Enables rotator for UI
+#define ENABLE_ROTATOR_UI_PROP DISPLAY_PROP("enable_rotator_ui")
#define DISABLE_DECIMATION_PROP DISPLAY_PROP("disable_decimation")
#define PRIMARY_MIXER_STAGES_PROP DISPLAY_PROP("primary_mixer_stages")
#define EXTERNAL_MIXER_STAGES_PROP DISPLAY_PROP("external_mixer_stages")