commit | a04645545690d9f637ccae4d043a5a1b8478a832 | [log] [tgz] |
---|---|---|
author | Cary Clark <cary@android.com> | Tue Sep 29 13:00:45 2009 -0400 |
committer | Cary Clark <cary@android.com> | Tue Sep 29 13:16:01 2009 -0400 |
tree | de1e919506ff532b6970790dfa73e404a303fa06 | |
parent | 2694e23a55d5ca526fc29534a80a200e2c58698b [diff] |
don't create the fake title bar when getGlobalVisible fails If getGlobalVisibleFails, the visible rectangle top is assumed to be zero, as if the status bar has no height. The fake title bar is then drawn underneath the actual status bar. Bail on the fake title bar creation if the status bar can't be measured.