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

/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java633 int mContentLeft, mContentTop, mContentRight, mContentBottom; field in class:PhoneWindowManager
4423 mDockRight = mContentRight = mVoiceContentRight = mStableRight = mStableFullscreenRight
4540 mContentRight = mVoiceContentRight = mCurRight = mDockRight;
4546 mContentLeft, mContentTop, mContentRight, mContentBottom,
4661 mContentRight = mVoiceContentRight = mCurRight = mDockRight;
4702 r.set(mContentLeft, mContentTop, mContentRight, mContentBottom);
4749 if (cf.right > mContentRight) cf.right = mContentRight;
4881 cf.right = mContentRight;
5039 cf.right = mContentRight;
[all...]

Completed in 84 milliseconds