commit | a48eadbeb6fa34f27d6db7de51d3c01972ea2ebf | [log] [tgz] |
---|---|---|
author | Wale Ogunwale <ogunwale@google.com> | Thu May 14 17:43:12 2015 -0700 |
committer | Wale Ogunwale <ogunwale@google.com> | Thu May 14 17:43:12 2015 -0700 |
tree | 30e26f5bdfabf7ef47dcb49d90f8260eb54edde2 | |
parent | dfdbc3a8918a698a69880816a59d9e5ca2ee185f [diff] |
Send AppTransitionFinish notification when there was no animation Activity#onEnterAnimationComplete() is the hook that we advise app developers to use to know when they are allowed to start drawing (so they don't collide with the window transition animation). However, it's not invoked if the window transition has no animation (e.g. by calling Activity#overridePendingTransition(0,0). Bug: 20823935 Change-Id: I5b286968b0cd3351e9a9224294d0a1e7faf8c654