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

Commit da7ade5b authored by Chavi Weingarten's avatar Chavi Weingarten Committed by Automerger Merge Worker
Browse files

Merge "Set windowInfo.displayId to be the layerStack" into sc-v2-dev am: 3c13a3c7

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

Change-Id: I1d1b3375b60b3937d3faf662a05a2c594ba18fe6
parents eea7e0bf 3c13a3c7
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -2299,10 +2299,7 @@ WindowInfo Layer::fillInputInfo(const sp<DisplayDevice>& display) {

    WindowInfo info = mDrawingState.inputInfo;
    info.id = sequence;

    if (info.displayId == ADISPLAY_ID_NONE) {
    info.displayId = getLayerStack();
    }

    // Transform that goes from "logical(rotated)" display to physical/unrotated display.
    // This is for when inputflinger operates in physical display-space.