Searched refs:mStatusBarHeight (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/ |
D | AlternateRecentsComponent.java | 170 int mStatusBarHeight; field in AlternateRecentsComponent 432 … mStatusBarHeight = res.getDimensionPixelSize(com.android.internal.R.dimen.status_bar_height); in reloadHeaderBarLayout() 441 mConfig.getTaskStackBounds(mWindowRect.width(), mWindowRect.height(), mStatusBarHeight, in reloadHeaderBarLayout() local 444 mSystemInsets.set(0, mStatusBarHeight, mNavBarWidth, 0); in reloadHeaderBarLayout() 446 mSystemInsets.set(0, mStatusBarHeight, 0, mNavBarHeight); in reloadHeaderBarLayout()
|
/frameworks/base/policy/src/com/android/internal/policy/impl/ |
D | PhoneWindowManager.java | 281 int mStatusBarHeight; field in PhoneWindowManager 1411 mStatusBarHeight = in setInitialDisplaySize() 1977 return getNonDecorDisplayHeight(fullWidth, fullHeight, rotation) - mStatusBarHeight; in getConfigDisplayHeight() 3364 mStableTop = mUnrestrictedScreenTop + mStatusBarHeight; in beginLayoutLw() 3379 mDockTop = mUnrestrictedScreenTop + mStatusBarHeight; in beginLayoutLw() 3399 mSystemTop = mUnrestrictedScreenTop + mStatusBarHeight; in beginLayoutLw()
|