diff options
author | John Reck <jreck@google.com> | 2016-02-02 15:18:23 -0800 |
---|---|---|
committer | John Reck <jreck@google.com> | 2016-02-04 11:23:49 -0800 |
commit | f648108f83d4e74811919e9811efb8fcc184b8a3 (patch) | |
tree | a7e20b3298846cd072499a921bfa59d244c717e0 /libs/hwui/TreeInfo.h | |
parent | 15d21b3aca1c3eeb3932752194e9f196b546387b (diff) |
Have RT drive window positioning
Bug: 22802885
Change-Id: I6beed5474d3a943b16e9097f7bd61ce3cbd37505
Diffstat (limited to 'libs/hwui/TreeInfo.h')
-rw-r--r-- | libs/hwui/TreeInfo.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libs/hwui/TreeInfo.h b/libs/hwui/TreeInfo.h index be25516c587a..accd3038cb9c 100644 --- a/libs/hwui/TreeInfo.h +++ b/libs/hwui/TreeInfo.h @@ -86,6 +86,12 @@ public: #endif ErrorHandler* errorHandler = nullptr; + // Frame number for use with synchronized surfaceview position updating + int64_t frameNumber = -1; + int32_t windowInsetLeft = 0; + int32_t windowInsetTop = 0; + bool updateWindowPositions = false; + struct Out { bool hasFunctors = false; // This is only updated if evaluateAnimations is true |