SurfaceFlinger: move refresh rate overlay slightly down
Test: Enable overlay from developer option
Bug: 156026107
Change-Id: I771b7c0383cc4d5b54ba3bd4b03931f911c6e79c
diff --git a/services/surfaceflinger/RefreshRateOverlay.cpp b/services/surfaceflinger/RefreshRateOverlay.cpp
index 2e7fbc1..436a83b 100644
--- a/services/surfaceflinger/RefreshRateOverlay.cpp
+++ b/services/surfaceflinger/RefreshRateOverlay.cpp
@@ -207,7 +207,7 @@
}
const int32_t left = display->getWidth() / 32;
- const int32_t top = display->getHeight() / 32;
+ const int32_t top = display->getHeight() / 16;
const int32_t right = left + display->getWidth() / 8;
const int32_t buttom = top + display->getHeight() / 32;