Searched refs:mContentRight (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java621 int mContentLeft, mContentTop, mContentRight, mContentBottom; field in class:PhoneWindowManager
4450 mDockRight = mContentRight = mVoiceContentRight = mStableRight = mStableFullscreenRight
4567 mContentRight = mVoiceContentRight = mCurRight = mDockRight;
4573 mContentLeft, mContentTop, mContentRight, mContentBottom,
4688 mContentRight = mVoiceContentRight = mCurRight = mDockRight;
4729 r.set(mContentLeft, mContentTop, mContentRight, mContentBottom);
4776 if (cf.right > mContentRight) cf.right = mContentRight;
4908 cf.right = mContentRight;
5066 cf.right = mContentRight;
[all...]

Completed in 520 milliseconds