summaryrefslogtreecommitdiff
path: root/libs/hwui/TreeInfo.h
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2016-02-02 15:18:23 -0800
committerJohn Reck <jreck@google.com>2016-02-04 11:23:49 -0800
commitf648108f83d4e74811919e9811efb8fcc184b8a3 (patch)
treea7e20b3298846cd072499a921bfa59d244c717e0 /libs/hwui/TreeInfo.h
parent15d21b3aca1c3eeb3932752194e9f196b546387b (diff)
Have RT drive window positioning
Bug: 22802885 Change-Id: I6beed5474d3a943b16e9097f7bd61ce3cbd37505
Diffstat (limited to 'libs/hwui/TreeInfo.h')
-rw-r--r--libs/hwui/TreeInfo.h6
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