Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java520 int mDockLeft, mDockTop, mDockRight, mDockBottom; field in PhoneWindowManager
3969 mDockBottom = mContentBottom = mVoiceContentBottom = mStableBottom = mStableFullscreenBottom in beginLayoutLw()
3983 pf.bottom = df.bottom = of.bottom = vf.bottom = mDockBottom; in beginLayoutLw()
4029 mDockLeft, mDockTop, mDockRight, mDockBottom)); in beginLayoutLw()
4078 mContentBottom = mVoiceContentBottom = mCurBottom = mDockBottom; in layoutStatusBar()
4085 mDockLeft, mDockTop, mDockRight, mDockBottom, in layoutStatusBar()
4125 mDockBottom = mTmpNavigationFrame.top; in layoutNavigationBar()
4126 mRestrictedScreenHeight = mDockBottom - mRestrictedScreenTop; in layoutNavigationBar()
4127 mRestrictedOverscanScreenHeight = mDockBottom - mRestrictedOverscanScreenTop; in layoutNavigationBar()
4171 mContentBottom = mVoiceContentBottom = mCurBottom = mDockBottom; in layoutNavigationBar()
[all …]