SurfaceFlinger: move refresh rate overlay slightly down
Test: Enable overlay from developer option Bug: 156026107 Change-Id: I771b7c0383cc4d5b54ba3bd4b03931f911c6e79c
This commit is contained in:
parent
4264917141
commit
a7e92558ee
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue