SurfaceFlinger: move refresh rate overlay slightly down

Test: Enable overlay from developer option
Bug: 156026107
Change-Id: I771b7c0383cc4d5b54ba3bd4b03931f911c6e79c
This commit is contained in:
Ady Abraham 2020-05-07 15:03:45 -07:00
parent 4264917141
commit a7e92558ee

View file

@ -207,7 +207,7 @@ void RefreshRateOverlay::changeRefreshRate(const RefreshRate& refreshRate) {
}
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;