Loading services/surfaceflinger/Layer.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -2048,7 +2048,7 @@ InputWindowInfo Layer::fillInputInfo() { InputWindowInfo info = mDrawingState.inputInfo; InputWindowInfo info = mDrawingState.inputInfo; if (info.displayId == ADISPLAY_ID_NONE) { if (info.displayId == ADISPLAY_ID_NONE) { info.displayId = mDrawingState.layerStack; info.displayId = getLayerStack(); } } ui::Transform t = getTransform(); ui::Transform t = getTransform(); Loading Loading
services/surfaceflinger/Layer.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -2048,7 +2048,7 @@ InputWindowInfo Layer::fillInputInfo() { InputWindowInfo info = mDrawingState.inputInfo; InputWindowInfo info = mDrawingState.inputInfo; if (info.displayId == ADISPLAY_ID_NONE) { if (info.displayId == ADISPLAY_ID_NONE) { info.displayId = mDrawingState.layerStack; info.displayId = getLayerStack(); } } ui::Transform t = getTransform(); ui::Transform t = getTransform(); Loading