diff options
author | Matt Garnes <matt@cyngn.com> | 2015-06-29 15:04:41 -0700 |
---|---|---|
committer | Steve Kondik <steve@cyngn.com> | 2015-10-27 15:12:08 -0700 |
commit | ff5e3ccfe6343e76394b73674731f5c6102f6d74 (patch) | |
tree | 23a7cda95126d4b1b254f64a85870c74cc5c3032 /opengl | |
parent | 33736386a7b7a4a54abe8f72e91e06e9af45af58 (diff) | |
download | frameworks_base-ff5e3ccfe6343e76394b73674731f5c6102f6d74.zip frameworks_base-ff5e3ccfe6343e76394b73674731f5c6102f6d74.tar.gz frameworks_base-ff5e3ccfe6343e76394b73674731f5c6102f6d74.tar.bz2 |
Wait until the Keyguard is drawn to dismiss the boot dialog.
In a631d49, we check that the keyguard is ready to avoid displaying the
homescreen before the keyguard if the boot message is dismissed too
soon. However, this only checked mKeyguardDrawnOnce, which is set to
true before the keyguard is fully visible to the user. Instead, wait for
mKeyguardDrawComplete, which will be triggered when the Keyguard is
actually fully visible.
With this change, the keyguard should always be the first thing displayed
after the boot dialog is dismissed, not the home screen.
Change-Id: I92f7df66e04613e9f9b39d293b190fc2473de176
Diffstat (limited to 'opengl')
0 files changed, 0 insertions, 0 deletions