Searched defs:mStatusBarHeight (Results 1 - 1 of 1) sorted by path

/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java264 int mStatusBarHeight; field in class:PhoneWindowManager
984 mStatusBarHeight = mContext.getResources().getDimensionPixelSize(
1489 return getNonDecorDisplayHeight(fullWidth, fullHeight, rotation) - mStatusBarHeight;
2514 mStableTop = mUnrestrictedScreenTop + mStatusBarHeight;
2522 mDockTop = mUnrestrictedScreenTop + mStatusBarHeight;
2540 mSystemTop = mUnrestrictedScreenTop + mStatusBarHeight;

Completed in 71 milliseconds