Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java513 int mContentLeft, mContentTop, mContentRight, mContentBottom; field in PhoneWindowManager
3969 mDockBottom = mContentBottom = mVoiceContentBottom = mStableBottom = mStableFullscreenBottom in beginLayoutLw()
4078 mContentBottom = mVoiceContentBottom = mCurBottom = mDockBottom; in layoutStatusBar()
4086 mContentLeft, mContentTop, mContentRight, mContentBottom, in layoutStatusBar()
4171 mContentBottom = mVoiceContentBottom = mCurBottom = mDockBottom; in layoutNavigationBar()
4207 r.set(mContentLeft, mContentTop, mContentRight, mContentBottom); in getContentRectLw()
4255 if (cf.bottom > mContentBottom) cf.bottom = mContentBottom; in setAttachedWindowFrames()
4383 cf.bottom = mContentBottom; in layoutWindowLw()
4404 cf.bottom = mContentBottom; in layoutWindowLw()
4407 vf.bottom = mContentBottom; in layoutWindowLw()
[all …]