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

/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java421 int mContentLeft, mContentTop, mContentRight, mContentBottom; field in class:PhoneWindowManager
3220 mDockRight = mContentRight = mVoiceContentRight = mStableRight = mStableFullscreenRight
3339 mContentRight = mVoiceContentRight = mCurRight = mDockRight;
3392 mContentRight = mVoiceContentRight = mCurRight = mDockRight;
3398 mContentLeft, mContentTop, mContentRight, mContentBottom,
3429 r.set(mContentLeft, mContentTop, mContentRight, mContentBottom);
3476 if (cf.right > mContentRight) cf.right = mContentRight;
3713 cf.right = mContentRight;
3881 pf.right = mContentRight;
[all...]

Completed in 33 milliseconds