Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 92940450 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Freeze SurfaceFlingerProperties API" am: 059b153d am: e31b1608 am:...

Merge "Freeze SurfaceFlingerProperties API" am: 059b153d am: e31b1608 am: 0a5ffbf0 am: caf86484

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1426488

Change-Id: If9dd2a3b57f1c5263e279755ef4a107e8d1ec236
parents 8bffc122 caf86484
Loading
Loading
Loading
Loading
+33 −0
Original line number Diff line number Diff line
@@ -35,6 +35,11 @@ props {
    type: DoubleList
    prop_name: "ro.surface_flinger.display_primary_white"
  }
  prop {
    api_name: "display_update_imminent_timeout_ms"
    type: Integer
    prop_name: "ro.surface_flinger.display_update_imminent_timeout_ms"
  }
  prop {
    api_name: "enable_protected_contents"
    prop_name: "ro.surface_flinger.protected_contents"
@@ -56,6 +61,16 @@ props {
    type: Long
    prop_name: "ro.surface_flinger.max_frame_buffer_acquired_buffers"
  }
  prop {
    api_name: "max_graphics_height"
    type: Integer
    prop_name: "ro.surface_flinger.max_graphics_height"
  }
  prop {
    api_name: "max_graphics_width"
    type: Integer
    prop_name: "ro.surface_flinger.max_graphics_width"
  }
  prop {
    api_name: "max_virtual_display_dimension"
    type: Long
@@ -72,6 +87,11 @@ props {
    prop_name: "ro.surface_flinger.primary_display_orientation"
    enum_values: "ORIENTATION_0|ORIENTATION_90|ORIENTATION_180|ORIENTATION_270"
  }
  prop {
    api_name: "refresh_rate_switching"
    prop_name: "ro.surface_flinger.refresh_rate_switching"
    deprecated: true
  }
  prop {
    api_name: "running_without_sync_framework"
    prop_name: "ro.surface_flinger.running_without_sync_framework"
@@ -99,17 +119,30 @@ props {
    api_name: "support_kernel_idle_timer"
    prop_name: "ro.surface_flinger.support_kernel_idle_timer"
  }
  prop {
    api_name: "supports_background_blur"
    prop_name: "ro.surface_flinger.supports_background_blur"
  }
  prop {
    api_name: "use_color_management"
    prop_name: "ro.surface_flinger.use_color_management"
  }
  prop {
    api_name: "use_content_detection_for_refresh_rate"
    prop_name: "ro.surface_flinger.use_content_detection_for_refresh_rate"
  }
  prop {
    api_name: "use_context_priority"
    prop_name: "ro.surface_flinger.use_context_priority"
  }
  prop {
    api_name: "use_frame_rate_api"
    prop_name: "ro.surface_flinger.use_frame_rate_api"
  }
  prop {
    api_name: "use_smart_90_for_video"
    prop_name: "ro.surface_flinger.use_smart_90_for_video"
    deprecated: true
  }
  prop {
    api_name: "use_vr_flinger"