diff options
author | Jorim Jaggi <jjaggi@google.com> | 2018-08-22 16:38:27 -0700 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2018-08-22 16:38:27 -0700 |
commit | acfabaa32b99e390abad12a4bc39861fefa69c10 (patch) | |
tree | f2e593ee74449ca2abe37ebcff28ec6ceee4fb15 /cmds/bootanimation/BootAnimation.h | |
parent | a9b4133c724fc399e4aca6cf3747d67940dcfd67 (diff) | |
parent | 2c68abc9fc99ab12a4951e5da55525ffcfa350ad (diff) |
Merge "BootAnimation: Fix boot animation with hidden cutout" into pi-dev am: e387ce18d8
am: 2c68abc9fc
Change-Id: I1a0db9f30f7270d49136fa3984dc8d9633ead690
Diffstat (limited to 'cmds/bootanimation/BootAnimation.h')
-rw-r--r-- | cmds/bootanimation/BootAnimation.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cmds/bootanimation/BootAnimation.h b/cmds/bootanimation/BootAnimation.h index dffbfde649e0..498eebce5999 100644 --- a/cmds/bootanimation/BootAnimation.h +++ b/cmds/bootanimation/BootAnimation.h @@ -158,11 +158,15 @@ private: void checkExit(); + void handleViewport(nsecs_t timestep); + sp<SurfaceComposerClient> mSession; AssetManager mAssets; Texture mAndroid[2]; int mWidth; int mHeight; + int mCurrentInset; + int mTargetInset; bool mUseNpotTextures = false; EGLDisplay mDisplay; EGLDisplay mContext; |