Searched refs:mContentLeft (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/core/java/com/android/server/policy/ |
D | PhoneWindowManager.java | 513 int mContentLeft, mContentTop, mContentRight, mContentBottom; field in PhoneWindowManager 3963 mDockLeft = mContentLeft = mVoiceContentLeft = mStableLeft = mStableFullscreenLeft in beginLayoutLw() 4079 mContentLeft = mVoiceContentLeft = mCurLeft = mDockLeft; in layoutStatusBar() 4086 mContentLeft, mContentTop, mContentRight, mContentBottom, in layoutStatusBar() 4172 mContentLeft = mVoiceContentLeft = mCurLeft = mDockLeft; in layoutNavigationBar() 4207 r.set(mContentLeft, mContentTop, mContentRight, mContentBottom); in getContentRectLw() 4252 if (cf.left < mContentLeft) cf.left = mContentLeft; in setAttachedWindowFrames() 4380 cf.left = mContentLeft; in layoutWindowLw() 4536 cf.left = mContentLeft; in layoutWindowLw() 4671 cf.left = mContentLeft; in layoutWindowLw() [all …]
|