Home
last modified time | relevance | path

Searched refs:mStableBottom (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java500 int mStableLeft, mStableTop, mStableRight, mStableBottom; field in PhoneWindowManager
3859 availRight - mStableRight, availBottom - mStableBottom); in getInsetHintLw()
3873 availRight - mStableRight, availBottom - mStableBottom); in getInsetHintLw()
3969 mDockBottom = mContentBottom = mVoiceContentBottom = mStableBottom = mStableFullscreenBottom in beginLayoutLw()
4050 vf.bottom = mStableBottom; in layoutStatusBar()
4120 mStableBottom = mStableFullscreenBottom = mTmpNavigationFrame.top; in layoutNavigationBar()
4282 if (r.bottom > mStableBottom) r.bottom = mStableBottom; in applyStableConstraints()
4334 sf.set(mStableLeft, mStableTop, mStableRight, mStableBottom); in layoutWindowLw()
4360 cf.bottom = vf.bottom = mStableBottom; in layoutWindowLw()
4401 vf.bottom = mStableBottom; in layoutWindowLw()
[all …]