Loading services/surfaceflinger/Layer.h +2 −0 Original line number Diff line number Diff line Loading @@ -122,9 +122,11 @@ public: int32_t sequence; // changes when visible regions can change bool modified; // Crop is expressed in layer space coordinate. Rect crop; Rect requestedCrop; // finalCrop is expressed in display space coordinate. Rect finalCrop; // If set, defers this state update until the Layer identified by handle Loading Loading
services/surfaceflinger/Layer.h +2 −0 Original line number Diff line number Diff line Loading @@ -122,9 +122,11 @@ public: int32_t sequence; // changes when visible regions can change bool modified; // Crop is expressed in layer space coordinate. Rect crop; Rect requestedCrop; // finalCrop is expressed in display space coordinate. Rect finalCrop; // If set, defers this state update until the Layer identified by handle Loading