Brent: I found some time to do some tests, and the results are below. All tests were done using the identical APK built with Corona version 2014.2528 (2014.12.30), your penultimate daily build. Status bar height was obtained via display.topStatusBarContentHeight. Content scaling was set to adaptive.
Nexus 6, running latest Android version (L, but didn’t record the exact version):
I/Corona ( 5112): debug: main: status bar height: 8
Nexus 5, running 5.0.1:
I/Corona ( 2449): debug: main: status bar height: 25
Nexus 4, running 4.4.3:
I/Corona ( 2332): debug: main: status bar height: 25
Y’all do have a Nexus 6 in the office to test with, right? :) Here’s a code snippet that apparently reliably obtains the status bar height: http://stackoverflow.com/questions/3407256/height-of-status-bar-in-android
On another note, it would be great to be able to make the status bar transparent on Android L. Corona does this on iOS but Android is translucent; the android:statusBarColor attribute @android:color/transparent available in L isn’t supported…