summaryrefslogtreecommitdiff
path: root/tools/aapt2/java/JavaClassGenerator_test.cpp
diff options
context:
space:
mode:
authorCraig Mautner <cmautner@google.com>2014-10-31 16:25:15 -0700
committerCraig Mautner <cmautner@google.com>2014-10-31 16:33:56 -0700
commitc0d2d0ad6ddcd23b7bbe6b1a5668d6d719e4c86c (patch)
treefbea2883b3599fdbd11399ebbef6323ecc4f5855 /tools/aapt2/java/JavaClassGenerator_test.cpp
parent159da3dba8811017c683fcee26c795be1948b0c4 (diff)
Animate starting windows when keyguard dismissed.
Starting windows are displayed prior to their app windows visibility being set. Consequently the WindowToken.hidden boolean for starting windows is still true even when it is shown. The keyguard logic uses the method WindowState.isVisibleNow to determine whether to animate each window. This method incorrectly determined that starting windows were not visible based on WindowToken.hidden and consequently didn't animate in the starting window. This change fixes isVisibleNow() to correctly determine when starting windows are visible and animates them in as part of the keyguard transition. This change also adds keyguard debug. Partially fixes bug 15991916. Change-Id: Iac3e5f3f33876be5801ec619bbe7a1579e648322
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator_test.cpp')
0 files changed, 0 insertions, 0 deletions